gtk2/gtk
Matthias Clasen 7c1a0e0c15 icontheme: Keep a single string set
Instead of keeping a GtkStringSet per IconTheme,
just make one for the whole GtkIconTheme.

This avoids loops of the themes in some places, and
due to the overlap in icon names between the themes,
it reduces the amount of memory we use for the icon
names with Adwaita+hicolor from 5+4 chunks to 6 chunks.
2023-01-14 00:14:43 -05:00
..
a11y a11y: Use fallback logic when GApplication has no DBus object path 2023-01-08 19:58:54 +01:00
compose Regenerate builtin sequences 2022-09-12 22:30:47 -04:00
css css: Avoid more allocations for tokens 2023-01-12 00:12:09 -05:00
deprecated docs: Annotate GtkDialog deprecations 2022-12-30 15:37:11 +01:00
emoji emoji: Add more locales 2022-02-22 11:28:15 +01:00
icons Include hicolor index.theme as a resource 2022-12-20 16:30:00 +01:00
inspector inspector: Avoid super-wide window 2022-12-31 12:30:40 -05:00
roaring roaring: Remove extra careful code 2022-04-26 19:38:36 +02:00
theme calendar: Add css style for marked days 2023-01-06 20:21:35 -08:00
timsort gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
ui GtkFileChooser: Tweak Grid View & List View button tooltips 2022-12-17 18:21:10 -03:00
fnmatch.c Add a helper to make case-insensitive globs 2021-06-04 21:10:01 -04:00
gdkpixbufutils.c Revert "Add delayed loading for textures" 2021-09-21 23:10:53 -04:00
gdkpixbufutilsprivate.h pixbufutils: Don't hardcode formats 2021-09-17 02:34:15 +02:00
gen-gtk-gresources-xml.py Include hicolor index.theme as a resource 2022-12-20 16:30:00 +01:00
gen-paper-names.c
gentypefuncs.py Skip gsk_ngl type funcs 2021-10-07 13:05:53 -04:00
gopenuriportal.c Pass an activation token to OpenURI 2023-01-04 16:39:24 -05:00
gopenuriportal.h openuriportal: Add a check function 2022-12-09 11:05:48 -05:00
gsettings-mapping.c
gsettings-mapping.h
gskpango.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gskpangoprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtk-text-input.xml
gtk-win32.rc.body.in gtk: Fix version resource on for Windows 11 SDK 2021-10-13 12:21:10 +08:00
gtk.h Deprecate gtk_show_uri 2022-12-09 13:36:28 -05:00
gtkaboutdialog.c gtk: Update all callers 2022-12-13 07:49:02 -05:00
gtkaboutdialog.h
gtkaccelgroup.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkaccelgroup.h Annotate gtk_accelerator_get_default_mod_mask as const 2021-09-14 16:38:08 -04:00
gtkaccelgroupprivate.h
gtkaccessible.c Fix compiler warnings 2023-01-02 11:18:54 -05:00
gtkaccessible.h
gtkaccessibleattributeset.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessibleattributesetprivate.h a11y: Don't copy attribute names in attribute sets 2021-03-19 17:01:28 -04:00
gtkaccessibleprivate.h Introduce GtkAccessibleRange 2022-09-29 09:36:08 +02:00
gtkaccessiblerange.c a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00
gtkaccessiblerange.h a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00
gtkaccessiblerangeprivate.h a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00
gtkaccessiblevalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessiblevalueprivate.h
gtkaccessiblevaluestatic.c
gtkactionable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkactionable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkactionbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkactionbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkactionhelper.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkactionhelperprivate.h
gtkactionmuxer.c actionmuxer: Add debug spew for action activation 2022-10-20 22:34:40 -04:00
gtkactionmuxerprivate.h muxer: add helper to get group by name 2020-12-02 19:44:02 -08:00
gtkactionobservable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkactionobservableprivate.h
gtkactionobserver.c actionobserver: Clarify primary_accel_changed docs 2021-06-16 10:34:37 -04:00
gtkactionobserverprivate.h
gtkadjustment.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkadjustment.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkadjustmentprivate.h
gtkalertdialog.c alertdialog: Rephrase docs for show() a bit 2022-12-24 07:56:57 -05:00
gtkalertdialog.h alertdialog: Bring the GError back 2022-12-24 07:56:57 -05:00
gtkallocatedbitmask.c
gtkallocatedbitmaskprivate.h
gtkapplication-dbus.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkapplication-quartz-menu.c quartz: Elide underscores again 2021-05-24 17:39:05 -04:00
gtkapplication-quartz.c macos: fix weird menubar rendering. 2021-05-30 21:59:57 +08:00
gtkapplication-wayland.c wip: Split off GdkWaylandToplevel 2023-01-06 16:50:19 -05:00
gtkapplication-x11.c
gtkapplication.c gtkapplication: Do not call gdk_display_notify_startup_complete() 2023-01-03 14:58:33 +01:00
gtkapplication.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkapplicationaccels.c
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkapplicationwindow.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkaspectframe.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-23 11:01:07 -05:00
gtkaspectframe.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkassistant.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkassistant.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkatcontext.c Don't present GTK class names to assistive technologies even as a fallback 2022-12-21 11:35:46 +01:00
gtkatcontext.h
gtkatcontextprivate.h a11y: Track window states more closely 2021-04-19 19:22:20 +01:00
gtkbinlayout.c binlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkbinlayout.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h
gtkbitset.c Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation. 2022-11-26 06:54:47 -05:00
gtkbitset.h gtkbitset: Define autocleanup function 2022-01-25 21:33:31 +00:00
gtkbookmarklist.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbookmarklist.h
gtkbookmarksmanager.c Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkbookmarksmanagerprivate.h
gtkboolfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkboolfilter.h
gtkborder.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkborder.h border: Tweak docs 2021-03-11 16:37:36 +00:00
gtkbox.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbox.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkboxlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkboxlayout.h
gtkbuildable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbuildable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkbuildableprivate.h
gtkbuilder-menus.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbuilder.c Revert "builder: Stop using GtkBuildable.get_id" 2022-11-28 14:36:47 -05:00
gtkbuilder.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkbuilderlistitemfactory.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbuilderlistitemfactory.h
gtkbuilderparser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbuilderprecompile.c builder: Drop empty text chunks when precompiling 2021-12-14 01:21:06 -05:00
gtkbuilderprivate.h builder: Allow checking for multiple parents 2022-05-06 09:29:44 -04:00
gtkbuilderscope.c builderscope: Add a note for implementors 2022-12-10 17:12:02 -05:00
gtkbuilderscope.h Add gtk_builder_cscope_add_callback 2022-06-30 19:02:02 -04:00
gtkbuilderscopeprivate.h
gtkbuiltinicon.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkbuiltiniconprivate.h
gtkbutton.c Documentation fix: Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation. 2022-11-13 11:55:05 -05:00
gtkbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkbuttonprivate.h button: Add a private getter for the action helper 2021-06-10 08:36:01 -04:00
gtkcalendar.c calendar: Set marked days immediately 2023-01-06 20:37:54 -08:00
gtkcalendar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcenterbox.c centerbox: Add properties for child widgets 2022-11-20 12:54:31 -05:00
gtkcenterbox.h
gtkcenterlayout.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkcenterlayout.h
gtkcheckbutton.c gtkcheckbutton: Document how to keep track of changes for radio buttons 2022-12-14 20:02:07 +01:00
gtkcheckbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcolorchooserdialog.c Deprecate GtkDialog 2022-10-29 15:27:53 -04:00
gtkcolorchooserwidget.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkcolordialog.c dialog: GTK_DIALOG_ERROR_ABORTED => GTK_DIALOG_ERROR_CANCELLED 2022-12-24 07:56:57 -05:00
gtkcolordialog.h Add GtkColorDialog 2022-10-29 10:18:37 -04:00
gtkcolordialogbutton.c colordialogbutton: Survive window closing 2022-12-09 11:05:48 -05:00
gtkcolordialogbutton.h Add GtkColorDialogButton 2022-10-29 13:02:15 -04:00
gtkcoloreditor.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkcoloreditorprivate.h
gtkcolorpicker.c Implement GtkColorPicker for Windows 2022-09-01 19:25:07 +02:00
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c colorpicker: Always try the portal first 2022-11-21 14:26:29 -05:00
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h
gtkcolorpickershell.c
gtkcolorpickershellprivate.h
gtkcolorpickerwin32.c Implement GtkColorPicker for Windows 2022-09-01 19:25:07 +02:00
gtkcolorpickerwin32private.h Implement GtkColorPicker for Windows 2022-09-01 19:25:07 +02:00
gtkcolorplane.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorplaneprivate.h
gtkcolorscale.c Deprecate GtkColorChooser and implementations 2022-10-29 13:31:41 -04:00
gtkcolorscaleprivate.h
gtkcolorswatch.c Deprecate GtkColorChooser and implementations 2022-10-29 13:31:41 -04:00
gtkcolorswatchprivate.h colorswatch: Make drag source optional 2021-12-12 22:09:16 -05:00
gtkcolorutils.c
gtkcolorutils.h
gtkcolumnlistitemfactory.c gtkcolumnviewcolumn: Only create cells when the column is visible 2022-12-29 11:11:40 -08:00
gtkcolumnlistitemfactoryprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcolumnview.c columnview: Forward all focus to child 2022-10-03 20:48:10 +01:00
gtkcolumnview.h columnview: Convert docs 2021-03-11 16:37:35 +00:00
gtkcolumnviewcell.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolumnviewcellprivate.h
gtkcolumnviewcolumn.c gtkcolumnviewcolumn: Only create cells when the column is visible 2022-12-29 11:11:40 -08:00
gtkcolumnviewcolumn.h columnviewcolumn: Add an ID 2022-10-20 13:01:18 -04:00
gtkcolumnviewcolumnprivate.h
gtkcolumnviewlayout.c
gtkcolumnviewlayoutprivate.h
gtkcolumnviewprivate.h
gtkcolumnviewsorter.c g-i: Add missing since annotations 2022-11-28 07:54:48 +00:00
gtkcolumnviewsorter.h columnviewsorter: Add public API 2022-10-20 13:06:45 -04:00
gtkcolumnviewsorterprivate.h Make GtkColumnViewSorter public 2022-10-20 13:01:18 -04:00
gtkcolumnviewtitle.c columnviewtitle: Prevent header clicks from propagating 2022-12-07 10:25:09 -10:00
gtkcolumnviewtitleprivate.h columnviewtitle: Clean up interactions 2022-10-20 13:57:33 -04:00
gtkcomposetable.c Silence compiler warnings 2023-01-13 12:07:40 -05:00
gtkcomposetable.h composetable: Support non-FHS paths for Compose tables 2022-10-20 12:59:17 +02:00
gtkconstraint.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkconstraint.h constraint: Port to the new docs format 2021-03-11 16:37:32 +00:00
gtkconstraintexpression.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkconstraintexpressionprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkconstraintguide.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkconstraintguide.h constraintguide: Convert docs 2021-03-11 16:37:35 +00:00
gtkconstraintguideprivate.h
gtkconstraintlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkconstraintlayout.h constraintlayout: Convert docs 2021-03-11 16:37:35 +00:00
gtkconstraintlayoutprivate.h
gtkconstraintprivate.h
gtkconstraintsolver.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkconstraintsolverprivate.h
gtkconstrainttypesprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkconstraintvflparser.c
gtkconstraintvflparserprivate.h
gtkcountingbloomfilterprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssanimatedstyle.c gtkcssanimatedstyle: Fix return of new_advance() 2023-01-13 18:08:56 +01:00
gtkcssanimatedstyleprivate.h
gtkcssanimation.c
gtkcssanimationprivate.h
gtkcssarrayvalue.c
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c css: Fix border value parsing 2021-02-04 00:12:51 -05:00
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h
gtkcssboxesprivate.h
gtkcsscalcvalue.c css: Emit a special error for a common error 2021-10-21 00:16:20 +02:00
gtkcsscalcvalueprivate.h
gtkcsscolorvalue.c css: Avoid more allocations for tokens 2023-01-12 00:12:09 -05:00
gtkcsscolorvalueprivate.h
gtkcsscornervalue.c
gtkcsscornervalueprivate.h
gtkcssdimensionvalue.c css: Split dimension token 2021-10-21 00:16:20 +02:00
gtkcssdimensionvalueprivate.h
gtkcssdynamic.c
gtkcssdynamicprivate.h
gtkcsseasevalue.c
gtkcsseasevalueprivate.h
gtkcssenumvalue.c css: Implement text-transform 2021-08-22 15:57:50 -04:00
gtkcssenumvalueprivate.h css: Implement text-transform 2021-08-22 15:57:50 -04:00
gtkcssfiltervalue.c css: Avoid an invalid read 2021-02-10 19:13:36 -05:00
gtkcssfiltervalueprivate.h
gtkcssfontfeaturesvalue.c
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c
gtkcssfontvariationsvalueprivate.h
gtkcssimage.c css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimageconic.c css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimageconicprivate.h css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimagecrossfade.c cssimagecrossfade: Don't abort() when failing to parse image 2021-07-16 17:50:09 +02:00
gtkcssimagecrossfadeprivate.h
gtkcssimagefallback.c css: Add a constructor for GtkCssImageFallback 2021-01-26 21:10:11 -05:00
gtkcssimagefallbackprivate.h css: Add a constructor for GtkCssImageFallback 2021-01-26 21:10:11 -05:00
gtkcssimageicontheme.c icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors() 2021-08-30 04:52:47 +02:00
gtkcssimageiconthemeprivate.h gtk: Port icontheme to GtkSymbolicPaintable 2021-08-29 04:29:53 +02:00
gtkcssimageinvalid.c
gtkcssimageinvalidprivate.h
gtkcssimagelinear.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkcssimagelinearprivate.h
gtkcssimagepaintable.c GTK: Fix builds against latest stable GLib with MSVC 2021-04-16 11:39:24 +08:00
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h
gtkcssimageradial.c css: Don't crash when color stop offsets descend 2021-11-10 17:28:14 +01:00
gtkcssimageradialprivate.h
gtkcssimagerecolor.c
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c
gtkcssimagescaledprivate.h
gtkcssimageurl.c css: Don't throw warnings on broken URL in image css 2021-10-26 23:52:38 +02:00
gtkcssimageurlprivate.h
gtkcssimagevalue.c
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkcsskeyframesprivate.h
gtkcsslineheightvalue.c css: Fix handling of percentage for line-height 2021-10-18 16:53:46 -04:00
gtkcsslineheightvalueprivate.h css: Add line-height property 2021-08-22 15:15:50 -04:00
gtkcsslookup.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkcsslookupprivate.h
gtkcssnode.c cssnode: Avoid style context api 2022-10-12 15:35:00 -04:00
gtkcssnodedeclaration.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcssnodedeclarationprivate.h
gtkcssnodeprivate.h cssnode: Avoid style context api 2022-10-12 15:35:00 -04:00
gtkcssnodestylecache.c
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c css: Fix freeing of calc values 2022-08-22 11:51:56 -04:00
gtkcssnumbervalueprivate.h
gtkcsspalettevalue.c
gtkcsspalettevalueprivate.h
gtkcsspositionvalue.c
gtkcsspositionvalueprivate.h
gtkcssprovider.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssprovider.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcssproviderprivate.h
gtkcssrepeatvalue.c
gtkcssrepeatvalueprivate.h
gtkcssselector.c css: Avoid more allocations for tokens 2023-01-12 00:12:09 -05:00
gtkcssselectorprivate.h
gtkcssshadowvalue.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtkcssshadowvalueprivate.h cssshadowvalue: Add gtk_css_shadow_value_pop_snapshot 2021-02-06 16:09:21 -05:00
gtkcssshorthandproperty.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssshorthandpropertyimpl.c css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssshorthandpropertyprivate.h
gtkcssstaticstyle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssstaticstyleprivate.h
gtkcssstringvalue.c
gtkcssstringvalueprivate.h
gtkcssstyle.c css: Allow fractional letterspacing 2022-07-10 15:22:18 -04:00
gtkcssstyle.h css: Add line-height property 2021-08-22 15:15:50 -04:00
gtkcssstylechange.c
gtkcssstylechangeprivate.h
gtkcssstyleprivate.h textview: Apply font features from css 2021-08-26 20:21:23 -04:00
gtkcssstyleproperty.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssstylepropertyimpl.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssstylepropertyprivate.h
gtkcsstransformvalue.c css: Fix handling of transform values 2022-07-18 07:08:01 -05:00
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c
gtkcsstransientnodeprivate.h
gtkcsstransition.c
gtkcsstransitionprivate.h
gtkcsstypes.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkcsstypesprivate.h csstypes: Add annotations and inlines 2021-09-14 16:38:08 -04:00
gtkcssunsetvalue.c
gtkcssunsetvalueprivate.h
gtkcssvalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssvalueprivate.h
gtkcsswidgetnode.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkcsswidgetnodeprivate.h
gtkcustomfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcustomfilter.h customfilter: Convert docs 2021-03-11 16:37:35 +00:00
gtkcustomlayout.c customlayout: Convert docs 2021-03-11 16:37:35 +00:00
gtkcustomlayout.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcustompaperunixdialog.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkcustompaperunixdialog.h paperdialog: Drop an unused function 2022-10-07 22:03:15 -04:00
gtkcustomsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcustomsorter.h
gtkdbusinterfaces.xml
gtkdebug.h gtk: Remove old debug macros 2022-09-23 18:51:46 -04:00
gtkdialogerror.c Add GtkDialogError 2022-10-29 10:18:37 -04:00
gtkdialogerror.h dialog: GTK_DIALOG_ERROR_ABORTED => GTK_DIALOG_ERROR_CANCELLED 2022-12-24 07:56:57 -05:00
gtkdirectorylist.c directorylist: Always add standard::name 2022-12-24 07:56:57 -05:00
gtkdirectorylist.h
gtkdragdestprivate.h
gtkdragicon.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkdragicon.h
gtkdragsource.c Merge branch 'wip/corey/dnd-use-cursor' into 'main' 2023-01-05 22:39:26 +00:00
gtkdragsource.h
gtkdragsourceprivate.h dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkdrawingarea.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdrawingarea.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkdrop.c
gtkdropcontrollermotion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdropcontrollermotion.h
gtkdropdown.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkdropdown.h dropdown: add GtkDropDown:show-arrow property 2021-10-06 09:55:40 -07:00
gtkdropprivate.h
gtkdroptarget.c gtkdroptarget: Notify value property on local drag 2022-12-27 08:11:53 -08:00
gtkdroptarget.h droptarget: Rename :drop to :current-drop 2021-06-15 18:21:28 -04:00
gtkdroptargetasync.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdroptargetasync.h
gtkeditable.c Documentation fix: Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation. 2022-11-13 11:55:05 -05:00
gtkeditable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkeditablelabel.c editablelabel: Defer changes on focus-out 2022-10-18 14:23:22 -04:00
gtkeditablelabel.h
gtkemojichooser.c emojichooser: Actually disable the recent section 2022-12-07 19:33:59 +01:00
gtkemojichooser.h
gtkemojicompletion.c emojicompletion: Drop an unused include 2022-10-09 23:08:55 -04:00
gtkemojicompletion.h
gtkentry.c Various spelling mistakes (and one use of the wrong verb) across a few domains that show up in documentation. 2022-11-26 06:54:47 -05:00
gtkentry.h Deprecate GtkEntryCompletion 2022-10-03 23:23:56 -04:00
gtkentrybuffer.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkentrybuffer.h
gtkentryprivate.h Merge branch 'completion' into 'main' 2022-10-21 02:13:42 +00:00
gtkenums.h picture: Set overflow to be hidden 2022-07-16 01:40:01 +02:00
gtkeventcontroller.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontroller.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkeventcontrollerfocus.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerfocus.h
gtkeventcontrollerkey.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerkey.h
gtkeventcontrollerlegacy.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerlegacy.h
gtkeventcontrollermotion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollermotion.h
gtkeventcontrollerprivate.h gtkeventcontroller: Fix internal enum documentation 2022-08-05 19:25:13 +02:00
gtkeventcontrollerscroll.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerscroll.h gtkeventcontrollerscroll: Add scroll unit getter 2022-03-19 00:41:26 +01:00
gtkexpander.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkexpander.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkexpression.c docs: Fix typo in description of GtkExpression 2022-04-18 06:20:19 +00:00
gtkexpression.h gtk: Define the GtkExpression autocleanup func 2022-01-02 17:49:48 +00:00
gtkfilechoosercell.c Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfilechoosercellprivate.h filechooserwidget: Make context menus mostly work 2022-10-20 22:34:40 -04:00
gtkfilechooserdialog.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkfilechooserentry.c filesystemmodel: Drop the model types 2022-10-20 22:34:40 -04:00
gtkfilechooserentry.h Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfilechoosererrorstack.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkfilechoosernativeportal.c filedialog: Use portals 2022-11-17 15:52:53 -05:00
gtkfilechoosernativeprivate.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkfilechoosernativeprivate.h filedialog: Use portals 2022-11-17 15:52:53 -05:00
gtkfilechoosernativequartz.c Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfilechoosernativewin32.c filechoosernativewin32: Set default extension 2023-01-07 18:14:36 +00:00
gtkfilechooserprivate.h filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtkfilechooserutils.c Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfilechooserutils.h filechooserutils: Add helper to get GFile from info 2022-10-20 22:34:40 -04:00
gtkfilechooserwidget.c filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtkfilechooserwidgetprivate.h Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfiledialog.c Merge branch 'drop-file-dialog-shortcuts' into 'main' 2023-01-06 13:35:14 +00:00
gtkfiledialog.h filedialog: Drop shortcut folders 2023-01-06 07:40:57 -05:00
gtkfilefilter.c filefilter: Add properties for the criteria 2022-11-21 22:44:03 -05:00
gtkfilefilter.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfilefilterprivate.h
gtkfilelauncher.c filelauncher: Make set_file argument nullable 2022-12-20 11:08:47 +01:00
gtkfilelauncher.h filelauncher: Add a file property 2022-12-13 07:48:35 -05:00
gtkfilesystemmodel.c filesystemmodel: Drop tree model cruft 2023-01-07 12:22:25 -05:00
gtkfilesystemmodelprivate.h filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtkfilethumbnail.c filethumbnail: Add 'icon-size' property 2022-12-13 14:45:15 -03:00
gtkfilethumbnail.h filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtkfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilter.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkfilterlistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilterlistmodel.h
gtkfixed.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfixed.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfixedlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfixedlayout.h
gtkflattenlistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkflattenlistmodel.h
gtkflowbox.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkflowbox.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkflowboxprivate.h
gtkfontchooserdialog.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkfontchooserdialogprivate.h Deprecate GtkFontChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfontchooserutils.c Deprecate GtkFontChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfontchooserutils.h Deprecate GtkFontChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfontchooserwidget.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkfontchooserwidgetprivate.h Deprecate GtkFontChooser and implementations 2022-10-29 13:31:41 -04:00
gtkfontdialog.c fontdialog: Handle Escape better 2022-12-24 07:56:57 -05:00
gtkfontdialog.h Add GtkFontDialog 2022-10-29 13:31:41 -04:00
gtkfontdialogbutton.c fontdialogbutton: Survive window closing 2022-12-09 11:05:48 -05:00
gtkfontdialogbutton.h g-i: Add missing since annotations 2022-11-28 07:54:48 +00:00
gtkframe.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkframe.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesture.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesture.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgestureclick.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgestureclick.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgestureclickprivate.h
gtkgesturedrag.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturedrag.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturedragprivate.h
gtkgesturelongpress.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturelongpress.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturelongpressprivate.h
gtkgesturepan.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturepan.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturerotate.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturerotateprivate.h
gtkgesturesingle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturesingle.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturesingleprivate.h
gtkgesturestylus.c improved docs of Gtk.GestureStylus 2022-11-23 09:09:50 +01:00
gtkgesturestylus.h adjusted stylus-only code to fit gtk code conventions 2022-11-23 08:59:29 +01:00
gtkgesturestylusprivate.h
gtkgestureswipe.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgestureswipe.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgestureswipeprivate.h
gtkgesturezoom.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturezoom.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgesturezoomprivate.h
gtkgizmo.c Revert "gizmo: Add a css_changed function" 2021-02-16 23:51:14 -05:00
gtkgizmoprivate.h Revert "gizmo: Add a css_changed function" 2021-02-16 23:51:14 -05:00
gtkglarea.c glarea: Stop using gtk_snapshot_render api 2022-10-12 15:35:00 -04:00
gtkglarea.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgrid.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgrid.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkgridlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgridlayout.h gridlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkgridview.c gridview: Add a few assertions 2023-01-13 12:07:40 -05:00
gtkgridview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkheaderbar.c | domain | current | suggestion | 2022-11-27 06:49:40 -05:00
gtkheaderbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkheaderbarprivate.h
gtkiconcache.c iconcache: Be a bit less wasteful 2023-01-12 00:36:18 -05:00
gtkiconcacheprivate.h
gtkiconcachevalidator.c build: Redo the tools build 2021-01-28 12:27:07 -05:00
gtkiconcachevalidatorprivate.h
gtkiconhelper.c iconhelper: Fix the paintable implementation 2021-07-31 08:27:17 -04:00
gtkiconhelperprivate.h
gtkicontheme.c icontheme: Keep a single string set 2023-01-14 00:14:43 -05:00
gtkicontheme.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkiconthemeprivate.h icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors() 2021-08-30 04:52:47 +02:00
gtkimage.c Do not change the notification queue inside finalization 2022-12-11 00:36:03 +00:00
gtkimage.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkimagedefinition.c Quench the anger of GCC 2022-04-19 15:33:21 +01:00
gtkimagedefinitionprivate.h
gtkimageprivate.h
gtkimcontext.c imcontext: Add private activate_osk() vmethod 2022-11-28 15:46:41 +01:00
gtkimcontext.h imcontext: Add private activate_osk() vmethod 2022-11-28 15:46:41 +01:00
gtkimcontextbroadway.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkimcontextbroadway.h
gtkimcontextime.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkimcontextime.h Win32 IME: Keep track of the client widget 2022-02-21 15:53:13 +01:00
gtkimcontextprivate.h imcontext: Add private activate_osk() vmethod 2022-11-28 15:46:41 +01:00
gtkimcontextquartz.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkimcontextquartz.h
gtkimcontextsimple.c imcontextsimple: Document that Compose file support is incomplete 2022-10-20 16:19:13 +02:00
gtkimcontextsimple.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkimcontextsimpleseqs.h Revert Compose sequence changes 2021-04-01 15:31:21 -04:00
gtkimcontextwayland.c Merge branch 'wip/gtk4-fix-delete-surrounding' into 'main' 2022-12-20 02:40:14 +00:00
gtkimcontextwayland.h
gtkimmodule.c immodule: Accept 'simple' and 'none' 2022-11-18 11:18:48 -05:00
gtkimmodule.h Make gtk_im_modules_init properly private 2021-02-17 15:25:42 -05:00
gtkimmoduleprivate.h Make gtk_im_modules_init properly private 2021-02-17 15:25:42 -05:00
gtkimmulticontext.c immulticontext: Implement activate_osk() vmethod 2022-11-28 15:46:41 +01:00
gtkimmulticontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkinscription.c inscription: Stop using gtk_snapshot_render api 2022-10-12 15:35:00 -04:00
gtkinscription.h inscription: Add missing Since annotations 2022-06-17 00:15:46 +03:00
gtkinscriptionprivate.h inscription: Add a11y support for text interface 2022-06-11 02:15:08 +02:00
gtkistringprivate.h istring: fix istring_prepend() on malloc transition 2023-01-10 13:32:38 -08:00
gtkjoinedmenu.c joinedmenu: add helper to join menus instead of nesting 2021-07-08 14:16:06 -07:00
gtkjoinedmenuprivate.h joinedmenu: add helper to join menus instead of nesting 2021-07-08 14:16:06 -07:00
gtkkineticscrolling.c gtkkineticscrolling: Do not take distance based shortcuts 2022-03-19 12:35:11 +01:00
gtkkineticscrollingprivate.h kineticscrolling: Add stop function 2022-01-26 22:49:53 +01:00
gtklabel.c gtk: Update all callers 2022-12-13 07:49:02 -05:00
gtklabel.h Add GtkLabel:tabs 2022-08-01 08:20:05 -04:00
gtklabelprivate.h label: Remove unused private functions 2021-01-03 11:01:29 +01:00
gtklayoutchild.c Remove all nicks and blurbs from param specs 2022-05-11 18:16:29 +02:00
gtklayoutchild.h
gtklayoutmanager.c layout manager: add a check if the widget exists 2022-02-11 11:44:16 +01:00
gtklayoutmanager.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklayoutmanagerprivate.h
gtklevelbar.c Merge branch 'main' into 'main' 2023-01-07 00:59:32 +00:00
gtklevelbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklinkbutton.c gtk: Update all callers 2022-12-13 07:49:02 -05:00
gtklinkbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklistbase.c Merge branch 'wip/antoniof/listbase-rubberband-better-fix' into 'main' 2022-12-21 01:14:57 +00:00
gtklistbase.h listbase: Tweak docs 2021-03-11 16:37:36 +00:00
gtklistbaseprivate.h
gtklistbox.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-08 12:16:22 +00:00
gtklistbox.h listbox: Explain behaviour of GtkListBoxCreateWidgetFunc 2021-11-25 12:33:10 +01:00
gtklistitem.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtklistitem.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklistitemfactory.c listitemfactory: Make this callback-based 2022-06-28 16:37:38 +02:00
gtklistitemfactory.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklistitemfactoryprivate.h listitemfactory: Make this callback-based 2022-06-28 16:37:38 +02:00
gtklistitemmanager.c listitemmanager: Clarify warning 2022-05-14 16:53:44 +02:00
gtklistitemmanagerprivate.h
gtklistitemprivate.h list-item: Use notify_by_pspec instead of by name 2022-05-06 18:05:03 +03:00
gtklistitemwidget.c Merge branch 'wip/corey/listbase-focus' into 'main' 2022-12-14 19:06:57 +00:00
gtklistitemwidgetprivate.h listitemfactory: Make this callback-based 2022-06-28 16:37:38 +02:00
gtklistlistmodel.c listlistmodel: Add ::item-type and ::n-items 2022-06-11 08:25:21 +02:00
gtklistlistmodelprivate.h
gtklistview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtklistview.h listview: Convert docs 2021-03-11 16:37:35 +00:00
gtklistviewprivate.h
gtklockbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtklockbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklockbuttonprivate.h
gtkmagnifier.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmagnifierprivate.h
gtkmain.c Determine direction from language 2023-01-02 16:30:27 -05:00
gtkmain.h Annotate gtk_get_default_language as const 2021-09-14 16:38:08 -04:00
gtkmaplistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmaplistmodel.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkmarshalers.list pathbar: Use correct marshaler 2021-10-05 04:48:15 +02:00
gtkmediacontrols.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmediacontrols.h
gtkmediafile.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmediafile.h
gtkmediafileprivate.h
gtkmediastream.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmediastream.h mediastream: Rename apis one more time 2021-07-03 09:05:33 -04:00
gtkmenubutton.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-08 12:16:22 +00:00
gtkmenubutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkmenubuttonprivate.h
gtkmenusectionbox.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkmenusectionboxprivate.h
gtkmenutracker.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmenutrackeritem.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmenutrackeritemprivate.h Add support for pango markup in menu items 2021-10-07 02:49:11 -07:00
gtkmenutrackerprivate.h
gtkmessagedialog.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkmodelbutton.c gtkmodelbutton: Ensure that accel label is always aligned to end 2023-01-08 22:32:22 -08:00
gtkmodelbuttonprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmodules.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmodulesprivate.h
gtkmountoperation-stub.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmountoperation-x11.c mountoperation: Survive on Wayland 2022-10-04 21:26:07 -04:00
gtkmountoperation.c alertdialog: Bring the GError back 2022-12-24 07:56:57 -05:00
gtkmountoperation.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkmountoperationprivate.h
gtkmultifilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultifilter.h
gtkmultiselection.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultiselection.h
gtkmultisorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultisorter.h
gtknative.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtknative.h gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtknativedialog.c Deprecate GtkFileChooser and implementations 2022-10-29 13:31:41 -04:00
gtknativedialog.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtknativedialogprivate.h
gtknativeprivate.h native: add API to update opaque region 2022-02-11 14:37:43 -08:00
gtknomediafile.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtknomediafileprivate.h
gtknoselection.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtknoselection.h
gtknotebook.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-08 12:16:22 +00:00
gtknotebook.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtknumericsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtknumericsorter.h
gtkorientable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkorientable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkoverlay.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkoverlay.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkoverlaylayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkoverlaylayout.h
gtkpadcontroller.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpadcontroller.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpagesetup.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpagesetup.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpagesetupunixdialog.c Deprecate GtkDialog 2022-10-29 15:27:53 -04:00
gtkpagesetupunixdialog.h
gtkpaned.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-23 11:01:07 -05:00
gtkpaned.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpanedhandle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpanedhandleprivate.h paned: Add a paned handle class 2021-02-17 21:45:33 -05:00
gtkpango.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtkpangoprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtkpapersize.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpapersize.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpasswordentry.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkpasswordentry.h
gtkpasswordentrybuffer.c gtk: fix GtkPasswordEntryBuffer introspection 2021-07-13 15:03:09 +04:00
gtkpasswordentrybuffer.h Make GtkPasswordEntryBuffer public 2021-06-08 11:25:11 +00:00
gtkpasswordentryprivate.h
gtkpathbar.c pathbar: Reimplement using GtkBox 2022-12-13 14:45:15 -03:00
gtkpathbarprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtkpicture.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpicture.h picture: Fix replacement for deprecated methods 2022-07-16 01:18:07 +02:00
gtkplacessidebar.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkplacessidebarprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkplacesview.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkplacesviewprivate.h
gtkplacesviewrow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkplacesviewrowprivate.h
gtkpointerfocus.c
gtkpointerfocusprivate.h
gtkpopcountprivate.h Update gtkpopcountprivate.h: undefined macro outside msvc 2021-06-12 17:35:13 +00:00
gtkpopover.c Merge remote-tracking branch 'upstream/main' into ccook/doc-changes-1 2022-12-23 11:02:18 -05:00
gtkpopover.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovercontent.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkpopovercontentprivate.h popover: Add a popover content class 2021-02-16 23:51:14 -05:00
gtkpopovermenu.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-23 11:01:07 -05:00
gtkpopovermenu.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovermenubar.c gtkpopovermenubar: Make model nullable 2022-11-18 18:09:42 +01:00
gtkpopovermenubar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovermenubarprivate.h
gtkpopovermenuprivate.h popovermenu: Scroll when necessary 2021-07-02 13:19:02 -04:00
gtkpopoverprivate.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkprintbackendprivate.h
gtkprintcontext.c printcontext: Convert docs 2021-03-11 16:37:34 +00:00
gtkprintcontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprinter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprinter.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprinteroption.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprinteroption.h
gtkprinteroptionset.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c filedialog: Add gtk_file_dialog_set_initial_file() 2022-12-24 07:56:57 -05:00
gtkprinteroptionwidget.h
gtkprinterprivate.h
gtkprintjob.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintjob.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintoperation-portal.c gtk: Update all callers 2022-12-13 07:49:02 -05:00
gtkprintoperation-portal.h
gtkprintoperation-private.h
gtkprintoperation-unix.c gtk: Update all callers 2022-12-13 07:49:02 -05:00
gtkprintoperation-win32.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkprintoperation.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkprintoperation.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprintoperationpreview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintoperationpreview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprintsettings.c gtk: mark few GtkPrinterSettings as nullable 2022-01-01 19:20:29 +01:00
gtkprintsettings.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprintunixdialog.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.c Bring back elide_underscores 2021-05-24 17:37:05 -04:00
gtkprivate.h Rename gdk-private.h to gdkprivate.h 2022-09-23 23:23:27 -04:00
gtkprivatetypebuiltins.c.template
gtkprivatetypebuiltins.h.template
gtkprogressbar.c Implement GtkAccessibleRange for GtkProgressBar 2022-09-29 09:36:08 +02:00
gtkprogressbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprogresstracker.c
gtkprogresstrackerprivate.h
gtkpropertylookuplistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpropertylookuplistmodelprivate.h
gtkquartz.c
gtkquartz.h
gtkquery.c
gtkquery.h
gtkrange.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkrange.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkrangeprivate.h
gtkrbtree.c
gtkrbtreeprivate.h
gtkrecentmanager.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkrecentmanager.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkrenderbackground.c css: Render the background-clip area, not the background-origin 2021-10-07 19:59:44 +02:00
gtkrenderbackgroundprivate.h
gtkrenderborder.c gdk_rgba_parse: Support HSL colors 2021-09-10 16:56:42 -05:00
gtkrenderborderprivate.h
gtkrendericon.c icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors() 2021-08-30 04:52:47 +02:00
gtkrendericonprivate.h
gtkrenderlayout.c Add gtk_css_style_snapshot_caret 2022-10-12 15:35:00 -04:00
gtkrenderlayoutprivate.h Add gtk_css_style_snapshot_caret 2022-10-12 15:35:00 -04:00
gtkrendernodepaintable.c rendernodepaintable: Provide accurate aspect ratio 2021-09-17 10:28:49 -04:00
gtkrendernodepaintableprivate.h
gtkrevealer.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkrevealer.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkroot.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkroot.h
gtkrootprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkroundedbox.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkroundedboxprivate.h roundedbox: Remove unused API 2020-12-24 06:38:45 +01:00
gtkscale.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkscale.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscalebutton.c a11y: Drop GtkAccessibleRange.get_minimum_increment() 2022-09-30 18:36:02 +01:00
gtkscalebutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscaler.c
gtkscalerprivate.h
gtkscrollable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkscrollable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscrollbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkscrollbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscrolledwindow.c Make stylecheck happy 2022-12-23 11:21:18 -05:00
gtkscrolledwindow.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksearchbar.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-23 11:01:07 -05:00
gtksearchbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksearchengine.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksearchenginemodel.c searchenginemodel: Drop unneeded deprecation guards 2022-10-21 21:48:39 -04:00
gtksearchenginemodelprivate.h filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtksearchengineprivate.h filesystemmodel: Rename private header 2023-01-07 12:01:15 -05:00
gtksearchenginequartz.c searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchenginequartzprivate.h searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchenginetracker3.c filechooser: Make search results show up 2022-10-20 22:34:41 -04:00
gtksearchenginetracker3private.h searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchentry.c searchentry: Drop an unused include 2022-10-09 23:03:36 -04:00
gtksearchentry.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksearchentryprivate.h
gtksecurememory.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtksecurememoryprivate.h gtk/gtksecurememoryprivate.h: Include glib.h 2021-01-08 22:24:42 -05:00
gtkselectionfiltermodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkselectionfiltermodel.h
gtkselectionmodel.c Various spelling mistakes across a few domains that show up in documentation. 2022-12-23 11:01:07 -05:00
gtkselectionmodel.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkseparator.c Various documentation suggests across a few domains. 2023-01-02 13:47:55 -05:00
gtkseparator.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksettings.c gdk: Clean up gdkprivate.h 2022-11-17 22:49:56 -05:00
gtksettings.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksettingsprivate.h Change the default theme to "Default" 2021-04-01 12:27:35 -04:00
gtkshortcut.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcut.h
gtkshortcutaction.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutaction.h gtk: document return value of ShortcutFunc 2022-01-18 10:58:47 +00:00
gtkshortcutactionprivate.h
gtkshortcutcontroller.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutcontroller.h
gtkshortcutcontrollerprivate.h shortcutcontroller: Add a way to update accels 2021-06-17 08:50:26 -04:00
gtkshortcutlabel.c macos: Command should not come from gettext 2023-01-06 12:08:55 +01:00
gtkshortcutlabel.h
gtkshortcutmanager.c Use gtk_event_controller_set_static_name 2022-08-27 22:35:13 -04:00
gtkshortcutmanager.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkshortcutmanagerprivate.h
gtkshortcutsgroup.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutsgroup.h
gtkshortcutssection.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkshortcutssection.h
gtkshortcutsshortcut.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkshortcutsshortcut.h shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutswindow.h
gtkshortcutswindowprivate.h
gtkshortcuttrigger.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcuttrigger.h shortcuttrigger: Convert docs 2021-03-11 16:37:38 +00:00
gtksidebarrow.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtksidebarrowprivate.h
gtksignallistitemfactory.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksignallistitemfactory.h signallistitemfactory: Convert docs 2021-03-11 16:37:34 +00:00
gtksingleselection.c singleselection: Be more careful about notifies 2022-10-17 20:11:27 +02:00
gtksingleselection.h
gtksizegroup-private.h
gtksizegroup.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksizegroup.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksizerequest.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksizerequest.h docs: Add misc links 2022-01-05 14:06:43 +01:00
gtksizerequestcache.c
gtksizerequestcacheprivate.h sizerequestcache: Increase size 2021-11-20 06:04:10 +01:00
gtkslicelistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkslicelistmodel.h
gtksnapshot.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtksnapshot.h Deprecate gtk_snapshot_render apis 2022-10-12 15:35:00 -04:00
gtksnapshotprivate.h Revert "gtk: Pass font options along" 2021-09-04 15:42:05 -04:00
gtksorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksorter.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksorterprivate.h
gtksortkeys.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksortkeysprivate.h
gtksortlistmodel.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtksortlistmodel.h
gtkspinbutton.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkspinbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkspinbuttonprivate.h
gtkspinner.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkspinner.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstack.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtkstack.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstacksidebar.c Merge branch 'fix_4577' into 'main' 2022-09-26 14:41:29 +00:00
gtkstacksidebar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstackswitcher.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstackswitcher.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstatusbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstatusbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstatusbarprivate.h
gtkstringfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstringfilter.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkstringlist.c g-i: Add missing since annotation 2022-11-25 10:16:37 +00:00
gtkstringlist.h
gtkstringsorter.c stringsorter: Fix one case of collation handling 2022-11-18 00:04:23 -05:00
gtkstringsorter.h stringsorter: Fix up a doc typo 2022-10-11 15:32:05 -04:00
gtkstyleanimation.c
gtkstyleanimationprivate.h
gtkstylecascade.c
gtkstylecascadeprivate.h
gtkstyleproperty.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstylepropertyprivate.h stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkstyleprovider.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkstyleprovider.h stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkstyleproviderprivate.h stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkswitch.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkswitch.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksymbolicpaintable.c g-i: add missing since 4.6 annotations 2021-10-21 15:34:39 +01:00
gtksymbolicpaintable.h gtk: Add the GtkSymbolicPaintable interface 2021-08-29 04:29:53 +02:00
gtktestatcontext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktestatcontext.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktestatcontextprivate.h
gtktestutils.c Fix spelling errors 2022-11-17 22:49:45 -05:00
gtktestutils.h
gtktext.c Merge branch 'show-hide-cleanup' into 'main' 2022-11-29 07:30:04 +00:00
gtktext.h text: Add API to compute cursor extents 2021-07-07 19:33:12 +02:00
gtktextattributes.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextattributesprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextbtree.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextbtreeprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextbuffer.c Various documentation suggests across a few domains. 2023-01-02 13:47:55 -05:00
gtktextbuffer.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextbufferprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextchild.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextchild.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextchildprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktexthandle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktexthandleprivate.h gtk/texthandle: Use gtk_text_handle_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktexthistory.c texthistory: Avoid g_autofree 2023-01-10 22:20:57 -05:00
gtktexthistoryprivate.h
gtktextiter.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextiter.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextiterprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextlayout.c textview: Stop using gtk_style_context_save_to_node 2022-10-12 15:35:00 -04:00
gtktextlayoutprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextlinedisplaycache.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextlinedisplaycacheprivate.h
gtktextmark.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextmark.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextmarkprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextsegment.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextsegmentprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktexttag.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktexttag.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktexttagprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktexttagtable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktexttagtable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktexttagtableprivate.h
gtktexttypes.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktexttypesprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextutil.c stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtktextutilprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktextview.c Merge branch 'show-hide-cleanup' into 'main' 2022-11-29 07:30:04 +00:00
gtktextview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextviewchild.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextviewchildprivate.h
gtktextviewprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktogglebutton.c Deprecate gtk_toggle_button_toggled 2023-01-04 07:32:51 -05:00
gtktogglebutton.h Deprecate gtk_toggle_button_toggled 2023-01-04 07:32:51 -05:00
gtktooltip.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtktooltip.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktooltipprivate.h
gtktooltipwindow.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtktooltipwindowprivate.h gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktrashmonitor.c gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktrashmonitorprivate.h gtk: Rename some private headers 2022-10-05 23:01:28 -04:00
gtktreeexpander.c list: Remove active state handling in listitemwidget and treeexpander 2022-11-30 10:48:14 -08:00
gtktreeexpander.h treeexpander: Minor formatting changes 2022-11-27 19:39:20 -08:00
gtktreelistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreelistmodel.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtktreelistrowsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreelistrowsorter.h
gtktypebuiltins.c.template Revert "gtk: Use gnome.mkenums_simple" 2022-10-03 22:20:07 -04:00
gtktypebuiltins.h.template Revert "gtk: Use gnome.mkenums_simple" 2022-10-03 22:20:07 -04:00
gtktypes.h gtktypes: GTK_INVALID_LIST_POSITION should be an int 2021-12-07 16:15:17 +01:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.c version: Tweak docs 2021-03-11 16:37:36 +00:00
gtkversion.h.in docs: Improve docs for gtkversion.h 2022-01-05 13:24:32 +01:00
gtkvideo.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtkvideo.h
gtkviewport.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkviewport.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkvolumebutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkvolumebutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkwidget.c docs: Don't mention deprecated API in gtk_widget_set_visible 2023-01-08 21:49:28 +01:00
gtkwidget.h Deprecate gtk_widget_show/hide 2022-12-13 13:46:02 -05:00
gtkwidgetfocus.c widget: Avoid GObject data for action muxer 2021-07-24 18:48:10 -04:00
gtkwidgetpaintable.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtkwidgetpaintable.h
gtkwidgetpaintableprivate.h
gtkwidgetprivate.h stylecontext: Deprecate most apis 2022-10-12 15:35:00 -04:00
gtkwin32.c
gtkwindow.c docs: Improve gtk_window_present description 2023-01-08 22:41:19 +01:00
gtkwindow.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkwindowcontrols.c gtk: Stop using gtk_widget_show/hide 2022-11-28 14:34:55 -05:00
gtkwindowcontrols.h
gtkwindowgroup.c windowgroup: Convert docs 2021-03-11 16:37:37 +00:00
gtkwindowgroup.h
gtkwindowhandle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkwindowhandle.h
gtkwindowprivate.h Merge branch 'update_focus_indicators_in_popovers' into 'main' 2021-12-01 01:21:32 +00:00
imm-extra.h
language-names.c language-names: Use Windows APIs to acquire language names 2022-01-12 17:29:30 +08:00
language-names.h
libgtk4.manifest.in
meson.build build: Lift gir and build_gir to toplevel 2022-12-19 22:38:38 -05:00
open-type-layout.h fontchooser: Some OpenType improvements 2022-07-03 07:38:24 -04:00
org.freedesktop.portal.OpenURI.xml filechooser: Improve "Open in File Manager" 2022-10-19 15:01:21 -04:00
org.gtk.gtk4.Settings.ColorChooser.gschema.xml
org.gtk.gtk4.Settings.Debug.gschema.xml
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
org.gtk.gtk4.Settings.FileChooser.gschema.xml filechooser: Save and restore view type 2022-12-13 14:45:15 -03:00
paper_names_offsets.c
paper_names.c
text-input-unstable-v3.xml