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
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
gentypefuncs.py
gsettings-mapping.c
gsettings-mapping.h
gskpango.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gskpango.h
gtk-autocleanups.h
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
gtkaccelgroup.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkaccelgroup.h
gtkaccelgroupprivate.h
gtkaccessible.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessible.h
gtkaccessibleattributeset.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessibleattributesetprivate.h a11y: Don't copy attribute names in attribute sets 2021-03-19 17:01:28 -04:00
gtkaccessibleprivate.h
gtkaccessiblevalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkaccessiblevalueprivate.h
gtkaccessiblevaluestatic.c
gtkactionable.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkactionable.h
gtkactionbar.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkactionbar.h
gtkactionhelper.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkactionhelperprivate.h
gtkactionmuxer.c action muxer: Propagate registrations further up 2021-06-17 08:50:26 -04:00
gtkactionmuxerprivate.h
gtkactionobservable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkactionobservableprivate.h
gtkactionobserver.c actionobserver: Clarify primary_accel_changed docs 2021-06-16 10:34:37 -04:00
gtkactionobserverprivate.h
gtkadjustment.c 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
gtkallocatedbitmask.c
gtkallocatedbitmaskprivate.h
gtkappchooser.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkappchooser.h
gtkappchooserbutton.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkappchooserbutton.h
gtkappchooserdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkappchooserwidget.h
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
gtkapplication-x11.c
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
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
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
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
gtkatcontextprivate.h a11y: Track window states more closely 2021-04-19 19:22:20 +01:00
gtkbinlayout.c binlayout: Convert docs 2021-03-11 16:37:34 +00:00
gtkbinlayout.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h
gtkbitset.c 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
gtkbookmarksmanager.c
gtkbookmarksmanagerprivate.h
gtkboolfilter.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkboolfilter.h
gtkborder.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkborder.h border: Tweak docs 2021-03-11 16:37:36 +00:00
gtkbox.c box: Avoid redundant storage 2021-05-31 18:38:52 -04:00
gtkbox.h
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
gtkbuilder-menus.c
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
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
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
gtkbuiltinicon.c
gtkbuiltiniconprivate.h
gtkbutton.c button: Add a private getter for the action helper 2021-06-10 08:36:01 -04:00
gtkbutton.h
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
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
gtkcellareaboxcontext.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcellareaboxcontextprivate.h
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
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
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
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
gtkcheckbutton.c checkbutton: Fix actionable state tracking 2021-06-10 08:38:12 -04:00
gtkcheckbutton.h
gtkcolorbutton.c colorbutton: Use markdown for css tree 2021-03-11 16:37:34 +00:00
gtkcolorbutton.h
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
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c colorchooserwidget: Convert docs 2021-03-11 16:37:33 +00:00
gtkcolorchooserwidget.h
gtkcoloreditor.c
gtkcoloreditorprivate.h
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h
gtkcolorpickershell.c
gtkcolorpickershellprivate.h
gtkcolorplane.c
gtkcolorplaneprivate.h
gtkcolorscale.c
gtkcolorscaleprivate.h
gtkcolorswatch.c
gtkcolorswatchprivate.h
gtkcolorutils.c
gtkcolorutils.h
gtkcolumnlistitemfactory.c
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
gtkcolumnviewcellprivate.h
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
gtkcolumnviewlayout.c
gtkcolumnviewlayoutprivate.h
gtkcolumnviewprivate.h
gtkcolumnviewsorter.c
gtkcolumnviewsorterprivate.h
gtkcolumnviewtitle.c
gtkcolumnviewtitleprivate.h
gtkcombobox.c Documentation update for combo_box_new_with_entry 2021-06-04 04:02:48 +00:00
gtkcombobox.h
gtkcomboboxprivate.h
gtkcomboboxtext.c docs: More syntax fixes 2021-05-22 21:21:10 -04:00
gtkcomboboxtext.h
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
gtkcssanimatedstyleprivate.h
gtkcssanimation.c
gtkcssanimationprivate.h
gtkcssarrayvalue.c
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c css: Fix border value parsing 2021-02-04 00:12:51 -05:00
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h
gtkcssboxesprivate.h
gtkcsscalcvalue.c
gtkcsscalcvalueprivate.h
gtkcsscolorvalue.c
gtkcsscolorvalueprivate.h
gtkcsscornervalue.c
gtkcsscornervalueprivate.h
gtkcssdimensionvalue.c
gtkcssdimensionvalueprivate.h
gtkcssdynamic.c
gtkcssdynamicprivate.h
gtkcsseasevalue.c
gtkcsseasevalueprivate.h
gtkcssenumvalue.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcssenumvalueprivate.h
gtkcssfiltervalue.c css: Avoid an invalid read 2021-02-10 19:13:36 -05:00
gtkcssfiltervalueprivate.h
gtkcssfontfeaturesvalue.c
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c
gtkcssfontvariationsvalueprivate.h
gtkcssimage.c
gtkcssimageconic.c
gtkcssimageconicprivate.h
gtkcssimagecrossfade.c
gtkcssimagecrossfadeprivate.h
gtkcssimagefallback.c
gtkcssimagefallbackprivate.h
gtkcssimageicontheme.c
gtkcssimageiconthemeprivate.h
gtkcssimageinvalid.c
gtkcssimageinvalidprivate.h
gtkcssimagelinear.c
gtkcssimagelinearprivate.h
gtkcssimagepaintable.c GTK: Fix builds against latest stable GLib with MSVC 2021-04-16 11:39:24 +08:00
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h
gtkcssimageradial.c
gtkcssimageradialprivate.h
gtkcssimagerecolor.c
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c
gtkcssimagescaledprivate.h
gtkcssimageurl.c cssimageurl: Remove direct pixbuf use 2021-04-16 18:27:40 -04:00
gtkcssimageurlprivate.h
gtkcssimagevalue.c
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c Clean up some comments 2021-06-04 09:49:05 -04:00
gtkcsskeyframesprivate.h
gtkcsslookup.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkcsslookupprivate.h
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
gtkcssnodeprivate.h
gtkcssnodestylecache.c
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkcssnumbervalueprivate.h
gtkcsspalettevalue.c
gtkcsspalettevalueprivate.h
gtkcsspositionvalue.c
gtkcsspositionvalueprivate.h
gtkcssprovider.c docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkcssprovider.h
gtkcssproviderprivate.h
gtkcssrepeatvalue.c
gtkcssrepeatvalueprivate.h
gtkcssselector.c Documentation fixes 2021-05-20 19:17:49 -04:00
gtkcssselectorprivate.h
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
gtkcssshorthandpropertyimpl.c
gtkcssshorthandpropertyprivate.h
gtkcssstaticstyle.c
gtkcssstaticstyleprivate.h
gtkcssstringvalue.c
gtkcssstringvalueprivate.h
gtkcssstyle.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssstylechange.c
gtkcssstylechangeprivate.h
gtkcssstyleprivate.h
gtkcssstyleproperty.c
gtkcssstylepropertyimpl.c cssshadowvalue: Drop the underscore 2021-02-06 16:08:19 -05:00
gtkcssstylepropertyprivate.h
gtkcsstransformvalue.c
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c
gtkcsstransientnodeprivate.h
gtkcsstransition.c
gtkcsstransitionprivate.h
gtkcsstypes.c
gtkcsstypesprivate.h
gtkcssunsetvalue.c
gtkcssunsetvalueprivate.h
gtkcssvalue.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkcssvalueprivate.h
gtkcsswidgetnode.c
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
gtkcustomsorter.c customsorter: Convert docs 2021-03-11 16:37:35 +00:00
gtkcustomsorter.h
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
gtkdragdestprivate.h
gtkdragicon.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdragicon.h
gtkdragsource.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdragsource.h
gtkdragsourceprivate.h
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
gtkdropcontrollermotion.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdropcontrollermotion.h
gtkdropdown.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkdropdown.h
gtkdropprivate.h
gtkdroptarget.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdroptarget.h
gtkdroptargetasync.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkdroptargetasync.h
gtkeditable.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeditable.h
gtkeditablelabel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeditablelabel.h
gtkemojichooser.c emoji: Try to load emoji data using both language and territory 2021-05-07 16:10:29 +02:00
gtkemojichooser.h
gtkemojicompletion.c
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
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
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
gtkeventcontrollerfocus.c eventcontrollerfocus: Convert docs 2021-03-11 16:37:36 +00:00
gtkeventcontrollerfocus.h
gtkeventcontrollerkey.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkeventcontrollerkey.h
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
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
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
gtkfilechooserentry.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechooserentry.h
gtkfilechoosererrorstack.c
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilechoosernative.h
gtkfilechoosernativeportal.c
gtkfilechoosernativeprivate.h
gtkfilechoosernativequartz.c
gtkfilechoosernativewin32.c
gtkfilechooserprivate.h
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
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
gtkfilesystemmodel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkfilesystemmodel.h
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
gtkfixed.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkfixed.h
gtkfixedlayout.c fixedlayout: Convert docs 2021-03-11 16:37:35 +00:00
gtkfixedlayout.h
gtkflattenlistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkflattenlistmodel.h
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
gtkfontbutton.c fontbutton: Quote font family names 2021-05-08 20:54:50 -04:00
gtkfontbutton.h
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
gtkfontchooserprivate.h
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
gtkgesture.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgesture.h
gtkgestureclick.c gestureclick: Convert docs 2021-03-11 16:37:36 +00:00
gtkgestureclick.h
gtkgestureclickprivate.h
gtkgesturedrag.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c gesturelongpress: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturepan.c gesturepan: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c gesturerotate: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
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
gtkgesturestylusprivate.h
gtkgestureswipe.c gestureswipe: Convert docs 2021-03-11 16:37:37 +00:00
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c gesturezoom: Convert docs 2021-03-11 16:37:36 +00:00
gtkgesturezoom.h
gtkgesturezoomprivate.h
gtkgizmo.c Revert "gizmo: Add a css_changed function" 2021-02-16 23:51:14 -05:00
gtkgizmoprivate.h Revert "gizmo: Add a css_changed function" 2021-02-16 23:51:14 -05:00
gtkglarea.c 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
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
gtkheaderbarprivate.h
gtkhsla.c
gtkhslaprivate.h
gtkiconcache.c
gtkiconcacheprivate.h
gtkiconcachevalidator.c
gtkiconcachevalidatorprivate.h
gtkiconhelper.c
gtkiconhelperprivate.h
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
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
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
gtkimagedefinitionprivate.h
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
gtkimcontextime.h
gtkimcontextquartz.c fix: replace deprecated metods. 2021-06-08 22:47:53 +08:00
gtkimcontextquartz.h
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
gtkinfobar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkinfobar.h
gtkintl.h
gtkistringprivate.h
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
gtklabelprivate.h
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
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
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
gtklistitemfactory.c listitemfactory: Convert docs 2021-03-11 16:37:34 +00:00
gtklistitemfactory.h
gtklistitemfactoryprivate.h
gtklistitemmanager.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtklistitemmanagerprivate.h
gtklistitemprivate.h
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
gtkliststore.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkliststore.h
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
gtklockbutton.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c
gtkmagnifierprivate.h
gtkmain.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkmain.h
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
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
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
gtkmenusectionbox.c menusectionbox: Fix submenu-action for nested menus 2021-06-05 08:49:18 -04:00
gtkmenusectionboxprivate.h
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
gtkmenutrackerprivate.h
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
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c
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
gtkmultifilter.c multifilter: Docs tweaks. 2021-03-11 16:37:34 +00:00
gtkmultifilter.h
gtkmultiselection.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkmultiselection.h
gtkmultisorter.c multisorter: Tweak docs 2021-03-11 16:37:35 +00:00
gtkmultisorter.h
gtknative.c GTK: Fix builds against latest stable GLib with MSVC 2021-04-16 11:39:24 +08:00
gtknative.h
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
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
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
gtkoverlaylayout.c overlaylayout: Add docs for GtkOverlayLayoutChild 2021-03-11 16:37:36 +00:00
gtkoverlaylayout.h
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
gtkpagesetupunixdialog.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkpagesetupunixdialog.h
gtkpaned.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpaned.h
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
gtkpapersize.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkpapersize.h
gtkpasswordentry.c Make GtkPasswordEntryBuffer public 2021-06-08 11:25:11 +00:00
gtkpasswordentry.h
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
gtkpathbar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpathbar.h
gtkpicture.c Add type annotations for filename arguments 2021-06-12 11:12:06 -04:00
gtkpicture.h
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
gtkplacesviewrow.c
gtkplacesviewrowprivate.h
gtkpointerfocus.c
gtkpointerfocusprivate.h
gtkpopcountprivate.h Update gtkpopcountprivate.h: undefined macro outside msvc 2021-06-12 17:35:13 +00:00
gtkpopover.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkpopover.h
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
gtkpopovermenubar.c popovermenubar: Make submenu-actions work 2021-06-05 08:49:17 -04:00
gtkpopovermenubar.h
gtkpopovermenubarprivate.h
gtkpopovermenuprivate.h
gtkpopoverprivate.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprintbackendprivate.h
gtkprintcontext.c printcontext: Convert docs 2021-03-11 16:37:34 +00:00
gtkprintcontext.h
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
gtkprinteroption.h
gtkprinteroptionset.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c
gtkprinteroptionwidget.h
gtkprinterprivate.h
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
gtkprintoperation-portal.h
gtkprintoperation-private.h
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
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
gtkprintutils.c
gtkprintutils.h
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
gtkprivatetypebuiltins.h.template
gtkprogressbar.c Revert "progressbar: Avoid redundant storage" 2021-06-15 07:37:57 -04:00
gtkprogressbar.h
gtkprogresstracker.c
gtkprogresstrackerprivate.h
gtkpropertylookuplistmodel.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkpropertylookuplistmodelprivate.h
gtkquartz.c
gtkquartz.h
gtkquery.c
gtkquery.h
gtkrange.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c
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
gtkrenderbackground.c
gtkrenderbackgroundprivate.h
gtkrenderborder.c
gtkrenderborderprivate.h
gtkrendericon.c
gtkrendericonprivate.h
gtkrendernodepaintable.c
gtkrendernodepaintableprivate.h
gtkrevealer.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkrevealer.h
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
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
gtkscaler.c
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
gtksearchengine.c
gtksearchengine.h
gtksearchenginemodel.c
gtksearchenginemodel.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginetracker3.c
gtksearchenginetracker3.h
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
gtkselectionfiltermodel.c selectionfiltermodel: Fix an oversight 2021-06-11 15:37:16 -04:00
gtkselectionfiltermodel.h
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
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
gtkshortcutcontroller.c shortcutcontroller: Don't reinject menu accels 2021-06-17 08:50:26 -04:00
gtkshortcutcontroller.h
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
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
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
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
gtksidebarrow.c
gtksidebarrowprivate.h
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
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
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtkslicelistmodel.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkslicelistmodel.h
gtksnapshot.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksnapshot.h
gtksnapshotprivate.h
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
gtksortkeys.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtksortkeysprivate.h
gtksortlistmodel.c sortlistmodel: Cosmetic docs changes 2021-05-22 20:46:16 -04:00
gtksortlistmodel.h
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
gtkspinner.c spinner: Tweak docs 2021-03-11 16:37:36 +00:00
gtkspinner.h
gtkstack.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstack.h
gtkstacksidebar.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstacksidebar.h
gtkstackswitcher.c stackswitcher: clear timer when widget id disposed 2021-06-02 10:20:32 -07:00
gtkstackswitcher.h
gtkstatusbar.c docs: Remove stray backtick 2021-03-11 16:37:32 +00:00
gtkstatusbar.h
gtkstatusbarprivate.h
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
gtkstringsorter.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtkstringsorter.h
gtkstyleanimation.c
gtkstyleanimationprivate.h
gtkstylecascade.c
gtkstylecascadeprivate.h
gtkstylecontext.c docs: Fix up syntax 2021-05-22 20:56:14 -04:00
gtkstylecontext.h
gtkstylecontextprivate.h
gtkstyleproperty.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtkstylepropertyprivate.h
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
gtkswitch.c gtk: drop unwanted char on Switch::state-set docs link 2021-05-25 20:29:46 +00:00
gtkswitch.h
gtktestatcontext.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktestatcontext.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktestatcontextprivate.h
gtktestutils.c 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
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
gtktexthandle.c texthandle: Add a contents css node 2021-05-04 23:53:05 +05:00
gtktexthandleprivate.h
gtktexthistory.c texthistory: fix has_actionable function 2021-06-01 11:04:55 +00:00
gtktexthistoryprivate.h
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
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
gtktextmark.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktextmark.h
gtktextmarkprivate.h
gtktextprivate.h gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktextsegment.c
gtktextsegment.h
gtktexttag.c docs: Reduce redundancy 2021-05-20 20:45:06 -04:00
gtktexttag.h
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
gtktexttypes.c
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
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
gtktextviewprivate.h
gtktogglebutton.c togglebutton: Fix actionable state tracking 2021-06-10 08:36:08 -04:00
gtktogglebutton.h
gtktooltip.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktooltip.h
gtktooltipprivate.h
gtktooltipwindow.c
gtktooltipwindowprivate.h
gtktrashmonitor.c gtk: Clean up docs syntax 2021-05-22 17:25:26 -04:00
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
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
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
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
gtktreepopoverprivate.h
gtktreeprivate.h
gtktreerbtree.c
gtktreerbtreeprivate.h
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
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
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
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
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
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
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
gtkwindowgroup.c windowgroup: Convert docs 2021-03-11 16:37:37 +00:00
gtkwindowgroup.h
gtkwindowhandle.c introspection: Stop using allow-none 2021-05-20 19:17:49 -04:00
gtkwindowhandle.h
gtkwindowprivate.h
imm-extra.h
language-names.c
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
org.gtk.gtk4.Settings.FileChooser.gschema.xml
paper_names_offsets.c
paper_names.c
script-names.c
script-names.h
text-input-unstable-v3.xml