gtk2/gtk
Matthias Clasen 7344a03aa3 shortcutcontroller: Don't reinject menu accels
The normal way to associate accels with actions is
to attach a shortcut controller to the widget. The shorcut
controller will inject the accel into the action muxer
tree, so that it can get displayed in widgets that activate
the action (say, in menus.

This approach does not works for generated menus, since the
widgets are not in the hands of the app developer, so attaching
shortcut controllers to them is impractical.

Instead, GtkModelButton has an accel property that gets
bound to the accel coming from the action muxer tree (most
likely put there via gtk_application_set_accel_for_action),
and creates a shortcut controller itself.

The change in this commit is to prevent the shortcut controller
from injecting the accel into the action muxer tree in this case.
Otherwise, the accels get 'stuck' and we won't update them if the
global accels are later changed.

This is a hack, and needs a better solution.
2021-06-17 08:50:26 -04:00
..
a11y Cosmetics: Eradicate gdouble 2021-06-03 17:41:28 -04:00
compose Revert Compose sequence changes 2021-04-01 15:31:21 -04:00
css gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
deprecated
emoji emoji: Update data to CLRD v39 2021-05-06 05:08:37 +02:00
icons icons: Fix switch-off icon 2021-05-20 23:36:30 +05:00
inspector inspector: Use new get_egl_display apis 2021-05-13 15:25:18 -04:00
roaring Remove unused static inline function 2020-12-25 16:16:43 +01:00
theme theme: Specificity bump for dropdowns 2021-05-17 23:26:08 +05:00
timsort gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
ui emojichooser: Set selection-mode=none on the toolbar flowbox 2021-05-17 14:09:03 +05:00
fnmatch.c Add a helper to make case-insensitive globs 2021-06-04 21:10:01 -04:00
gdkpixbufutils.c image, picture: Move pixbuf code to gdkpixbufutils 2021-04-16 18:27:40 -04:00
gdkpixbufutilsprivate.h image, picture: Move pixbuf code to gdkpixbufutils 2021-04-16 18:27:40 -04:00
gen-gtk-gresources-xml.py Drop Adwaita and HighContrast themes 2021-04-01 12:39:30 -04:00
gen-paper-names.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gentypefuncs.py gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py 2020-10-14 15:06:12 -04:00
gsettings-mapping.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gsettings-mapping.h
gskpango.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gskpango.h gskpango: Don't copy fg color 2020-12-21 15:23:25 +01:00
gtk-autocleanups.h gtk: remove GtkClipboard leftovers 2020-12-22 16:39:54 +04:00
gtk-text-input.xml
gtk-win32.rc.body.in
gtk.h Make GtkPasswordEntryBuffer public 2021-06-08 11:25:11 +00:00
gtkaboutdialog.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkaboutdialog.h gtkaboutdialog: Directly specialize GtkWindow 2020-10-06 18:46:48 +02:00
gtkaccelgroup.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkaccelgroup.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkaccelgroupprivate.h accels: Remove GtkAccelGroup 2020-03-25 23:14:44 -04:00
gtkaccessible.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04: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 Documentation fixes 2021-05-20 19:17:49 -04:00
gtkactionable.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionbar.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkactionbar.h actionbar: Derive from GtkWidget 2020-05-11 22:21:09 -04:00
gtkactionhelper.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkactionhelperprivate.h action helper: Drop G_GNUC_INTERNAL from headers 2020-09-01 16:29:21 -04:00
gtkactionmuxer.c action muxer: Propagate registrations further up 2021-06-17 08:50:26 -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 adjustment: Small docs tweak 2021-03-11 16:37:34 +00:00
gtkadjustment.h adjustment: Convert docs 2021-03-11 16:37:34 +00: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 Documentation fixes 2021-05-20 19:17:49 -04:00
gtkappchooser.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserbutton.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkappchooserbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkappchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserprivate.h
gtkappchooserwidget.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkappchooserwidget.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplication-dbus.c gtkapplication-dbus: Fetch inital screen saver state async 2021-05-26 18:47:38 +02: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 applicationwindow: Allocate tooltips 2021-06-03 21:43:13 -04:00
gtkapplicationwindow.h
gtkaspectframe.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkaspectframe.h aspectframe: Add a child property 2020-05-04 17:01:18 -04:00
gtkassistant.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkassistant.h assistant: Convert docs 2021-03-11 16:37:33 +00:00
gtkatcontext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h bitmask: add an assertion 2020-05-25 20:56:09 -04:00
gtkbitset.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkbitset.h bitset: Convert docs 2021-03-11 16:37:32 +00:00
gtkbookmarklist.c Add type annotations for filename arguments 2021-06-12 11:12:06 -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 Documentation fixes 2021-05-20 19:17:49 -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 box: Avoid redundant storage 2021-05-31 18:38:52 -04:00
gtkbox.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkboxlayout.c boxlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkboxlayout.h
gtkbuildable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkbuildable.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkbuildableprivate.h Drop unused gtk_buildable_set_buildable_property 2020-10-30 17:19:52 -04:00
gtkbuilder-menus.c buildable: Make vfunc accessor functions private 2020-09-26 02:16:57 +02:00
gtkbuilder.c Add type annotations for filename arguments 2021-06-12 11:12:06 -04:00
gtkbuilder.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkbuilderlistitemfactory.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkbuilderlistitemfactory.h builderlistitemfactory: Add scope argument 2020-05-30 19:26:45 -04:00
gtkbuilderparser.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkbuilderprecompile.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkbuilderprivate.h builderparser: Save finalizers in a GPtrArray 2021-01-17 04:39:26 +01:00
gtkbuilderscope.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkbuilderscope.h docs: More syntax fixes 2021-05-22 21:21:10 -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 button: Add a private getter for the action helper 2021-06-10 08:36:01 -04:00
gtkbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkbuttonprivate.h button: Add a private getter for the action helper 2021-06-10 08:36:01 -04:00
gtkcalendar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcalendar.h calendar: Keep a GDateTime around 2020-02-07 13:16:32 -05:00
gtkcellarea.c cellarea: Don't shrink area too much 2021-06-15 18:00:25 +00:00
gtkcellarea.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellareabox.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellareabox.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareaboxcontext.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcellareaboxcontextprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareacontext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellareacontext.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkcelleditable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcelleditable.h celleditable: Remove class cast check macro 2021-03-07 18:25:07 +00:00
gtkcelllayout.c Added information, that "attributes" refer to CellRenderer "properties". 2021-06-04 02:21:31 +00:00
gtkcelllayout.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrenderer.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrenderer.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendereraccel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendereraccel.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcellrenderercombo.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendererprogress.h
gtkcellrendererspin.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendererspin.h
gtkcellrendererspinner.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrendererspinner.h
gtkcellrenderertext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrenderertext.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcellrenderertoggle.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellrenderertoggle.h
gtkcellview.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcellview.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcenterbox.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkcenterbox.h
gtkcenterlayout.c centerlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkcenterlayout.h Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcheckbutton.c checkbutton: Fix actionable state tracking 2021-06-10 08:38:12 -04:00
gtkcheckbutton.h checkbutton: Add activate signal to work with gtk_widget_activate() 2021-01-04 17:25:53 +02:00
gtkcolorbutton.c colorbutton: Use markdown for css tree 2021-03-11 16:37:34 +00:00
gtkcolorbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcolorchooser.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkcolorchooser.h Mark padding fields as private 2021-03-11 16:37:33 +00:00
gtkcolorchooserdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkcolorchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcolorchooserprivate.h color chooser: Port checkered pattern drawing from cairo 2019-08-11 09:34:50 +02:00
gtkcolorchooserwidget.c colorchooserwidget: Convert docs 2021-03-11 16:37:33 +00:00
gtkcolorchooserwidget.h colorchooserwidget: Inherit from GtkWidget 2019-08-03 14:44:24 +02:00
gtkcoloreditor.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcoloreditorprivate.h coloreditor: Drop the Private struct 2020-03-29 09:04:19 -04:00
gtkcolorpicker.c
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
gtkcolorplane.c colorplane: Remove (un)realize handlers 2020-10-14 15:06:12 -04:00
gtkcolorplaneprivate.h colorplane: Drop the Private struct and padding 2020-07-24 22:56:24 -04:00
gtkcolorscale.c colorscale: Refactor creating the hue texture 2020-10-14 15:06:12 -04:00
gtkcolorscaleprivate.h colorscale: Drop the Private struct 2020-09-19 14:29:35 -04:00
gtkcolorswatch.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcolorswatchprivate.h colorswatch: Export some functions for a11y 2020-10-21 23:36:22 -04: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 columnlistitemfactory: Plug a leak 2020-07-16 08:54:36 -04:00
gtkcolumnlistitemfactoryprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcolumnview.c docs: fix broken links 2021-05-27 00:18:23 +00:00
gtkcolumnview.h columnview: Convert docs 2021-03-11 16:37:35 +00:00
gtkcolumnviewcell.c columnview: Make right-aligned content work 2020-10-19 09:39:07 -04:00
gtkcolumnviewcellprivate.h columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewcolumn.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcolumnviewcolumn.h columnviewcolumn: Convert docs 2021-03-11 16:37:35 +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 Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkcolumnviewsorterprivate.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkcolumnviewtitle.c columnview: Redo indicator arrows 2021-01-19 14:24:19 -05:00
gtkcolumnviewtitleprivate.h columnview: Add header 2020-05-30 19:26:46 -04:00
gtkcombobox.c Documentation update for combo_box_new_with_entry 2021-06-04 04:02:48 +00:00
gtkcombobox.h Remove ATK 2020-07-26 20:31:14 +01:00
gtkcomboboxprivate.h
gtkcomboboxtext.c docs: More syntax fixes 2021-05-22 21:21:10 -04:00
gtkcomboboxtext.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcomposetable.c composetable: Limit algorithmic checking 2021-03-26 20:27:55 -04:00
gtkcomposetable.h composetable: Keep multi-char values 2021-02-02 11:54:53 -05:00
gtkconstraint.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkconstraintguide.h constraintguide: Convert docs 2021-03-11 16:37:35 +00:00
gtkconstraintguideprivate.h
gtkconstraintlayout.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkconstraintlayout.h constraintlayout: Convert docs 2021-03-11 16:37:35 +00:00
gtkconstraintlayoutprivate.h
gtkconstraintprivate.h
gtkconstraintsolver.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 css: Implement transform-origin 2021-01-24 22:49:08 -05: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
gtkcsscalcvalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscalcvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscolorvalue.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02: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 Make dimension values and calc values just number values 2020-05-10 08:44: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 Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcssenumvalueprivate.h css: Fix text-decoration-line support 2021-01-26 17:53:14 -05: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 css: Support colors in cross fades 2021-01-26 21:14:09 -05: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 Allow inserting newlines in css strings 2020-10-02 23:40:16 -04:00
gtkcssimageiconthemeprivate.h css: Compare icon theme serials 2020-04-22 19:22:41 -04: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 cssimageradial: Avoid creating color stops with an offset > 1 2020-09-19 08:55:18 +02: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 cssimageurl: Remove direct pixbuf use 2021-04-16 18:27:40 -04: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
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 docs: Remove the last few remaining '+' from GTK 2021-03-11 16:37:30 +00: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 Documentation fixes 2021-05-20 19:17:49 -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 docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkcssprovider.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 cssshadowvalue: Handle error condition propertly 2021-03-17 07:49:06 -04:00
gtkcssshadowvalueprivate.h cssshadowvalue: Add gtk_css_shadow_value_pop_snapshot 2021-02-06 16:09:21 -05:00
gtkcssshorthandproperty.c shorthandproperty: Use alloca() when parsing properties 2020-05-05 08:20:09 +02: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 css: Implement transform-origin 2021-01-24 22:49:08 -05: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 css: Implement transform-origin 2021-01-24 22:49:08 -05:00
gtkcssstyleproperty.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkcssstylepropertyimpl.c cssshadowvalue: Drop the underscore 2021-02-06 16:08:19 -05:00
gtkcssstylepropertyprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsstransformvalue.c csstransformvalue: Make no-transform case explicit 2020-06-19 05:26:24 +02: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcsstypesprivate.h css: Fix text-decoration-line support 2021-01-26 17:53:14 -05: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 customfilter: Convert docs 2021-03-11 16:37:35 +00: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: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcustompaperunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcustomsorter.c customsorter: Convert docs 2021-03-11 16:37:35 +00:00
gtkcustomsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkdbusinterfaces.xml
gtkdebug.h docs: Sync up debug flag information 2021-05-22 20:46:59 -04:00
gtkdialog.c gtk: fix gi-docgen link type 2021-05-25 09:25:32 +00:00
gtkdialog.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkdialogprivate.h
gtkdirectorylist.c directorylist: Cosmetic docs changes 2021-05-22 17:25:26 -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 docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdragicon.h dragicon: Make a function propertly exported 2020-11-05 07:23:38 -05:00
gtkdragsource.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkdrawingarea.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdrop.c gdk: Make gdk_drop_status() take preferred action 2020-03-02 04:43:56 +01:00
gtkdropcontrollermotion.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdropcontrollermotion.h Add GtkDropControllerMotion 2020-02-22 07:33:40 +01:00
gtkdropdown.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdropdown.h dropdown: Revise constructors 2020-07-26 18:09:54 -04:00
gtkdropprivate.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptarget.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdroptarget.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptargetasync.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdroptargetasync.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkeditable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeditable.h Add gtk_editable_get_delegate 2020-10-19 12:36:54 -04:00
gtkeditablelabel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeditablelabel.h Add a GtkEditableLabel widget 2020-06-15 12:08:54 -04:00
gtkemojichooser.c emoji: Try to load emoji data using both language and territory 2021-05-07 16:10:29 +02:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c emojicompletion: Avoid a memory overrun 2020-10-15 16:32:55 -04:00
gtkemojicompletion.h
gtkentry.c entry: Fix a typo in the docs 2021-06-02 06:47:27 -04:00
gtkentry.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkentrybuffer.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkentrybuffer.h Move g_autoptr macro for GtkEntryBuffer 2020-09-08 23:50:12 +01:00
gtkentrycompletion.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkentrycompletion.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkentryprivate.h Add GtkEntry icon signals emitter 2020-10-16 00:34:01 +01:00
gtkenums.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeventcontroller.c eventcontroller: Cosmetic docs changes 2021-05-22 17:25:26 -04:00
gtkeventcontroller.h Remove boxed type for GtkCrossingData 2020-12-15 15:55:15 +00:00
gtkeventcontrollerfocus.c eventcontrollerfocus: Convert docs 2021-03-11 16:37:36 +00:00
gtkeventcontrollerfocus.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeventcontrollerkey.h Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkeventcontrollerlegacy.c eventcontrollerlegacy: Convert docs 2021-03-11 16:37:36 +00:00
gtkeventcontrollerlegacy.h
gtkeventcontrollermotion.c eventcontrollermotion: Convert docs 2021-03-11 16:37:36 +00:00
gtkeventcontrollermotion.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeventcontrollerscroll.c eventcontrollerscroll: Convert docs 2021-03-11 16:37:36 +00:00
gtkeventcontrollerscroll.h eventcontrollerscroll: Convert docs 2021-03-11 16:37:36 +00:00
gtkexpander.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkexpander.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkexpression.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkexpression.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechooser.c Add type annotations for filename arguments 2021-06-12 11:12:06 -04:00
gtkfilechooser.h filechooser: Convert docs 2021-03-11 16:37:33 +00:00
gtkfilechooserdialog.c docs: fix broken links 2021-05-27 00:18:23 +00:00
gtkfilechooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserentry.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechooserentry.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosererrorstack.c Fix gtk_file_chooser_error_stack_set_custom_error 2020-07-12 12:15:08 -04:00
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechoosernative.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosernativeportal.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkfilechoosernativeprivate.h portal file chooser: Handle errors 2020-03-21 13:16:43 -04:00
gtkfilechoosernativequartz.c macos: fix various compiler warnings 2020-11-18 20:16:37 -08:00
gtkfilechoosernativewin32.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkfilechooserprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserutils.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechooserutils.h filechooser: Check that icons exist 2021-03-26 13:17:51 -04:00
gtkfilechooserwidget.c filechooserwidget: Reduce code duplication for disconnecting settings signal 2021-04-01 09:36:23 +02:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h filechooserdialog: Stop using the embed interface 2020-07-12 10:59:49 -04:00
gtkfilefilter.c GtkFileFilter: Add suffix matches 2021-06-04 21:10:01 -04:00
gtkfilefilter.h GtkFileFilter: Add suffix matches 2021-06-04 21:10:01 -04:00
gtkfilefilterprivate.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkfilesystemmodel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilesystemmodel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilter.c filter: Cosmetic docs changes 2021-05-22 17:25:26 -04:00
gtkfilter.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkfilterlistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkfilterlistmodel.h filterlistmodel: Add gtk_filter_list_model_get_pending() 2020-07-06 03:42:43 +02:00
gtkfixed.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkfixed.h fixed: Change coordinate apis to doubles 2020-05-22 17:26:08 -04:00
gtkfixedlayout.c fixedlayout: Convert docs 2021-03-11 16:37:35 +00:00
gtkfixedlayout.h fixedlayout: Don't call the child transform position 2019-09-09 17:36:25 +02:00
gtkflattenlistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkflattenlistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkflowbox.c floxbox: Fix focus navigation 2021-05-23 11:20:00 -04:00
gtkflowbox.h flowbox: Convert docs 2021-03-11 16:37:36 +00:00
gtkflowboxprivate.h flowbox: Add a private api to disable move-cursor 2020-04-14 15:07:47 -04:00
gtkfontbutton.c fontbutton: Quote font family names 2021-05-08 20:54:50 -04:00
gtkfontbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooser.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkfontchooser.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfontchooserdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkfontchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 fontchooser: Fix initial font selection 2021-04-02 01:06:23 -04:00
gtkfontchooserwidget.h
gtkfontchooserwidgetprivate.h
gtkframe.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkframe.h Replace "gfloat" with "float" 2020-07-25 00:47:36 +02:00
gtkgesture.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgesture.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureclick.c gestureclick: Convert docs 2021-03-11 16:37:36 +00:00
gtkgestureclick.h gestureclick: Drop the area 2020-05-06 14:19:50 -04:00
gtkgestureclickprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturedrag.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgesturedrag.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturedragprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturelongpress.c gesturelongpress: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturelongpress.h gesturelongpress: Add getter/setter for delay-factor 2019-08-07 14:11:00 +02:00
gtkgesturelongpressprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturepan.c gesturepan: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturepan.h
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 gesturerotate: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturerotate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturerotateprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturesingle.c gesturesingle: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c gesturestylus: Convert docs 2021-03-11 16:37:37 +00: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 gestureswipe: Convert docs 2021-03-11 16:37:37 +00:00
gtkgestureswipe.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureswipeprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturezoom.c gesturezoom: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturezoom.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkglarea.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgrid.c docs: fix gtk grid formatting 2021-05-27 09:58:42 +00:00
gtkgrid.h grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
gtkgridlayout.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgridlayout.h gridlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkgridview.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkgridview.h gridview: Convert docs 2021-03-11 16:37:35 +00:00
gtkheaderbar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkheaderbar.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkheaderbarprivate.h headerbar: Update window buttons automatically 2020-04-23 19:26:10 +05:00
gtkhsla.c Drop an unused private function 2020-10-30 22:51:54 -04:00
gtkhslaprivate.h Drop an unused private function 2020-10-30 22:51:54 -04:00
gtkiconcache.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02: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 Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkiconhelperprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkicontheme.c icontheme: Add detail to the 'not found' message 2021-06-04 09:49:05 -04:00
gtkicontheme.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkiconthemeprivate.h icontheme: Keep a serial 2020-04-22 15:18:16 -04:00
gtkiconview.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkiconview.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkiconviewprivate.h dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkimage.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkimage.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkimagedefinition.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimagedefinitionprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimageprivate.h
gtkimcontext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkimcontext.h IMContext: add since annotations to the new APIs 2021-03-18 22:25:38 +01:00
gtkimcontextbroadway.c
gtkimcontextbroadway.h
gtkimcontextime.c Win32 IME fixes 2020-11-04 17:17:52 +08:00
gtkimcontextime.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimcontextquartz.c fix: replace deprecated metods. 2021-06-08 22:47:53 +08:00
gtkimcontextquartz.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkimcontextsimple.c imcontext: Ignore more keysyms 2021-06-04 19:01:57 -04:00
gtkimcontextsimple.h imcontext: Drop GTK_MAX_COMPOSE_LEN 2021-02-01 12:31:23 -05:00
gtkimcontextsimpleseqs.h Revert Compose sequence changes 2021-04-01 15:31:21 -04:00
gtkimcontextwayland.c imwayland: Name event controllers 2021-04-02 22:24:00 -04:00
gtkimcontextwayland.h
gtkimmodule.c Documentation fixes 2021-05-20 19:17:49 -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 immulticontext: Unset client widget on delegate change 2021-04-02 22:24:19 -04:00
gtkimmulticontext.h Remove unused includes 2019-09-16 07:23:17 -04:00
gtkinfobar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkinfobar.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkintl.h
gtkistringprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkkineticscrolling.c scrolledwindow: Cancel overshoot on dimension changes 2021-04-01 16:37:30 +05:00
gtkkineticscrollingprivate.h scrolledwindow: Cancel overshoot on dimension changes 2021-04-01 16:37:30 +05:00
gtklabel.c label: Fix mnemonic handling 2021-06-15 13:06:10 -04:00
gtklabel.h Replace "gfloat" with "float" 2020-07-25 00:47:36 +02:00
gtklabelprivate.h label: Remove unused private functions 2021-01-03 11:01:29 +01:00
gtklayoutchild.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklayoutchild.h
gtklayoutmanager.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklayoutmanager.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklayoutmanagerprivate.h
gtklevelbar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklevelbar.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklinkbutton.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklinkbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtklistbase.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklistbox.h introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtklistitem.c listitemwidget: Have .activatable style class if the item is activatable 2021-05-17 18:10:35 +05:00
gtklistitem.h listview: Implement activation 2020-05-30 19:26:45 -04:00
gtklistitemfactory.c listitemfactory: Convert docs 2021-03-11 16:37:34 +00:00
gtklistitemfactory.h listview: Expose GtkListItemFactory APIs 2020-05-30 19:26:45 -04:00
gtklistitemfactoryprivate.h listitemfactory: Simplify 2020-05-30 19:26:46 -04:00
gtklistitemmanager.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklistitemmanagerprivate.h listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistitemprivate.h listitem: Move position/item/selected tracking to widget 2020-05-30 19:26:46 -04:00
gtklistitemwidget.c listitemwidget: Claim gesture when activating 2021-06-13 08:03:39 -04:00
gtklistitemwidgetprivate.h listitemwidget: Have .activatable style class if the item is activatable 2021-05-17 18:10:35 +05:00
gtklistlistmodel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklistlistmodelprivate.h listlistmodel: Drop item_type 2020-07-26 18:02:51 -04:00
gtkliststore.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkliststore.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtklistview.c docs: Reduce redundancy 2021-05-20 20:45:06 -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 docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c magnifier: Set a css name 2020-11-03 11:00:32 -05:00
gtkmagnifierprivate.h magnifier: Drop the Private struct 2020-09-19 14:36:44 -04:00
gtkmain.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmain.h Move version-related functions to gtkversion.c 2020-09-13 22:23:06 -04:00
gtkmaplistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmaplistmodel.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkmarshalers.list Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkmediacontrols.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmediacontrols.h
gtkmediafile.c mediastream: Rename an api to avoid name collisions 2021-06-14 07:50:12 -04:00
gtkmediafile.h
gtkmediafileprivate.h mediafile: Privately export function to the extension 2020-04-28 00:37:54 -04:00
gtkmediastream.c mediastream: Rename an api to avoid name collisions 2021-06-14 07:50:12 -04:00
gtkmediastream.h mediastream: Rename an api to avoid name collisions 2021-06-14 07:50:12 -04:00
gtkmenubutton.c menubutton: Enable F10 for primary menus 2021-05-24 17:27:40 -04:00
gtkmenubutton.h menubutton: Enable F10 for primary menus 2021-05-24 17:27:40 -04:00
gtkmenubuttonprivate.h menubutton: Remove obsolete private method 2020-09-29 20:58:25 +02:00
gtkmenusectionbox.c menusectionbox: Fix submenu-action for nested menus 2021-06-05 08:49:18 -04: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 menutrackeritem: Be more careful with accel changes 2021-06-17 08:50:26 -04:00
gtkmenutrackeritemprivate.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkmenutrackerprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmessagedialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmessagedialog.h messagedialog: Convert docs 2021-03-11 16:37:33 +00:00
gtkmodelbutton.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmodelbuttonprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmodules.c modules: Simplify _gtk_get_module_path 2021-01-25 22:47:16 +01:00
gtkmodulesprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation-stub.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation-x11.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmountoperation.h mountoperation: Convert docs 2021-03-11 16:37:37 +00:00
gtkmountoperationprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmultifilter.c multifilter: Docs tweaks. 2021-03-11 16:37:34 +00:00
gtkmultifilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkmultiselection.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmultiselection.h multiselection: Make constructor transfer full 2020-07-26 18:04:40 -04:00
gtkmultisorter.c multisorter: Tweak docs 2021-03-11 16:37:35 +00:00
gtkmultisorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtknative.c GTK: Fix builds against latest stable GLib with MSVC 2021-04-16 11:39:24 +08:00
gtknative.h gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtknativedialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtknativedialog.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtknativedialogprivate.h
gtknativeprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtknomediafile.c
gtknomediafileprivate.h
gtknoselection.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtknoselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtknotebook.c invalid cast from 'GtkButton' to 'GtkBox' 2021-06-01 14:56:53 +01:00
gtknotebook.h notebook: Convert docs 2021-03-11 16:37:34 +00:00
gtknumericsorter.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtknumericsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkorientable.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkorientable.h orientable: Remove class macros 2021-03-07 18:25:55 +00:00
gtkoverlay.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkoverlay.h Add gtk_overlay_remove_overlay 2020-05-04 22:53:08 -04:00
gtkoverlaylayout.c overlaylayout: Add docs for GtkOverlayLayoutChild 2021-03-11 16:37:36 +00:00
gtkoverlaylayout.h Make GtkOverlayLayout public 2020-05-25 14:22:10 -04:00
gtkpadcontroller.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpadcontroller.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpagesetup.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpagesetup.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpagesetupunixdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkpagesetupunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkpaned.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpaned.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkpanedhandle.c paned: Add a paned handle class 2021-02-17 21:45:33 -05:00
gtkpanedhandleprivate.h paned: Add a paned handle class 2021-02-17 21:45:33 -05:00
gtkpango.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpango.h Remove ATK 2020-07-26 20:31:14 +01:00
gtkpapersize.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkpapersize.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpasswordentry.c Make GtkPasswordEntryBuffer public 2021-06-08 11:25:11 +00:00
gtkpasswordentry.h passwordentry: Drop the Private struct 2020-09-19 13:23:40 -04:00
gtkpasswordentrybuffer.c Make GtkPasswordEntryBuffer public 2021-06-08 11:25:11 +00: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpathbar.h pathbar: Stop using GtkFileSystem 2020-07-12 09:12:43 -04:00
gtkpicture.c Add type annotations for filename arguments 2021-06-12 11:12:06 -04:00
gtkpicture.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkplacessidebar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkplacessidebarprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkplacesview.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkplacesviewprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkplacesviewrow.c gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01: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 introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkpopover.h gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01:00
gtkpopovercontent.c popovercontent: Few small fixes 2021-02-17 21:44:53 -05:00
gtkpopovercontentprivate.h popover: Add a popover content class 2021-02-16 23:51:14 -05:00
gtkpopovermenu.c popovermenu: doc tweaks 2021-06-05 17:19:39 -04:00
gtkpopovermenu.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkpopovermenubar.c popovermenubar: Make submenu-actions work 2021-06-05 08:49:17 -04:00
gtkpopovermenubar.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkpopovermenubarprivate.h window: Move F10 handling to popover menubars 2019-12-29 18:44:26 -05:00
gtkpopovermenuprivate.h popover: Fix submenu navigation 2020-11-16 21:34:33 -05:00
gtkpopoverprivate.h popover: Implement auto mnemonics 2020-03-25 23:14:45 -04:00
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprinter.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprinter.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprinteroption.c Build print backends with common_cflags 2020-05-19 08:32:33 +02:00
gtkprinteroption.h Build print backends with common_cflags 2020-05-19 08:32:33 +02:00
gtkprinteroptionset.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c Clean up uses of gtk_toggle_button_get/set_active 2020-08-30 21:23:25 -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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintjob.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintoperation-portal.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-portal.h
gtkprintoperation-private.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-unix.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintoperation-win32.c docs: Add missing documentation on Windows 2021-05-25 19:16:37 +01:00
gtkprintoperation.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkprintoperation.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintoperationpreview.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintoperationpreview.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkprintsettings.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintsettings.h printsettings: Convert docs 2021-03-11 16:37:34 +00:00
gtkprintunixdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -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 Add a helper to make case-insensitive globs 2021-06-04 21:10:01 -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
gtkprogressbar.c Revert "progressbar: Avoid redundant storage" 2021-06-15 07:37:57 -04:00
gtkprogressbar.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpropertylookuplistmodelprivate.h
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 introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkrange.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02: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
gtkrecentmanager.c docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkrecentmanager.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 renderbackground: Only query number of layers once 2020-06-27 10:51:06 +02:00
gtkrenderbackgroundprivate.h
gtkrenderborder.c renderborder: Avoid 0 width outline color nodes 2020-12-21 10:26:03 +01:00
gtkrenderborderprivate.h
gtkrendericon.c gtk_css_style_snapshot_icon_paintable: Fix uninitialized memory access 2020-02-06 17:47:56 +01:00
gtkrendericonprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkrendernodepaintable.c rendernodepaintable: ceil() bounds for intrinsic size 2020-01-07 17:27:19 +01:00
gtkrendernodepaintableprivate.h
gtkrevealer.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkrevealer.h revealer: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtkroot.c docs: Reduce redundancy 2021-05-20 20:45:06 -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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkscale.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkscalebutton.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkscalebutton.h properly set ScaleButton's parent_class 2020-11-23 02:47:12 +01:00
gtkscaler.c scaler: Avoid some signal connections 2019-08-15 17:13:29 +02:00
gtkscalerprivate.h
gtkscrollable.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkscrollable.h
gtkscrollbar.c docs: fix broken links 2021-05-27 00:18:23 +00:00
gtkscrollbar.h
gtkscrolledwindow.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkscrolledwindow.h scrolledwindow: Convert docs 2021-03-11 16:37:33 +00:00
gtksearchbar.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtksearchbar.h searchbar: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtksearchengine.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtksearchengine.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginemodel.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginemodel.h
gtksearchenginequartz.c macos: bring forward quartz search engine updates 2020-11-17 09:37:13 -08:00
gtksearchenginequartz.h
gtksearchenginetracker3.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginetracker3.h gtksearchengine: Add tracker3 search engine 2020-05-19 22:05:07 +02:00
gtksearchentry.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksearchentry.h
gtksearchentryprivate.h
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 selectionfiltermodel: Fix an oversight 2021-06-11 15:37:16 -04:00
gtkselectionfiltermodel.h selectionfiltermodel: Drop a leftover symbol 2020-08-04 22:11:34 -04:00
gtkselectionmodel.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkselectionmodel.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkseparator.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkseparator.h
gtksettings.c docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtksettings.h Hide GtkSettingsValue 2021-03-11 16:37:32 +00:00
gtksettingsprivate.h Change the default theme to "Default" 2021-04-01 12:27:35 -04:00
gtkshortcut.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkshortcut.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcutaction.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkshortcutaction.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkshortcutactionprivate.h shortcutaction: Integrate with GtkBuilder property parsing 2020-03-25 23:14:28 -04:00
gtkshortcutcontroller.c shortcutcontroller: Don't reinject menu accels 2021-06-17 08:50:26 -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 g-i: fix gtk_shortcut_label_new annotation 2021-03-11 18:21:56 +00:00
gtkshortcutlabel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcutmanager.c shortcutmanager: Convert docs 2021-03-11 16:37:34 +00: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 shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutsgroup.h
gtkshortcutssection.c shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutssection.h
gtkshortcutsshortcut.c shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutsshortcut.h shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c shortcutswindow: Convert docs 2021-03-11 16:37:33 +00:00
gtkshortcutswindow.h shortcutswindow: Drop the Private struct 2020-09-19 16:22:04 -04:00
gtkshortcutswindowprivate.h
gtkshortcuttrigger.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkshortcuttrigger.h shortcuttrigger: Convert docs 2021-03-11 16:37:38 +00:00
gtkshow.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkshow.h Redo gtk_show_uri_on_window 2020-04-11 21:56:32 -04:00
gtksidebarrow.c Remove GtkPlacesOpenFlags from public headers 2020-11-09 08:45:36 -05:00
gtksidebarrowprivate.h *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtksignallistitemfactory.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksignallistitemfactory.h signallistitemfactory: Convert docs 2021-03-11 16:37:34 +00:00
gtksingleselection.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtksingleselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtksizegroup-private.h
gtksizegroup.c sizegroup: Convert docs 2021-03-11 16:37:38 +00:00
gtksizegroup.h
gtksizerequest.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksizerequest.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtksizerequestcache.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtksizerequestcacheprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkslicelistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkslicelistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtksnapshot.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksnapshot.h snapshot: Add gsk_snapshot_append_conic_gradient() 2020-12-03 01:15:53 +01:00
gtksnapshotprivate.h snapshot: Move structs into .c file 2020-07-16 18:09:57 +02:00
gtksorter.c sorter: Cosmetic docs changes 2021-05-22 17:25:26 -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 sortlistmodel: Cosmetic docs changes 2021-05-22 20:46:16 -04:00
gtksortlistmodel.h sortlistmodel: Add progress estimation 2020-07-22 14:30:49 +02:00
gtkspinbutton.c spinbutton: Mind the step in the swipe gesture 2021-06-08 15:18:14 +02:00
gtkspinbutton.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkspinbuttonprivate.h spinbutton: Implement GtkAccessible 2020-10-12 21:45:48 -04:00
gtkspinner.c spinner: Tweak docs 2021-03-11 16:37:36 +00:00
gtkspinner.h Rename GtkSpinner::active to ::spinning 2020-02-24 22:37:02 -05:00
gtkstack.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstack.h stack: Add gtk_stack_add_child 2020-09-15 18:39:09 -04:00
gtkstacksidebar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstacksidebar.h stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstackswitcher.c stackswitcher: clear timer when widget id disposed 2021-06-02 10:20:32 -07:00
gtkstackswitcher.h stackswitcher: Inherit from GtkWidget 2019-10-12 18:12:58 +02:00
gtkstatusbar.c docs: Remove stray backtick 2021-03-11 16:37:32 +00:00
gtkstatusbar.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkstatusbarprivate.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
gtkstringfilter.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkstringfilter.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtkstringlist.c stringlist: Add docs to GtkStringObject 2021-03-11 16:37:36 +00:00
gtkstringlist.h stringlist: Export gtk_string_object_new() 2020-07-05 02:59:21 +02:00
gtkstringsorter.c docs: Reduce redundancy 2021-05-20 20:45:06 -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 docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkstylecontext.h stylecontext: Remove render_insertion_cursor() 2020-10-14 15:06:12 -04:00
gtkstylecontextprivate.h stylecontext: Remove some unnused includes 2020-10-14 15:06:12 -04:00
gtkstyleproperty.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstylepropertyprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkstyleprovider.c docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkstyleprovider.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstyleproviderprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkswitch.c gtk: drop unwanted char on Switch::state-set docs link 2021-05-25 20:29:46 +00:00
gtkswitch.h switch: Stop using a private struct 2019-09-11 08:12:31 +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 Documentation fixes 2021-05-20 19:17:49 -04:00
gtktestutils.h
gtktext.c text: Propagate xalign to the placeholder 2021-05-27 06:57:23 -04:00
gtktext.h text: Add some missing setters and getters 2020-10-03 13:11:20 -04:00
gtktextattributes.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextattributes.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextbtree.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextbtree.h textbtree: Return tags in a GPtrArray 2021-04-04 22:27:53 -04:00
gtktextbuffer.c docs: fix broken links 2021-05-27 00:18:23 +00:00
gtktextbuffer.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextbufferprivate.h Hide GtkTextBTree's typedef 2021-03-11 16:37:32 +00:00
gtktextchild.c textchild: Convert docs 2021-03-11 16:37:36 +00:00
gtktextchild.h textchild: Convert docs 2021-03-11 16:37:36 +00:00
gtktextchildprivate.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexthandle.c texthandle: Add a contents css node 2021-05-04 23:53:05 +05:00
gtktexthandleprivate.h gtk/texthandle: Use gtk_text_handle_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktexthistory.c texthistory: fix has_actionable function 2021-06-01 11:04:55 +00:00
gtktexthistoryprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtktextiter.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextiter.h textiter: Convert docs 2021-03-11 16:37:36 +00:00
gtktextiterprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktextlayout.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextlayoutprivate.h textview: Invalidate selection when its style changes 2021-05-04 00:16:05 +05:00
gtktextlinedisplaycache.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextlinedisplaycacheprivate.h linedisplaycache: improve invalidation with y_range 2020-08-07 12:44:26 -07:00
gtktextmark.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktextmark.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktexttag.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttagprivate.h textbtree: Return tags in a GPtrArray 2021-04-04 22:27:53 -04:00
gtktexttagtable.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktexttagtable.h texttagtable: Convert docs 2021-03-11 16:37:36 +00: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextutil.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextview.c textview: Cosmetic docs changes 2021-05-22 17:25:27 -04:00
gtktextview.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextviewchild.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextviewchildprivate.h textviewchild: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtktextviewprivate.h
gtktogglebutton.c togglebutton: Fix actionable state tracking 2021-06-10 08:36:08 -04:00
gtktogglebutton.h togglebutton: Add grouping 2020-08-30 22:14:05 -04:00
gtktooltip.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktooltip.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktooltipprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktooltipwindow.c gdk: Replace 'WITHDRAWN' state with async 'is-mapped' boolean 2020-12-07 20:37:30 +01:00
gtktooltipwindowprivate.h gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktrashmonitor.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreednd.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreeexpander.c Merge branch 'ebassi/issue-3892' into 'master' 2021-06-07 18:10:12 +00:00
gtktreeexpander.h Add GtkTreeExpander 2020-05-30 19:26:45 -04:00
gtktreelistmodel.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtktreelistmodel.h Documentation fixes 2021-05-20 19:17:49 -04:00
gtktreelistrowsorter.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktreelistrowsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtktreemodel.c treemodel: Cosmetic docs changes 2021-05-22 20:46:59 -04:00
gtktreemodel.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreemodelfilter.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreemodelfilter.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreemodelsort.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreemodelsort.h
gtktreepopover.c Drop style class defines 2020-08-14 07:03:27 -04: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 gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreeselection.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreesortable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreesortable.h docs: More syntax fixes 2021-05-22 21:21:10 -04:00
gtktreestore.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreestore.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreeview.c Apply 1 suggestion(s) to 1 file(s) 2021-06-08 12:59:57 +00:00
gtktreeview.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktreeviewcolumn.c treeviewcolumn: Use focusable when we mean it 2021-05-23 11:20:00 -04:00
gtktreeviewcolumn.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktypebuiltins.c.template types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtktypebuiltins.h.template
gtktypes.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.c version: Tweak docs 2021-03-11 16:37:36 +00:00
gtkversion.h.in Move version-related functions to gtkversion.c 2020-09-13 22:23:06 -04:00
gtkvideo.c Add type annotations for filename arguments 2021-06-12 11:12:06 -04:00
gtkvideo.h
gtkviewport.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkviewport.h viewport: Derive from GtkWidget 2020-05-04 17:01:18 -04:00
gtkvolumebutton.c volumebutton: Convert docs 2021-03-11 16:37:31 +00:00
gtkvolumebutton.h
gtkwidget.c doc: Syntax fixes 2021-05-25 07:33:55 -04:00
gtkwidget.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkwidgetfocus.c widgetfocus: Remove unnecessary check 2020-02-04 17:51:01 +01:00
gtkwidgetpaintable.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkwidgetpaintable.h
gtkwidgetpaintableprivate.h
gtkwidgetprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkwin32.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkwindow.c window: Propagate accel changes 2021-06-17 08:50:26 -04:00
gtkwindow.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkwindowcontrols.c Documentation fixes 2021-05-20 19:17:49 -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 introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkwindowhandle.h Add GtkWindowHandle 2020-05-07 23:57:58 +05:00
gtkwindowprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
imm-extra.h
language-names.c Avoid a buffer overrun 2021-01-22 13:56:04 -05:00
language-names.h
libgtk4.manifest.in
meson.build Install gtkpasswordentrybuffer.h 2021-06-08 07:49:42 -04:00
open-type-layout.h
org.gtk.gtk4.Settings.ColorChooser.gschema.xml
org.gtk.gtk4.Settings.Debug.gschema.xml
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
paper_names_offsets.c
paper_names.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
script-names.c Update script names to Unicode 13 2020-10-04 16:15:09 -04:00
script-names.h
text-input-unstable-v3.xml