gtk2/gtk
Carlos Garnacho 3b940b12f6 gtktext: Claim gesture more selectively
Even though button 1 (or touch down) presses do most often have
an effect in one way or another (starting drag, moving focus,
starting selection, ...), there is one situation that they do
immediately nothing: When clicking on the entry does not move
the text caret around. Dragging might start a selection, but
the entry did not do anything just yet, and an immediate
button/touch release should remain at "did nothing".

And that is precisely the hint that the Wayland IM context's click
gesture takes, clicks that do not scroll nor move the caret around,
having the GtkText not claim the gesture in that situation makes
the IM gesture able to do its thing without in-fighting.

This is typically not a problem when the GtkText is embedded in
another GtkEditable implementation (e.g. GtkEntry), since the
IM gesture is inactive and capturing from the parent widget, so
gets a pass that it otherwise doesn't get when both gestures are
in the same widget. This makes it work regardless of GtkText not
being a child of a composite widget, like NautilusQueryEditor
and AdwRowEntry.

Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/5351

(cherry-picked from commit 09b982f0264e42bda3e8471bb25abec5ee742ecc)
2022-11-18 18:36:32 +01:00
..
a11y gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
compose Regenerate builtin sequences 2022-09-12 22:30:47 -04:00
css Drop gtkintl.h 2022-09-24 10:03:37 -04:00
deprecated
emoji emoji: Add more locales 2022-02-22 11:28:15 +01:00
icons icons: Use the proper eye icons 2022-04-22 16:22:05 +04:00
inspector Drop gtkintl.h 2022-09-24 10:03:37 -04:00
roaring roaring: Remove extra careful code 2022-04-26 19:38:36 +02:00
theme theme: tone down unfocused title labels 2022-09-23 17:01:24 +02:00
timsort gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
ui fontchooser: Remove placeholder from preview entry 2022-08-29 10:21:37 -04: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 resources: Treat svgs as xml 2021-09-19 08:27:08 -04:00
gen-paper-names.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gentypefuncs.py Skip gsk_ngl type funcs 2021-10-07 13:05:53 -04:00
gsettings-mapping.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gsettings-mapping.h Replace stateful actions by property actions 2019-06-22 17:03:38 -04:00
gskpango.c Revert "gtk: Pass font options along" 2021-09-04 15:42:05 -04:00
gskpango.h Revert "gtk: Pass font options along" 2021-09-04 15:42:05 -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 gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkaboutdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkaboutdialog.h gtkaboutdialog: Directly specialize GtkWindow 2020-10-06 18:46:48 +02:00
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 accels: Remove GtkAccelGroup 2020-03-25 23:14:44 -04:00
gtkaccessible.c Remove all nicks and blurbs from param specs 2022-05-11 18:16:29 +02:00
gtkaccessible.h a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
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 a11y: Add child state change to GtkATContext 2020-10-21 14:04:49 +01:00
gtkaccessiblevalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessiblevalueprivate.h a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
gtkaccessiblevaluestatic.c a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
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 action helper: Drop G_GNUC_INTERNAL from headers 2020-09-01 16:29:21 -04:00
gtkactionmuxer.c Drop gtkintl.h 2022-09-24 10:03:37 -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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionobserver.c actionobserver: Clarify primary_accel_changed docs 2021-06-16 10:34:37 -04:00
gtkactionobserverprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkallocatedbitmask.c bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkallocatedbitmaskprivate.h bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkappchooser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkappchooser.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkappchooserbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkappchooserbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkappchooserdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkappchooserdialog.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkappchooserprivate.h app chooser: Use editable api on search entry 2019-02-19 00:25:59 -05:00
gtkappchooserwidget.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkappchooserwidget.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
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 wayland: avoid referencing unallocated memory when uninhibiting 2020-12-06 18:37:40 -05:00
gtkapplication-x11.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplication.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkapplication.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkapplicationaccels.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationaccelsprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationimpl.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkapplicationprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationwindow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkapplicationwindow.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkaspectframe.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkaspectframe.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkassistant.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkassistant.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkatcontext.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkatcontext.h a11y: Add a display to GtkATContext 2020-10-12 16:19:32 +01:00
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 Changes after review 2019-03-26 00:11:27 +00:00
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h bitmask: add an assertion 2020-05-25 20:56:09 -04:00
gtkbitset.c Add a boxed GType for GtkBitsetIter 2021-12-14 15:51:13 +00: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 Add GtkBookmarkList 2020-06-11 16:14:47 -04:00
gtkbookmarksmanager.c bookmarksmanager: Cancel async reads properly 2020-08-27 12:36:36 -04:00
gtkbookmarksmanagerprivate.h bookmarksmanager: Cancel async reads properly 2020-08-27 12:36:36 -04:00
gtkboolfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkboolfilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
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 Add GtkBoxLayout 2019-03-26 00:11:27 +00:00
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 Drop unused gtk_buildable_set_buildable_property 2020-10-30 17:19:52 -04:00
gtkbuilder-menus.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkbuilder.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 builderlistitemfactory: Add scope argument 2020-05-30 19:26:45 -04:00
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 Add gtk_builder_cscope_add_callback 2022-06-30 19:02:02 -04:00
gtkbuilderscope.h Add gtk_builder_cscope_add_callback 2022-06-30 19:02:02 -04:00
gtkbuilderscopeprivate.h builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuiltinicon.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkbuiltiniconprivate.h indentation: fix various alignment issues 2020-01-30 12:27:15 +01:00
gtkbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcalendar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellarea.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellarea.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellareabox.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellareabox.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellareaboxcontext.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellareaboxcontextprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareacontext.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellareacontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcelleditable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcelleditable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcelllayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcelllayout.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrenderer.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrenderer.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrendereraccel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrendereraccel.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrenderercombo.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrenderercombo.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrendererpixbuf.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrendererpixbuf.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrendererprogress.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrendererprogress.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrendererspin.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrendererspin.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrendererspinner.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrendererspinner.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrenderertext.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrenderertext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellrenderertoggle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellrenderertoggle.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcellview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcellview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcenterbox.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcenterbox.h
gtkcenterlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcenterlayout.h Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcheckbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcheckbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcolorbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcolorchooser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorchooser.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcolorchooserdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorchooserdialog.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcolorchooserprivate.h color chooser: Port checkered pattern drawing from cairo 2019-08-11 09:34:50 +02:00
gtkcolorchooserwidget.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorchooserwidget.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcoloreditor.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcoloreditorprivate.h coloreditor: Drop the Private struct 2020-03-29 09:04:19 -04:00
gtkcolorpicker.c Implement GtkColorPicker for Windows 2022-09-01 19:25:07 +02:00
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c colorpickerportal: Simplify version fetching code 2020-03-30 18:31:23 +02:00
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h Don't export color picker functions 2020-02-05 01:01:47 -05:00
gtkcolorpickershell.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
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 colorplane: Drop the Private struct and padding 2020-07-24 22:56:24 -04:00
gtkcolorscale.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorscaleprivate.h colorscale: Drop the Private struct 2020-09-19 14:29:35 -04:00
gtkcolorswatch.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolorswatchprivate.h colorswatch: Make drag source optional 2021-12-12 22:09:16 -05:00
gtkcolorutils.c colorutils: Refactor hsv_to_rgb and fold into only caller 2020-10-14 15:06:12 -04:00
gtkcolorutils.h Fix minor typos 2020-06-18 10:47:16 +03:00
gtkcolumnlistitemfactory.c listitemfactory: Make this callback-based 2022-06-28 16:37:38 +02: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-21 08:03:43 +00: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 columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewcolumn.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolumnviewcolumn.h columnviewcolumn: Define autocleanup function 2022-02-04 11:13:46 +00:00
gtkcolumnviewcolumnprivate.h columnviewcolumn: Add private api to set the position 2020-06-05 13:28:44 -04:00
gtkcolumnviewlayout.c columview: Fix column resizing 2020-09-24 14:18:38 -04:00
gtkcolumnviewlayoutprivate.h columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewprivate.h columnview: Split gtk_column_view_allocate_columns 2020-06-05 11:27:40 -04:00
gtkcolumnviewsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolumnviewsorterprivate.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkcolumnviewtitle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcolumnviewtitleprivate.h columnview: Add header 2020-05-30 19:26:46 -04:00
gtkcombobox.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcombobox.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcomboboxprivate.h
gtkcomboboxtext.c docs: More syntax fixes 2021-05-22 21:21:10 -04:00
gtkcomboboxtext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkcomposetable.c input: Accept short compose sequences 2022-09-12 22:30:47 -04:00
gtkcomposetable.h Cosmetics: Fix a typo 2022-09-12 12:01:30 -04: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 Flesh out GtkConstraintGuide 2019-07-01 00:10:11 +01:00
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 Flesh out GtkConstraintGuide 2019-07-01 00:10:11 +01:00
gtkconstraintprivate.h Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
gtkconstraintsolver.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkconstraintsolverprivate.h Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
gtkconstrainttypesprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkconstraintvflparser.c Move the VFL error domain to a public header 2019-07-01 00:48:48 +01:00
gtkconstraintvflparserprivate.h Move the VFL error domain to a public header 2019-07-01 00:48:48 +01:00
gtkcountingbloomfilterprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssanimatedstyle.c css: Implement text-transform 2021-08-22 15:57:50 -04:00
gtkcssanimatedstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssanimation.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcssanimationprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssarrayvalue.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssarrayvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssbgsizevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbgsizevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssbordervalue.c css: Fix border value parsing 2021-02-04 00:12:51 -05:00
gtkcssbordervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssboxesimplprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcssboxesprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcsscalcvalue.c css: Emit a special error for a common error 2021-10-21 00:16:20 +02:00
gtkcsscalcvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscolorvalue.c gdk_rgba_parse: Support HSL colors 2021-09-10 16:56:42 -05:00
gtkcsscolorvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsscornervalue.c dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcsscornervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssdimensionvalue.c css: Split dimension token 2021-10-21 00:16:20 +02:00
gtkcssdimensionvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssdynamic.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssdynamicprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsseasevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsseasevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
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 css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontfeaturesvalue.c css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontfeaturesvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontvariationsvalue.c css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontvariationsvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
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 cssimage: Make cross-fade() an array 2019-04-12 19:34:28 +02:00
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 cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimagelinearprivate.h cssimagelinear: Use count+array for the color stops, not GArray 2020-01-18 08:49:51 +01:00
gtkcssimagepaintable.c GTK: Fix builds against latest stable GLib with MSVC 2021-04-16 11:39:24 +08:00
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssimageradial.c css: Don't crash when color stop offsets descend 2021-11-10 17:28:14 +01:00
gtkcssimageradialprivate.h cssimageradial: Use array + length instead of GArray 2020-01-18 08:49:51 +01:00
gtkcssimagerecolor.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c cssimagescaled: Implement is_computed() 2020-01-24 06:08:39 +01:00
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 css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c Add G_GNUC_NORETURN to functions that never return 2020-05-18 11:30:08 +02:00
gtkcssinitialvalueprivate.h cssstaticstyle: Compute initial/inherit values directly 2019-09-09 17:36:24 +02:00
gtkcsskeyframes.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcsskeyframesprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
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 css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssnode.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssnodedeclaration.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcssnodedeclarationprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodeprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodestylecache.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c css: Fix freeing of calc values 2022-08-22 11:51:56 -04:00
gtkcssnumbervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsspalettevalue.c Stop using the -gtk-icon-theme style property 2020-04-22 12:35:22 -04:00
gtkcsspalettevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsspositionvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsspositionvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcssrepeatvalue.c cssvalue: Add is_computed flag 2020-01-18 08:49:51 +01:00
gtkcssrepeatvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssselector.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkcssselectorprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssshadowvalue.c Shrink shadow extents 2021-08-04 14:47:17 +05: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 css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssstaticstyle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcssstaticstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssstringvalue.c Allow inserting newlines in css strings 2020-10-02 23:40:16 -04:00
gtkcssstringvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
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 css: Fix an oversight in style change computation 2020-02-02 16:41:14 +01:00
gtkcssstylechangeprivate.h widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
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 Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsstransformvalue.c css: Fix handling of transform values 2022-07-18 07:08:01 -05:00
gtkcsstransformvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsstransientnode.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcsstransientnodeprivate.h
gtkcsstransition.c gtk: Improve struct packing in places 2020-07-25 11:57:37 -04:00
gtkcsstransitionprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsstypes.c csstypes: Add annotations and inlines 2021-09-14 16:38:08 -04:00
gtkcsstypesprivate.h csstypes: Add annotations and inlines 2021-09-14 16:38:08 -04:00
gtkcssunsetvalue.c unsetvalue: Add G_GNUC_NORETURN annotation 2020-05-19 08:32:33 +02:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssvalueprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcsswidgetnode.c csswidgetnode: Don't check for container 2020-05-08 10:57:41 -03: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcustompaperunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcustomsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkcustomsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkdbusinterfaces.xml
gtkdebug.h gtk: Remove old debug macros 2022-09-23 18:51:46 -04:00
gtkdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdialog.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkdialogprivate.h
gtkdirectorylist.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdirectorylist.h directorylist: Add monitoring 2020-07-07 21:21:41 -04:00
gtkdragdestprivate.h Move code over 2020-01-08 18:48:21 -05:00
gtkdragicon.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdragicon.h dragicon: Make a function propertly exported 2020-11-05 07:23:38 -05:00
gtkdragsource.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdragsource.h Remove unused includes 2020-02-09 23:59:22 -05:00
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 gdk: Make gdk_drop_status() take preferred action 2020-03-02 04:43:56 +01:00
gtkdropcontrollermotion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdropcontrollermotion.h Add GtkDropControllerMotion 2020-02-22 07:33:40 +01:00
gtkdropdown.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkdropdown.h dropdown: add GtkDropDown:show-arrow property 2021-10-06 09:55:40 -07:00
gtkdropprivate.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptarget.c drop target: Warn about broken signal handler returns 2022-09-27 03:50:29 +02: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 droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkeditable.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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-21 14:38:08 +03:00
gtkeditablelabel.h Add a GtkEditableLabel widget 2020-06-15 12:08:54 -04:00
gtkemojichooser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkemojicompletion.h Make emoji completion work for GtkText 2019-02-18 14:24:21 -05:00
gtkentry.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkentry.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkentrybuffer.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkentrybuffer.h Move g_autoptr macro for GtkEntryBuffer 2020-09-08 23:50:12 +01:00
gtkentrycompletion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkentrycompletion.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkentryprivate.h Remove an unimplemented function 2021-08-02 20:44:40 -04: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 Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerkey.h Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkeventcontrollerlegacy.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollerlegacy.h gtkeventcontrollerlegacy: Make public 2018-10-15 17:39:04 +02:00
gtkeventcontrollermotion.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkeventcontrollermotion.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04: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
gtkfilechooser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechooser.h filechooser: Convert docs 2021-03-11 16:37:33 +00:00
gtkfilechooserdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechooserdialog.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfilechooserentry.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechooserentry.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosererrorstack.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechoosererrorstackprivate.h file chooser error stack: Don't derive from stack 2019-05-28 22:35:36 +00:00
gtkfilechoosernative.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechoosernative.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosernativeportal.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechoosernativeprivate.h portal file chooser: Handle errors 2020-03-21 13:16:43 -04:00
gtkfilechoosernativequartz.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechoosernativewin32.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechooserprivate.h searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtkfilechooserutils.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilechooserutils.h filechooser: Check that icons exist 2021-03-26 13:17:51 -04:00
gtkfilechooserwidget.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtkfilechooserwidget.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfilechooserwidgetprivate.h filechooserdialog: Stop using the embed interface 2020-07-12 10:59:49 -04:00
gtkfilefilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilefilter.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfilefilterprivate.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkfilesystemmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfilesystemmodel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 filterlistmodel: Add gtk_filter_list_model_get_pending() 2020-07-06 03:42:43 +02:00
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 fixedlayout: Don't call the child transform position 2019-09-09 17:36:25 +02:00
gtkflattenlistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkflattenlistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkflowbox.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkflowbox.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkflowboxprivate.h flowbox: Add a private api to disable move-cursor 2020-04-14 15:07:47 -04:00
gtkfontbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfontbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfontchooser.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfontchooser.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfontchooserdialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfontchooserdialog.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfontchooserprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooserutils.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfontchooserutils.h
gtkfontchooserwidget.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkfontchooserwidget.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkfontchooserwidgetprivate.h
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureprivate.h gesture: Keep the target widget for events 2020-02-21 00:51:02 -05:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgesturestylus.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturestylusprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkgridview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkheaderbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkheaderbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkheaderbarprivate.h headerbar: Update window buttons automatically 2020-04-23 19:26:10 +05:00
gtkiconcache.c gtk: Use the new debug macros 2022-09-23 18:12:39 -04:00
gtkiconcacheprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkiconcachevalidator.c build: Redo the tools build 2021-01-28 12:27:07 -05:00
gtkiconcachevalidatorprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkiconhelper.c iconhelper: Fix the paintable implementation 2021-07-31 08:27:17 -04:00
gtkiconhelperprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkicontheme.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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
gtkiconview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkiconview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkiconviewprivate.h dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkimage.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimageprivate.h
gtkimcontext.c Use native Windows API for converting keystrokes to characters 2022-10-17 22:11:35 +02:00
gtkimcontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkimcontextbroadway.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkimcontextbroadway.h
gtkimcontextime.c Use native Windows API for converting keystrokes to characters 2022-10-17 22:11:35 +02:00
gtkimcontextime.h Win32 IME: Keep track of the client widget 2022-02-21 15:53:13 +01:00
gtkimcontextquartz.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkimcontextquartz.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkimcontextsimple.c Use native Windows API for converting keystrokes to characters 2022-10-17 22:11:35 +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/carlosg/shuffle-reset-take2' into 'main' 2022-09-28 01:39:49 +00:00
gtkimcontextwayland.h
gtkimmodule.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkimmulticontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkinfobar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkinfobar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkinscription.c GtkInscription: Set the a11y label when updating the text property 2022-09-01 16:19:59 +02: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Add GtkLayoutChild 2019-03-26 00:11:27 +00:00
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 Propagate rooting and unrooting widgets to layout managers 2019-06-30 23:42:44 +01:00
gtklevelbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtklevelbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklinkbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtklinkbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtklistbase.c listbase: Grab focus on items instead of container 2022-10-21 08:03:14 +00:00
gtklistbase.h listbase: Tweak docs 2021-03-11 16:37:36 +00:00
gtklistbaseprivate.h listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistbox.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistitemprivate.h list-item: Use notify_by_pspec instead of by name 2022-05-06 18:05:03 +03:00
gtklistitemwidget.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 listlistmodel: Drop item_type 2020-07-26 18:02:51 -04:00
gtkliststore.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkliststore.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
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 columnview: Set accessible roles 2020-10-15 00:16:25 -04:00
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 magnifier: Drop the Private struct 2020-09-19 14:36:44 -04:00
gtkmain.c Use native Windows API for converting keystrokes to characters 2022-10-17 22:11:35 +02: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 video: Add header include guard 2018-10-06 00:29:31 +02:00
gtkmediafile.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmediafile.h
gtkmediafileprivate.h mediafile: Privately export function to the extension 2020-04-28 00:37:54 -04:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmenubutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkmenubuttonprivate.h menubutton: Remove obsolete private method 2020-09-29 20:58:25 +02:00
gtkmenusectionbox.c popovermenu: Fix crash when removing child 2022-01-25 15:31:00 +01:00
gtkmenusectionboxprivate.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmessagedialog.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmessagedialog.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkmodelbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation-stub.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmountoperation-x11.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmountoperation.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmountoperation.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkmountoperationprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmultifilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultifilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkmultiselection.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultiselection.h multiselection: Make constructor transfer full 2020-07-26 18:04:40 -04:00
gtkmultisorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkmultisorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -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 selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtknotebook.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
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 Make GtkOverlayLayout public 2020-05-25 14:22:10 -04:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpagesetupunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkpaned.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpango.h Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpasswordentry.h passwordentry: Drop the Private struct 2020-09-19 13:23:40 -04:00
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 Allow toggling the password entry visibility programmatically 2020-10-16 00:34:01 +01:00
gtkpathbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpathbar.h pathbar: Stop using GtkFileSystem 2020-07-12 09:12:43 -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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkplacessidebarprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkplacesview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkplacesviewprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkplacesviewrow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkplacesviewrowprivate.h
gtkpointerfocus.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpointerfocusprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpopcountprivate.h Update gtkpopcountprivate.h: undefined macro outside msvc 2021-06-12 17:35:13 +00:00
gtkpopover.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpopover.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovercontent.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpopovercontentprivate.h popover: Add a popover content class 2021-02-16 23:51:14 -05:00
gtkpopovermenu.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpopovermenu.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovermenubar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpopovermenubar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkpopovermenubarprivate.h window: Move F10 handling to popover menubars 2019-12-29 18:44:26 -05:00
gtkpopovermenuprivate.h popovermenu: Scroll when necessary 2021-07-02 13:19:02 -04:00
gtkpopoverprivate.h popover: Implement auto mnemonics 2020-03-25 23:14:45 -04:00
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintbackendprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Build print backends with common_cflags 2020-05-19 08:32:33 +02:00
gtkprinteroptionset.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprinteroptionwidget.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprinterprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintoperation-portal.h
gtkprintoperation-private.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-unix.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintoperation-win32.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintoperation.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprintunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintutils.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintutils.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
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 types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtkprivatetypebuiltins.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gtkprogressbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkprogressbar.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkprogresstracker.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprogresstrackerprivate.h gtk: Improve struct packing in places 2020-07-25 11:57:37 -04:00
gtkpropertylookuplistmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkpropertylookuplistmodelprivate.h propertylookuplistmodel: Add 2018-09-16 18:50:17 +02:00
gtkquartz.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkquartz.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkquery.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkquery.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkrange.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkrange.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkrangeprivate.h gtk: Remove unused header include 2020-10-20 04:50:12 +02:00
gtkrbtree.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtkrbtreeprivate.h rbtree: Make node getters not require tree argument 2019-01-14 02:14:11 +01:00
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
gtkrender.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkrender.h Drop gtk_render_slider from headers 2020-09-13 21:51:42 -04:00
gtkrenderbackground.c css: Render the background-clip area, not the background-origin 2021-10-07 19:59:44 +02:00
gtkrenderbackgroundprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrenderborder.c gdk_rgba_parse: Support HSL colors 2021-09-10 16:56:42 -05:00
gtkrenderborderprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrendericon.c icontheme: Refactor gtk_icon_theme_lookup_symbolic_colors() 2021-08-30 04:52:47 +02:00
gtkrendericonprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkrendernodepaintable.c rendernodepaintable: Provide accurate aspect ratio 2021-09-17 10:28:49 -04:00
gtkrendernodepaintableprivate.h inspector: Make the render node tree use a ListBox 2018-09-16 18:50:17 +02:00
gtkrevealer.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 Move the Root interface to a private header 2019-06-30 23:42:44 +01:00
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 scale: Fix a typo 2022-09-27 21:03:56 -04:00
gtkscale.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscalebutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkscalebutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkscaler.c scaler: Avoid some signal connections 2019-08-15 17:13:29 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkscrolledwindow.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksearchbar.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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: finalize search results 2021-10-04 09:23:39 +02:00
gtksearchenginemodelprivate.h searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchengineprivate.h searchengine: Rename private headers 2021-08-29 06:52:28 +02: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 searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchenginetracker3private.h searchengine: Rename private headers 2021-08-29 06:52:28 +02:00
gtksearchentry.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksearchentry.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksearchentryprivate.h search entry: Add private api to get the text widget 2019-02-20 10:29:26 -05:00
gtksecurememory.c meson: check for madvise() 2021-04-17 19:30:20 -04: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 selectionfiltermodel: Drop a leftover symbol 2020-08-04 22:11:34 -04:00
gtkselectionmodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkselectionmodel.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkseparator.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkseparator.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtksettings.c Merge branch 'left-right-typo' into 'main' 2022-09-26 22:23:29 +00: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
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 shortcutaction: Integrate with GtkBuilder property parsing 2020-03-25 23:14:28 -04:00
gtkshortcutcontroller.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutcontroller.h Annotation fixes 2020-04-03 15:30:56 +01:00
gtkshortcutcontrollerprivate.h shortcutcontroller: Add a way to update accels 2021-06-17 08:50:26 -04:00
gtkshortcutlabel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutlabel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
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 shortcutmanager: Fix private header include guard 2020-05-17 15:30:03 +02:00
gtkshortcutsgroup.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutsgroup.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutssection.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshortcutssection.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutsshortcut.c Drop gtkintl.h 2022-09-24 10:03:37 -04: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 shortcutswindow: Drop the Private struct 2020-09-19 16:22:04 -04:00
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
gtkshow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkshow.h Redo gtk_show_uri_on_window 2020-04-11 21:56:32 -04:00
gtksidebarrow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksidebarrowprivate.h *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtksingleselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
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 Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
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 listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtksnapshot.c snapshot: Don't critical on dispose 2022-08-01 20:28:46 +00:00
gtksnapshot.h snapshot: Add gsk_snapshot_append_conic_gradient() 2020-12-03 01:15:53 +01: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 sorter: Introduce GtkSortKeys 2020-07-22 14:30:49 +02:00
gtksortkeys.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksortkeysprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtksortlistmodel.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtksortlistmodel.h sortlistmodel: Add progress estimation 2020-07-22 14:30:49 +02:00
gtkspinbutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkspinbutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkspinbuttonprivate.h spinbutton: Implement GtkAccessible 2020-10-12 21:45:48 -04:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04: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 statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstringlist.h stringlist: Export gtk_string_object_new() 2020-07-05 02:59:21 +02:00
gtkstringsorter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstringsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkstyleanimation.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkstyleanimationprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkstylecascade.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstylecascadeprivate.h
gtkstylecontext.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstylecontext.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstylecontextprivate.h stylecontext: Remove some unnused includes 2020-10-14 15:06:12 -04:00
gtkstyleproperty.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstylepropertyprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkstyleprovider.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkstyleprovider.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtkstyleproviderprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01: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 a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
gtktestutils.c Rename ngl to gl 2021-10-07 13:05:53 -04:00
gtktestutils.h
gtktext.c gtktext: Claim gesture more selectively 2022-11-18 18:36:32 +01:00
gtktext.h text: Add API to compute cursor extents 2021-07-07 19:33:12 +02:00
gtktextattributes.c textview: Implement new pango attributes 2021-08-25 14:57:13 -04:00
gtktextattributes.h textview: Implement new pango attributes 2021-08-25 14:57:13 -04:00
gtktextbtree.c Rename gdk-private.h to gdkprivate.h 2022-09-23 23:23:27 -04:00
gtktextbtree.h textbtree: Return tags in a GPtrArray 2021-04-04 22:27:53 -04:00
gtktextbuffer.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextbuffer.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextbufferprivate.h Move private function out of the AT-SPI a11y backend 2022-08-04 23:34:41 +01:00
gtktextchild.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextchild.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextchildprivate.h Restore the GtkTextchild abi 2021-12-11 10:58:58 -05: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: always track selection bounds 2021-12-26 12:47:45 -08:00
gtktexthistoryprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtktextiter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextiter.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextiterprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktextlayout.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextlayoutprivate.h textview: Invalidate selection when its style changes 2021-05-04 00:16:05 +05:00
gtktextlinedisplaycache.c Avoid copying static debug strings 2021-07-28 22:42:46 -04:00
gtktextlinedisplaycacheprivate.h linedisplaycache: improve invalidation with y_range 2020-08-07 12:44:26 -07:00
gtktextmark.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextmark.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktextmarkprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextsegment.c Avoid diagnostics for gcc-11 false positive out of bounds accesses 2021-01-11 17:19:36 +01:00
gtktextsegment.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttag.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktexttag.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktexttagprivate.h textview: Implement new pango attributes 2021-08-25 14:57:13 -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 textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttypes.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttypes.h Hide GtkTextBTree's typedef 2021-03-11 16:37:32 +00:00
gtktextutil.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktextutil.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextview.c Merge branch 'wip/carlosg/shuffle-reset-take2' into 'main' 2022-09-28 01:39:49 +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 textviewchild: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtktextviewprivate.h Add a private getter for the textview key controller 2021-08-02 20:44:40 -04:00
gtktogglebutton.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktogglebutton.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktooltip.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktooltip.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktooltipprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktooltipwindow.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktooltipwindowprivate.h gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktrashmonitor.c Add more names to sources 2022-09-28 12:37:21 -04:00
gtktrashmonitor.h
gtktreedatalist.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtktreedatalist.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtktreednd.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreednd.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreeexpander.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreeexpander.h GtkTreeExpander: indent-for-icon property 2021-08-23 07:54:45 +02: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 Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtktreemodel.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreemodel.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreemodelfilter.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreemodelfilter.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreemodelsort.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreemodelsort.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreepopover.c Revert "treepopover: Do not propagate natural width of content" 2022-10-26 13:51:23 +03:00
gtktreepopoverprivate.h treepopover: Fix header guard 2020-02-07 13:16:32 -05:00
gtktreeprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreerbtree.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktreerbtreeprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreeselection.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreeselection.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreesortable.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreesortable.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreestore.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreestore.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreeview.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreeview.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -04:00
gtktreeviewcolumn.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtktreeviewcolumn.h gtk: Dissolve gtk-autocleanup.h 2022-09-23 23:07:43 -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 video: Add header include guard 2018-10-06 00:29:31 +02:00
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 Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkwidget.h Rename clear_template to dispose_template 2022-07-11 18:24:37 +01: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 widget: Provide a helper for updating pango contexts 2021-09-04 15:42:05 -04:00
gtkwin32.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkwindow.c focus: fall back to old behaviour if we didn't focus anything 2022-11-12 03:37:52 +02:00
gtkwindow.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkwindowcontrols.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkwindowcontrols.h Add GtkWindowControls 2020-04-26 15:13:15 +05:00
gtkwindowgroup.c windowgroup: Convert docs 2021-03-11 16:37:37 +00:00
gtkwindowgroup.h Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -05:00
gtkwindowhandle.c Drop gtkintl.h 2022-09-24 10:03:37 -04:00
gtkwindowhandle.h Add GtkWindowHandle 2020-05-07 23:57:58 +05:00
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 gtk: Use gnome.mkenums_simple 2022-09-24 21:23:00 -04:00
open-type-layout.h fontchooser: Some OpenType improvements 2022-07-03 07:38:24 -04:00
org.gtk.gtk4.Settings.ColorChooser.gschema.xml Rename all settings schemas to avoid conflict 2019-04-02 19:27:34 +00:00
org.gtk.gtk4.Settings.Debug.gschema.xml inspector: Enable by default 2019-04-12 00:39:24 +02:00
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml Redo the handling of Emoji data 2020-10-04 01:14:42 -04:00
org.gtk.gtk4.Settings.FileChooser.gschema.xml gtk: Remove last-folder-uri from schema 2022-08-30 15:58:47 -03:00
paper_names_offsets.c
paper_names.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
text-input-unstable-v3.xml imwayland: Add text-input-unstable-v3 support 2018-12-18 20:27:12 +01:00