gtk2/gtk
Benjamin Otte 541aaa2392 selectionmodel: Add unselect_rest argument to select_callback
This is not just about consistency with other functions.

It is about avoiding reentrancy problems.

GtkListBase first doing an unselect_all() will then force the
SelectionModel to consider a state where all items are unselected
(and potentially deciding to autoselect one) and then cause a
"selection-changed" emission that unselects all items and potentially
updates all the list item widgets in the GtkListBase to the unselected
state.

After this, GtkListBase selects new items, but to the SelectionModel and
the list item widgets this looks like an enitrely new operation and
there is no way to associate it with the previous state, so the
SelectionModel cannot undo any previous actions it took when
unselecting.
And all listitem widgets will now think they were just selected and
start running animations about selecting.
2020-06-08 19:06:56 +02:00
..
a11y spinbuttonaccessible: Fix an oversight 2020-06-05 17:21:26 -04:00
css
deprecated
emoji
gesture
glade
icons
inspector Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
theme Change css names of list widget 2020-06-04 09:51:49 -04:00
tools gtk-builder-tool: Minimally validate <binding> 2020-05-30 19:30:14 -04:00
ui dropdown: Connect a forgotten signal handler 2020-06-05 14:34:38 -04:00
compose-parse.py Fix minor typos 2020-05-28 11:00:03 +03:00
fnmatch.c
gdkpixbufutilsprivate.h
gen-gtk-gresources-xml.py
gen-paper-names.c
gentypefuncs.py
gsettings-mapping.c
gsettings-mapping.h
gskpango.c gskpango: Make get_color a bit shorter 2020-05-05 08:20:09 +02:00
gskpango.h
gtk-a11y.h a11y: Split GtkSearchEntryAccessible from GtkEntryAccessible 2020-06-05 20:35:10 +01:00
gtk-autocleanups.h Use modern GObject macros for GtkAccessible 2020-06-05 20:32:26 +01:00
gtk-compose-lookaside.txt
gtk-text-input.xml
gtk-win32.rc.body.in
gtk.h Add GtkPropertySelection 2020-06-06 11:41:51 -04:00
gtkaboutdialog.c aboutdialog: Stop overriding show() 2020-05-27 20:05:26 -04:00
gtkaboutdialog.h Assorted documentation fixes 2020-04-20 00:38:58 -04:00
gtkaccelgroup.c accelgroup: Expand translator comment 2020-05-25 22:50:03 -04:00
gtkaccelgroup.h
gtkaccelgroupprivate.h
gtkaccellabel.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkaccellabel.h
gtkaccellabelprivate.h
gtkaccessible.c Use modern GObject macros for GtkAccessible 2020-06-05 20:32:26 +01:00
gtkaccessible.h Use modern GObject macros for GtkAccessible 2020-06-05 20:32:26 +01:00
gtkactionable.c
gtkactionable.h
gtkactionbar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkactionbar.h actionbar: Derive from GtkWidget 2020-05-11 22:21:09 -04:00
gtkactionhelper.c
gtkactionhelperprivate.h
gtkactionmuxer.c Speed up class action hookup 2020-04-28 20:22:26 -04:00
gtkactionmuxerprivate.h Reshuffle action muxer initialization 2020-04-28 18:37:43 -04:00
gtkactionobservable.c
gtkactionobservableprivate.h
gtkactionobserver.c
gtkactionobserverprivate.h
gtkadjustment.c
gtkadjustment.h
gtkadjustmentprivate.h
gtkallocatedbitmask.c
gtkallocatedbitmaskprivate.h
gtkappchooser.c
gtkappchooser.h
gtkappchooserbutton.c Merge branch 'wip/tintou/doc-fixes' into 'master' 2020-05-11 18:40:34 +00:00
gtkappchooserbutton.h
gtkappchooserdialog.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkappchooserwidget.h
gtkapplication-dbus.c
gtkapplication-quartz-menu.c
gtkapplication-quartz.c
gtkapplication-wayland.c
gtkapplication-x11.c
gtkapplication.c gtkapplication: Drop app menu support 2020-05-22 17:31:05 -04:00
gtkapplication.h gtkapplication: Drop app menu support 2020-05-22 17:31:05 -04:00
gtkapplicationaccels.c
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c applicationwindow: Simplify measure implementation 2020-05-24 15:59:05 +02:00
gtkapplicationwindow.h
gtkarrayimplprivate.h gtkarray: memcpy() directly into the GPtrArray 2020-05-10 08:44:20 +02:00
gtkaspectframe.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkaspectframe.h aspectframe: Add a child property 2020-05-04 17:01:18 -04:00
gtkassistant.c update documentation for new style classes and node names 2020-05-20 18:12:22 +02:00
gtkassistant.h
gtkbinlayout.c
gtkbinlayout.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h bitmask: add an assertion 2020-05-25 20:56:09 -04:00
gtkbookmarksmanager.c
gtkbookmarksmanagerprivate.h
gtkborder.c
gtkborder.h
gtkbox.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkbox.h box: Derive from GtkWidget 2020-05-11 22:38:21 -04:00
gtkboxlayout.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkboxlayout.h
gtkbuildable.c
gtkbuildable.h buildable: Cosmetics 2020-05-11 22:21:39 -04:00
gtkbuilder-menus.c
gtkbuilder.c Turn GtkExpression into a GTypeInstance 2020-06-01 21:07:53 +01:00
gtkbuilder.h builder: Make gtk_builder_extend_with_template() work with objects 2020-05-30 19:26:46 -04:00
gtkbuilderlistitemfactory.c builderlistitemfactory: Precompile the xml 2020-05-30 19:30:14 -04:00
gtkbuilderlistitemfactory.h builderlistitemfactory: Add scope argument 2020-05-30 19:26:45 -04:00
gtkbuilderparser.c expression: Allow passing a this object to bind() 2020-05-30 19:26:46 -04:00
gtkbuilderprecompile.c
gtkbuilderprivate.h expression: Allow passing a this object to bind() 2020-05-30 19:26:46 -04:00
gtkbuilderscope.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkbuilderscope.h
gtkbuilderscopeprivate.h
gtkbuiltinicon.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkbuiltiniconprivate.h
gtkbutton.c a11y: Drop notify_gtk() from GtkButtonAccessible 2020-06-05 20:35:10 +01:00
gtkbutton.h button: Derive from GtkWidget 2020-05-04 22:53:07 -04:00
gtkbuttonprivate.h
gtkcalendar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkcalendar.h
gtkcellarea.c Fix cell editing 2020-06-07 08:46:31 -04:00
gtkcellarea.h Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcellareabox.c
gtkcellareabox.h
gtkcellareaboxcontext.c
gtkcellareaboxcontextprivate.h
gtkcellareacontext.c
gtkcellareacontext.h
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c
gtkcelllayout.h
gtkcellrenderer.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcellrenderer.h
gtkcellrendereraccel.c widget: Add a :focusable property 2020-05-10 23:24:48 -04:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c Drop GtkBin 2020-05-04 22:53:08 -04:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c
gtkcellrendererprogress.h
gtkcellrendererspin.c
gtkcellrendererspin.h
gtkcellrendererspinner.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcellrendererspinner.h
gtkcellrenderertext.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c cellrenderertoggle: Replace save_named with a css node 2020-05-10 09:30:13 +02:00
gtkcellrenderertoggle.h
gtkcellview.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkcellview.h
gtkcenterbox.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkcenterbox.h
gtkcenterlayout.c Assorted documentation fixes 2020-04-20 00:38:58 -04:00
gtkcenterlayout.h
gtkcheckbutton.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcheckbutton.h
gtkcheckbuttonprivate.h
gtkcolorbutton.c Use gtk_window_destroy 2020-05-11 12:20:57 -04:00
gtkcolorbutton.h
gtkcolorchooser.c
gtkcolorchooser.h
gtkcolorchooserdialog.c colorchooserdialog: Fix disposing 2020-05-11 12:19:39 -04:00
gtkcolorchooserdialog.h
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkcolorchooserwidget.h
gtkcoloreditor.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtkcoloreditorprivate.h
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h
gtkcolorpickershell.c
gtkcolorpickershellprivate.h
gtkcolorplane.c widget: Add a :focusable property 2020-05-10 23:24:48 -04:00
gtkcolorplaneprivate.h
gtkcolorscale.c colorscale: Bring back the right-click on slider 2020-05-18 11:31:42 -04:00
gtkcolorscaleprivate.h
gtkcolorswatch.c colorswatch: Remove a redundant include 2020-05-22 10:48:49 -04:00
gtkcolorswatchprivate.h
gtkcolorutils.c
gtkcolorutils.h
gtkcolumnlistitemfactory.c columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnlistitemfactoryprivate.h columnview: Add listitems for the columns 2020-05-30 19:26:46 -04:00
gtkcolumnview.c columnview: Update column positions on reordering 2020-06-05 13:28:44 -04:00
gtkcolumnview.h columnview: Add a property for column separators 2020-06-03 17:57:23 -04:00
gtkcolumnviewcell.c columnview: Take column width into account for measuring 2020-06-05 10:42:20 -04:00
gtkcolumnviewcellprivate.h columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewcolumn.c gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtkcolumnviewcolumn.h columnview: Add a GtkColumnViewColumn:expand property 2020-06-03 13:32:15 -04:00
gtkcolumnviewcolumnprivate.h columnviewcolumn: Add private api to set the position 2020-06-05 13:28:44 -04:00
gtkcolumnviewlayout.c columnviewlayout: Handle for_size propertly 2020-06-05 13:27:50 -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 columnview: Add a sort-by api 2020-05-30 19:28:28 -04:00
gtkcolumnviewsorterprivate.h columnview: Add a sort-by api 2020-05-30 19:28:28 -04:00
gtkcolumnviewtitle.c columnview: Take column width into account for measuring 2020-06-05 10:42:20 -04:00
gtkcolumnviewtitleprivate.h columnview: Add header 2020-05-30 19:26:46 -04:00
gtkcombobox.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkcombobox.h combobox: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtkcomboboxprivate.h
gtkcomboboxtext.c Use gtk_combo_box_set_child throughout 2020-05-04 22:53:08 -04:00
gtkcomboboxtext.h
gtkcomposetable.c
gtkcomposetable.h
gtkconstraint.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkconstraint.h
gtkconstraintexpression.c
gtkconstraintexpressionprivate.h
gtkconstraintguide.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkconstraintguide.h
gtkconstraintguideprivate.h
gtkconstraintlayout.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkconstraintlayout.h
gtkconstraintlayoutprivate.h
gtkconstraintprivate.h
gtkconstraintsolver.c
gtkconstraintsolverprivate.h
gtkconstrainttypesprivate.h
gtkconstraintvflparser.c
gtkconstraintvflparserprivate.h
gtkcountingbloomfilterprivate.h
gtkcssanimatedstyle.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssanimatedstyleprivate.h
gtkcssanimation.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssanimationprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssarrayvalue.c
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h
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
gtkcsscolorvalueprivate.h
gtkcsscornervalue.c
gtkcsscornervalueprivate.h
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
gtkcsseasevalueprivate.h
gtkcssenumvalue.c
gtkcssenumvalueprivate.h
gtkcssfiltervalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssfiltervalueprivate.h
gtkcssfontfeaturesvalue.c
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c
gtkcssfontvariationsvalueprivate.h
gtkcssimage.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcssimagecrossfade.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssimagecrossfadeprivate.h
gtkcssimagefallback.c
gtkcssimagefallbackprivate.h
gtkcssimageicontheme.c css: Compare icon theme serials 2020-04-22 19:22:41 -04:00
gtkcssimageiconthemeprivate.h css: Compare icon theme serials 2020-04-22 19:22:41 -04:00
gtkcssimageinvalid.c
gtkcssimageinvalidprivate.h
gtkcssimagelinear.c
gtkcssimagelinearprivate.h
gtkcssimagepaintable.c
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h
gtkcssimageradial.c
gtkcssimageradialprivate.h
gtkcssimagerecolor.c
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c
gtkcssimagescaledprivate.h
gtkcssimageurl.c
gtkcssimageurlprivate.h
gtkcssimagevalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c Add G_GNUC_NORETURN to functions that never return 2020-05-18 11:30:08 +02:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c Add G_GNUC_NORETURN to functions that never return 2020-05-18 11:30:08 +02:00
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c
gtkcsskeyframesprivate.h
gtkcsslookup.c
gtkcsslookupprivate.h
gtkcssnode.c Avoid recursion in gtk_css_node_ensure_style() 2020-06-04 12:10:31 +02:00
gtkcssnodedeclaration.c
gtkcssnodedeclarationprivate.h
gtkcssnodeprivate.h
gtkcssnodestylecache.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssnumbervalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsspalettevalue.c Stop using the -gtk-icon-theme style property 2020-04-22 12:35:22 -04:00
gtkcsspalettevalueprivate.h
gtkcssparser.c
gtkcssparserprivate.h
gtkcsspositionvalue.c
gtkcsspositionvalueprivate.h
gtkcssprovider.c docs: Tweaks 2020-05-12 07:50:12 -04:00
gtkcssprovider.h
gtkcssproviderprivate.h
gtkcssrepeatvalue.c
gtkcssrepeatvalueprivate.h
gtkcssselector.c cssprovider: Pass a GtkArray around when matching 2020-05-05 08:20:10 +02:00
gtkcssselectorprivate.h cssprovider: Pass a GtkArray around when matching 2020-05-05 08:20:10 +02:00
gtkcssshadowvalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssshadowvalueprivate.h
gtkcssshorthandproperty.c shorthandproperty: Use alloca() when parsing properties 2020-05-05 08:20:09 +02:00
gtkcssshorthandpropertyimpl.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkcssshorthandpropertyprivate.h
gtkcssstaticstyle.c css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkcssstaticstyleprivate.h
gtkcssstringvalue.c
gtkcssstringvalueprivate.h
gtkcssstyle.c css: Drop a few dynamic type checks 2020-05-10 08:44:20 +02:00
gtkcssstylechange.c
gtkcssstylechangeprivate.h
gtkcssstyleprivate.h css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkcssstyleproperty.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkcssstylepropertyimpl.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkcssstylepropertyprivate.h
gtkcsstransformvalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c
gtkcsstransientnodeprivate.h
gtkcsstransition.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsstransitionprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsstypes.c Add a focus-within state 2020-04-16 12:31:01 -04:00
gtkcsstypesprivate.h css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkcssunsetvalue.c unsetvalue: Add G_GNUC_NORETURN annotation 2020-05-19 08:32:33 +02:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c cssvalue: Add class check to transition 2020-05-13 08:07:55 +02:00
gtkcssvalueprivate.h
gtkcsswidgetnode.c csswidgetnode: Don't check for container 2020-05-08 10:57:41 -03:00
gtkcsswidgetnodeprivate.h
gtkcustomfilter.c Add GtkCustomFilter 2020-05-30 12:30:23 -04:00
gtkcustomfilter.h Add GtkCustomFilter 2020-05-30 12:30:23 -04:00
gtkcustomlayout.c customlayout: Cosmetics 2020-05-11 22:21:39 -04:00
gtkcustomlayout.h
gtkcustompaperunixdialog.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkcustompaperunixdialog.h
gtkcustomsorter.c Add GtkCustomSorter 2020-05-30 17:48:44 -04:00
gtkcustomsorter.h Add GtkCustomSorter 2020-05-30 17:48:44 -04:00
gtkdbusinterfaces.xml
gtkdebug.h Add GTK_DEBUG=shortcuts 2020-05-29 17:59:58 -04:00
gtkdialog.c Call all window subclasses "window" 2020-05-20 17:06:54 +02:00
gtkdialog.h Remove gtk_dialog_run() 2020-05-12 13:45:15 +01:00
gtkdialogprivate.h
gtkdirectorylist.c Add GtkDirectoryList 2020-05-30 12:30:23 -04:00
gtkdirectorylist.h Add GtkDirectoryList 2020-05-30 12:30:23 -04:00
gtkdragdestprivate.h
gtkdragicon.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkdragicon.h dragicon: drop gtkcontainer.h include 2020-05-11 20:33:23 -04:00
gtkdragsource.c dragsource: Actually use the paintable 2020-05-22 10:49:57 -04:00
gtkdragsource.h
gtkdrawingarea.c widget: Add a :focusable property 2020-05-10 23:24:48 -04:00
gtkdrawingarea.h drawingarea: Add a ::resize signal 2020-05-06 14:27:45 -04:00
gtkdrop.c
gtkdropcontrollermotion.c
gtkdropcontrollermotion.h
gtkdropdown.c dropdown: Use our own CSS name 2020-06-07 09:01:20 -04:00
gtkdropdown.h Add GtkDropDown 2020-05-30 19:31:38 -04:00
gtkdropprivate.h
gtkdroptarget.c droptarget: Fix confusion around ::leave signal 2020-05-08 08:50:44 -04:00
gtkdroptarget.h
gtkdroptargetasync.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkdroptargetasync.h
gtkeditable.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkeditable.h
gtkemojichooser.c emojichooser: Unparent the variations popup on dispose and before adding a new one 2020-06-02 16:47:56 +02:00
gtkemojichooser.h
gtkemojicompletion.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkemojicompletion.h
gtkentry.c Make tooltip properties idiomatic 2020-06-05 20:32:26 +01:00
gtkentry.h docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkentrybuffer.c
gtkentrybuffer.h
gtkentrycompletion.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkentrycompletion.h
gtkentryprivate.h
gtkenums.h Add GtkOrdering 2020-05-30 17:48:44 -04:00
gtkeventcontroller.c eventcontroller: Fix crossing event scopes 2020-05-29 19:41:39 -04:00
gtkeventcontroller.h
gtkeventcontrollerfocus.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkeventcontrollerfocus.h
gtkeventcontrollerkey.c
gtkeventcontrollerkey.h
gtkeventcontrollerlegacy.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkeventcontrollerlegacy.h
gtkeventcontrollermotion.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtkeventcontrollermotion.h
gtkeventcontrollerprivate.h
gtkeventcontrollerscroll.c eventcontrollerscroll: Fix the history push condition 2020-05-15 01:32:04 +05:00
gtkeventcontrollerscroll.h
gtkexpander.c a11y: Simplify GtkExpanderAccessible 2020-06-05 20:35:10 +01:00
gtkexpander.h expander: Add a child property 2020-05-11 22:21:14 -04:00
gtkexpression.c Document how to define properties using GtkExpression 2020-06-01 21:17:34 +01:00
gtkexpression.h Turn GtkExpression into a GTypeInstance 2020-06-01 21:07:53 +01:00
gtkfilechooser.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkfilechooser.h
gtkfilechooserbutton.c Merge branch 'BUG_filechooserbutton_remote_GTK4' into 'master' 2020-05-22 21:37:40 +00:00
gtkfilechooserbutton.h
gtkfilechooserdialog.c docs: Remove use of gtk_dialog_run() 2020-05-12 13:18:38 +01:00
gtkfilechooserdialog.h
gtkfilechooserembed.c
gtkfilechooserembed.h
gtkfilechooserentry.c
gtkfilechooserentry.h
gtkfilechoosererrorstack.c
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c docs: Remove use of gtk_native_dialog_run() from examples 2020-05-12 13:15:19 +01:00
gtkfilechoosernative.h
gtkfilechoosernativeportal.c Replace gtk_widget_destroy everywhere 2020-05-11 12:20:59 -04:00
gtkfilechoosernativeprivate.h
gtkfilechoosernativequartz.c
gtkfilechoosernativewin32.c
gtkfilechooserprivate.h
gtkfilechooserutils.c
gtkfilechooserutils.h
gtkfilechooserwidget.c filechooserwidget: Avoid an uninitialised value 2020-06-05 15:38:55 +02:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h
gtkfilefilter.c
gtkfilefilter.h docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkfilefilterprivate.h
gtkfilesystem.c Stop using the -gtk-icon-theme style property 2020-04-22 12:35:22 -04:00
gtkfilesystem.h
gtkfilesystemmodel.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkfilesystemmodel.h
gtkfilter.c Add GtkFilter 2020-05-30 12:30:23 -04:00
gtkfilter.h Add GtkFilter 2020-05-30 12:30:23 -04:00
gtkfilterlistmodel.c filterlistmodel: Fix fallthrough annotations in unreachable code 2020-06-05 15:38:55 +02:00
gtkfilterlistmodel.h filterlistmodel: Rewrite to use GtkFilter 2020-05-30 12:30:23 -04:00
gtkfixed.c fixed: Change coordinate apis to doubles 2020-05-22 17:26:08 -04:00
gtkfixed.h fixed: Change coordinate apis to doubles 2020-05-22 17:26:08 -04:00
gtkfixedlayout.c fixed: Fix an oversight in size requisition 2020-04-25 13:18:34 -04:00
gtkfixedlayout.h
gtkflattenlistmodel.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkflattenlistmodel.h
gtkflowbox.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkflowbox.h flowbox: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtkflowboxprivate.h
gtkfontbutton.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkfontbutton.h
gtkfontchooser.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkfontchooser.h
gtkfontchooserdialog.c fontchooserdialog: Fix disposing 2020-05-11 12:19:39 -04:00
gtkfontchooserdialog.h
gtkfontchooserprivate.h
gtkfontchooserutils.c
gtkfontchooserutils.h
gtkfontchooserwidget.c fontchooserwidget: Port to listmodels 2020-05-30 19:26:46 -04:00
gtkfontchooserwidget.h
gtkfontchooserwidgetprivate.h
gtkframe.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkframe.h frame: Derive from GtkWidget 2020-05-04 17:01:18 -04:00
gtkfunctionslistitemfactory.c Annotate the GtkFunctionListItemFactory constructor 2020-05-31 15:14:26 +01:00
gtkfunctionslistitemfactory.h listview: Expose GtkListItemFactory APIs 2020-05-30 19:26:45 -04:00
gtkgesture.c gesture: Don't leak target widgets 2020-05-30 09:47:24 -04:00
gtkgesture.h
gtkgestureclick.c gestureclick: Drop the area 2020-05-06 14:19:50 -04:00
gtkgestureclick.h gestureclick: Drop the area 2020-05-06 14:19:50 -04:00
gtkgestureclickprivate.h
gtkgesturedrag.c
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c Assorted documentation fixes 2020-04-20 00:38:58 -04:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturepan.c
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkgesturestylus.h
gtkgesturestylusprivate.h
gtkgestureswipe.c
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkgesturezoom.h
gtkgesturezoomprivate.h
gtkgizmo.c
gtkgizmoprivate.h
gtkgladecatalog.c
gtkglarea.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkglarea.h
gtkgrid.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkgrid.h grid: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtkgridlayout.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkgridlayout.h
gtkgridview.c docs: Expand list widget docs 2020-06-04 15:33:53 -04:00
gtkgridview.h Add rubberband api 2020-06-03 13:34:27 -04:00
gtkheaderbar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkheaderbar.h headerbar: Derive from GtkWidget 2020-05-11 22:38:21 -04:00
gtkheaderbarprivate.h headerbar: Update window buttons automatically 2020-04-23 19:26:10 +05:00
gtkhsla.c
gtkhslaprivate.h
gtkiconcache.c
gtkiconcacheprivate.h
gtkiconcachevalidatorprivate.h
gtkiconhelper.c css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkiconhelperprivate.h
gtkicontheme.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkicontheme.h
gtkiconthemeprivate.h icontheme: Keep a serial 2020-04-22 15:18:16 -04:00
gtkiconview.c a11y: Update the accessible state when GtkIconView:model changes 2020-06-05 20:35:10 +01:00
gtkiconview.h iconview: Derive from GtkWidget 2020-05-11 22:21:14 -04:00
gtkiconviewprivate.h iconview: Derive from GtkWidget 2020-05-11 22:21:14 -04:00
gtkimage.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkimage.h
gtkimagedefinition.c
gtkimagedefinitionprivate.h
gtkimageprivate.h
gtkimcontext.c Add gtk_im_context_filter_key 2020-05-28 17:08:33 -04:00
gtkimcontext.h Add gtk_im_context_filter_key 2020-05-28 17:08:33 -04:00
gtkimcontextbroadway.c
gtkimcontextbroadway.h
gtkimcontextime.c
gtkimcontextime.h
gtkimcontextquartz.c
gtkimcontextquartz.h
gtkimcontextsimple.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkimcontextsimple.h
gtkimcontextsimpleprivate.h
gtkimcontextsimpleseqs.h Fix minor typos 2020-05-28 11:00:03 +03:00
gtkimcontextwayland.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtkimcontextwayland.h
gtkimmodule.c
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c
gtkimmulticontext.h
gtkinfobar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkinfobar.h infobar: Add gtk_info_bar_add/remove_child 2020-05-11 22:21:39 -04:00
gtkintl.h
gtkistringprivate.h
gtkkineticscrolling.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkkineticscrollingprivate.h
gtklabel.c Merge branch 'drop-fallback-c89' into 'master' 2020-05-31 18:14:14 +00:00
gtklabel.h label: Remove priv pointer 2020-04-17 15:21:00 +02:00
gtklabelprivate.h
gtklayoutchild.c
gtklayoutchild.h
gtklayoutmanager.c
gtklayoutmanager.h
gtklayoutmanagerprivate.h
gtklevelbar.c a11y: Simplify GtkLevelBarAccessible 2020-06-05 20:35:10 +01:00
gtklevelbar.h
gtklinkbutton.c Make tooltip properties idiomatic 2020-06-05 20:32:26 +01:00
gtklinkbutton.h
gtklistbase.c selectionmodel: Add unselect_rest argument to select_callback 2020-06-08 19:06:56 +02:00
gtklistbase.h listitem: Make this a GObject 2020-05-30 19:26:46 -04:00
gtklistbaseprivate.h listbase: Use a widget for the rubberband 2020-06-03 13:32:57 -04:00
gtklistbox.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtklistbox.h listbox: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtklistitem.c columnview: Add listitems for the columns 2020-05-30 19:26:46 -04:00
gtklistitem.h listview: Implement activation 2020-05-30 19:26:45 -04:00
gtklistitemfactory.c listitemfactory: Simplify 2020-05-30 19:26:46 -04: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 listitemmanager: Update selections properly 2020-06-08 18:14:24 +02:00
gtklistitemmanagerprivate.h listitemwidget: Add single-click-activate 2020-05-30 19:26:46 -04:00
gtklistitemprivate.h listitem: Move position/item/selected tracking to widget 2020-05-30 19:26:46 -04:00
gtklistitemwidget.c listitemwidget: Don't look at rubberbanding 2020-06-06 00:23:04 -04:00
gtklistitemwidgetprivate.h listitemwidget: Add api to reorder children 2020-06-05 13:28:44 -04:00
gtklistlistmodel.c listlistmodel: Add gtk_list_list_model_item_moved() 2020-05-30 19:26:45 -04:00
gtklistlistmodelprivate.h listlistmodel: Add gtk_list_list_model_item_moved() 2020-05-30 19:26:45 -04:00
gtkliststore.c
gtkliststore.h
gtklistview.c listview: Add an example to the docs 2020-06-05 08:22:48 -04:00
gtklistview.h Add rubberband api 2020-06-03 13:34:27 -04:00
gtklockbutton.c
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c
gtkmagnifierprivate.h
gtkmain.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkmain.h
gtkmaplistmodel.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkmaplistmodel.h
gtkmarshalers.list Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkmediacontrols.c mediacontrols: Make volume control react to has-audio 2020-05-20 16:07:50 -04:00
gtkmediacontrols.h
gtkmediafile.c mediafile: Privately export function to the extension 2020-04-28 00:37:54 -04:00
gtkmediafile.h
gtkmediafileprivate.h mediafile: Privately export function to the extension 2020-04-28 00:37:54 -04:00
gtkmediastream.c mediastream: Volume is a double 2020-05-20 16:07:50 -04:00
gtkmediastream.h
gtkmenubutton.c Drop gtkcontainer.h includes 2020-05-11 22:38:21 -04:00
gtkmenubutton.h menubutton: Cosmetics 2020-05-11 08:15:56 -04:00
gtkmenubuttonprivate.h
gtkmenusectionbox.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkmenusectionboxprivate.h
gtkmenutracker.c
gtkmenutrackeritem.c gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtkmenutrackeritemprivate.h
gtkmenutrackerprivate.h
gtkmessagedialog.c Call all window subclasses "window" 2020-05-20 17:06:54 +02:00
gtkmessagedialog.h
gtkmodelbutton.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkmodelbuttonprivate.h
gtkmodules.c
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c
gtkmountoperation.c Remove gtk_dialog_run() from GtkMountOperation 2020-05-12 13:15:16 +01:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtkmultifilter.c Add GtkMultiFilter, GtkAnyFilter, GtkEveryFilter 2020-05-30 17:42:09 -04:00
gtkmultifilter.h Add GtkMultiFilter, GtkAnyFilter, GtkEveryFilter 2020-05-30 17:42:09 -04:00
gtkmultiselection.c selectionmodel: Add unselect_rest argument to select_callback 2020-06-08 19:06:56 +02:00
gtkmultiselection.h Drop gtk_multi_selection-copy 2020-06-05 00:51:35 -04:00
gtkmultisorter.c Add GtkMultiSorter 2020-05-30 19:26:44 -04:00
gtkmultisorter.h Add GtkMultiSorter 2020-05-30 19:26:44 -04:00
gtknative.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtknative.h Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtknativedialog.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtknativedialog.h Remove gtk_native_dialog_run() 2020-05-12 13:15:19 +01:00
gtknativedialogprivate.h
gtknomediafile.c
gtknomediafileprivate.h
gtknoselection.c
gtknoselection.h
gtknotebook.c a11y: Simplify GtkNotebookAccessible 2020-06-05 20:35:10 +01:00
gtknotebook.h notebook: Derive from GtkWidget 2020-05-11 22:38:21 -04:00
gtknumericsorter.c Turn GtkExpression into a GTypeInstance 2020-06-01 21:07:53 +01:00
gtknumericsorter.h Add GtkNumericSorter 2020-05-30 19:26:44 -04:00
gtkorientable.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkorientable.h
gtkoverlay.c Make GtkOverlayLayout public 2020-05-25 14:22:10 -04:00
gtkoverlay.h Add gtk_overlay_remove_overlay 2020-05-04 22:53:08 -04:00
gtkoverlaylayout.c Remove spurious annotations 2020-05-27 15:49:24 +01:00
gtkoverlaylayout.h Make GtkOverlayLayout public 2020-05-25 14:22:10 -04:00
gtkpadcontroller.c gtkpadcontroller: Avoid filling action list with empty elements 2020-04-24 22:21:08 +02:00
gtkpadcontroller.h
gtkpagesetup.c
gtkpagesetup.h
gtkpagesetupunixdialog.c Use gtk_window_destroy 2020-05-11 12:20:57 -04:00
gtkpagesetupunixdialog.h
gtkpaned.c gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtkpaned.h paned: Redo the api 2020-05-11 22:21:33 -04:00
gtkpango.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtkpango.h
gtkpapersize.c
gtkpapersize.h
gtkpasswordentry.c a11y: Implement GtkPasswordEntryAccessible properly 2020-06-05 20:35:11 +01:00
gtkpasswordentry.h
gtkpasswordentryprivate.h a11y: Implement GtkPasswordEntryAccessible properly 2020-06-05 20:35:11 +01:00
gtkpathbar.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkpathbar.h Drop gtkcontainer.h includes 2020-05-11 22:38:21 -04:00
gtkpicture.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkpicture.h
gtkplacessidebar.c placessidebar: Fix build with libcloudproviders 2020-06-08 10:40:46 +02:00
gtkplacessidebarprivate.h
gtkplacesview.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtkplacesviewprivate.h placesview: Drop the Private struct 2020-05-05 10:45:47 -04:00
gtkplacesviewrow.c
gtkplacesviewrowprivate.h
gtkpointerfocus.c
gtkpointerfocusprivate.h
gtkpopover.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkpopover.h popover: Derive from GtkWidget 2020-05-04 22:53:07 -04:00
gtkpopovermenu.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtkpopovermenu.h
gtkpopovermenubar.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtkpopovermenubar.h
gtkpopovermenubarprivate.h
gtkpopovermenuprivate.h
gtkpopoverprivate.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c print backend: Fix list model handling in dispose 2020-06-01 13:52:21 -04:00
gtkprintbackendprivate.h printbackend: Add a list model getter 2020-05-31 13:01:17 -04:00
gtkprintcontext.c
gtkprintcontext.h
gtkprinter.c printer: Fix the default value of icon-name 2020-05-31 13:01:17 -04:00
gtkprinter.h
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
gtkprinteroptionset.h
gtkprinteroptionwidget.c Do not release the GFile prematurely 2020-05-12 13:45:15 +01:00
gtkprinteroptionwidget.h
gtkprinterprivate.h
gtkprintjob.c
gtkprintjob.h
gtkprintoperation-portal.c
gtkprintoperation-portal.h
gtkprintoperation-private.h
gtkprintoperation-unix.c printoperation-unix: Fix a use-after-free 2020-05-12 14:09:51 -04:00
gtkprintoperation-win32.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkprintoperation.c Use gtk_window_destroy 2020-05-11 12:20:57 -04:00
gtkprintoperation.h
gtkprintoperationpreview.c
gtkprintoperationpreview.h
gtkprintsettings.c
gtkprintsettings.h
gtkprintunixdialog.c printdialog: Port to column view 2020-06-03 13:35:09 -04:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.c
gtkprivate.h
gtkprivatetypebuiltins.c.template
gtkprivatetypebuiltins.h.template
gtkprogressbar.c a11y: Simplify GtkProgressBarAccessible 2020-06-05 20:35:10 +01:00
gtkprogressbar.h
gtkprogresstracker.c
gtkprogresstrackerprivate.h
gtkpropertylookuplistmodel.c
gtkpropertylookuplistmodelprivate.h
gtkpropertyselection.c selectionmodel: Add unselect_rest argument to select_callback 2020-06-08 19:06:56 +02:00
gtkpropertyselection.h Add GtkPropertySelection 2020-06-06 11:41:51 -04:00
gtkquartz.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkquartz.h
gtkquery.c
gtkquery.h
gtkradiobutton.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkradiobutton.h
gtkrange.c a11y: Drop notify_gtk() from GtkRangeAccessible 2020-06-05 20:35:10 +01:00
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c
gtkrbtreeprivate.h
gtkrecentmanager.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkrecentmanager.h
gtkrender.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkrender.h
gtkrenderbackground.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkrenderbackgroundprivate.h
gtkrenderborder.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkrenderborderprivate.h
gtkrendericon.c
gtkrendericonprivate.h
gtkrendernodepaintable.c
gtkrendernodepaintableprivate.h
gtkrevealer.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkrevealer.h revealer: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtkroot.c Move the idle sizer to the gtkroot.c 2020-04-25 21:03:57 -04:00
gtkroot.h
gtkrootprivate.h Move the idle sizer to the gtkroot.c 2020-04-25 21:03:57 -04:00
gtkroundedbox.c
gtkroundedboxprivate.h
gtkscale.c widget: Add a :focusable property 2020-05-10 23:24:48 -04:00
gtkscale.h
gtkscalebutton.c scalebutton: Shorten finalize() implementation 2020-05-05 08:20:09 +02:00
gtkscalebutton.h
gtkscaler.c
gtkscalerprivate.h
gtkscrollable.c
gtkscrollable.h
gtkscrollbar.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkscrollbar.h
gtkscrolledwindow.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtkscrolledwindow.h scrolledwindow: Derive from GtkWidget 2020-05-04 22:53:07 -04:00
gtksearchbar.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtksearchbar.h searchbar: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtksearchengine.c gtksearchengine: Drop tracker 2.x search engine 2020-05-19 22:05:07 +02:00
gtksearchengine.h gtksearchengine: Add autoptr handler for this type 2020-05-19 22:04:25 +02:00
gtksearchenginemodel.c
gtksearchenginemodel.h
gtksearchenginequartz.c gtksearchengine: Add "got_results" argument to ::finished 2020-05-19 22:04:25 +02:00
gtksearchenginequartz.h
gtksearchenginetracker3.c gtksearchenginetracker3: Pre-fill GFileInfo from query 2020-05-19 22:05:07 +02:00
gtksearchenginetracker3.h gtksearchengine: Add tracker3 search engine 2020-05-19 22:05:07 +02:00
gtksearchentry.c a11y: Split GtkSearchEntryAccessible from GtkEntryAccessible 2020-06-05 20:35:10 +01:00
gtksearchentry.h
gtksearchentryprivate.h
gtkselectionmodel.c selectionmodel: Add unselect_rest argument to select_callback 2020-06-08 19:06:56 +02:00
gtkselectionmodel.h selectionmodel: Add unselect_rest argument to select_callback 2020-06-08 19:06:56 +02:00
gtkseparator.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkseparator.h
gtkset.c set: Fix gtk_set_get_max 2020-06-05 14:57:32 -04:00
gtkset.h set: Add a few useful functions 2020-06-04 21:36:23 -04:00
gtksettings.c settings: Call gtk_system_setting_changed 2020-04-22 19:29:59 -04:00
gtksettings.h
gtksettingsprivate.h
gtkshortcut.c Assorted documentation fixes 2020-04-20 00:38:58 -04:00
gtkshortcut.h
gtkshortcutaction.c Add GTK_DEBUG=shortcuts 2020-05-29 17:59:58 -04:00
gtkshortcutaction.h
gtkshortcutactionprivate.h
gtkshortcutcontroller.c shortcut controller: Fix mnemonic cycling 2020-05-28 08:52:55 -04:00
gtkshortcutcontroller.h
gtkshortcutcontrollerprivate.h
gtkshortcutlabel.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkshortcutlabel.h
gtkshortcutmanager.c shortcutmanager: Speed up default_remove_controller a bit 2020-05-05 08:20:10 +02:00
gtkshortcutmanager.h
gtkshortcutmanagerprivate.h shortcutmanager: Fix private header include guard 2020-05-17 15:30:03 +02:00
gtkshortcutsgroup.c shortcutsgroup: Drop container bits 2020-05-11 22:38:21 -04:00
gtkshortcutsgroup.h
gtkshortcutssection.c shortcutssection: Drop container bits 2020-05-11 22:38:21 -04:00
gtkshortcutssection.h
gtkshortcutsshortcut.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkshortcutsshortcut.h
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkshortcutswindow.h
gtkshortcutswindowprivate.h
gtkshortcuttrigger.c Add G_GNUC_NORETURN to functions that never return 2020-05-18 11:30:08 +02:00
gtkshortcuttrigger.h
gtkshow.c Merge branch 'wip/tintou/doc-fixes' into 'master' 2020-05-11 18:40:34 +00:00
gtkshow.h
gtksidebarrow.c Don't use container api on GtkListBox 2020-05-11 22:21:39 -04:00
gtksidebarrowprivate.h
gtksignallistitemfactory.c listitemfactory: Simplify 2020-05-30 19:26:46 -04:00
gtksignallistitemfactory.h Add GtkSignalListItemFactory 2020-05-30 19:26:46 -04:00
gtksingleselection.c singleselection: Clarify docs 2020-06-06 11:53:33 -04:00
gtksingleselection.h
gtksizegroup-private.h
gtksizegroup.c Drop gtkcontainer.h includes 2020-05-11 22:38:21 -04:00
gtksizegroup.h
gtksizerequest.c
gtksizerequest.h
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtkslicelistmodel.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkslicelistmodel.h
gtksnapshot.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtksnapshot.h
gtksnapshotprivate.h
gtksorter.c Add GtkSorter 2020-05-30 17:48:44 -04:00
gtksorter.h Add GtkSorter 2020-05-30 17:48:44 -04:00
gtksortlistmodel.c sortlistmodel: Make sort stable 2020-05-30 19:26:44 -04:00
gtksortlistmodel.h Redo sort list model with GtkSorter 2020-05-30 19:26:44 -04:00
gtkspinbutton.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkspinbutton.h
gtkspinner.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkspinner.h
gtkstack.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkstack.h stack: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtkstacksidebar.c Don't use container api on GtkListBox 2020-05-11 22:21:39 -04:00
gtkstacksidebar.h
gtkstackswitcher.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkstackswitcher.h
gtkstatusbar.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkstatusbar.h
gtkstatusbarprivate.h
gtkstringfilter.c Turn GtkExpression into a GTypeInstance 2020-06-01 21:07:53 +01:00
gtkstringfilter.h filter: Add GtkStringFilter 2020-05-30 17:42:09 -04:00
gtkstringsorter.c gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtkstringsorter.h Add GtkStringSorter 2020-05-30 19:26:44 -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
gtkstylecascadeprivate.h
gtkstylecontext.c gtk: Handle seatless displays 2020-05-15 14:11:53 -04:00
gtkstylecontext.h stylecontext: Remove _list_classes() from public API 2020-05-05 08:20:09 +02:00
gtkstylecontextprivate.h stylecontext: Remove _save_named 2020-05-10 09:30:15 +02:00
gtkstyleproperty.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkstylepropertyprivate.h
gtkstyleprovider.c
gtkstyleprovider.h
gtkstyleproviderprivate.h
gtkswitch.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkswitch.h
gtktestutils.c
gtktestutils.h
gtktext.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtktext.h
gtktextattributes.c
gtktextattributes.h
gtktextbtree.c
gtktextbtree.h
gtktextbuffer.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtktextbuffer.h
gtktextbufferprivate.h
gtktextchild.c gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtktextchild.h textchild: Include <gtk/gtkwidget.h> 2020-05-06 15:13:03 -03:00
gtktextchildprivate.h
gtktexthandle.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtktexthandleprivate.h
gtktexthistory.c
gtktexthistoryprivate.h
gtktextiter.c
gtktextiter.h
gtktextiterprivate.h
gtktextlayout.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtktextlayoutprivate.h
gtktextlinedisplaycache.c
gtktextlinedisplaycacheprivate.h
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextprivate.h
gtktextsegment.c
gtktextsegment.h
gtktexttag.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c
gtktexttagtable.h
gtktexttagtableprivate.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c
gtktextutil.h
gtktextview.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtktextview.h textview: Derive from GtkWidget 2020-05-11 20:33:23 -04:00
gtktextviewchild.c textviewchild: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtktextviewchildprivate.h textviewchild: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtktextviewprivate.h
gtktogglebutton.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtktogglebutton.h
gtktooltip.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtktooltip.h
gtktooltipprivate.h Unset tooltip window earlier 2020-05-11 12:20:59 -04:00
gtktooltipwindow.c tooltips: Fix a line wrap mishap 2020-05-27 19:01:46 -04:00
gtktooltipwindowprivate.h tooltipwindow: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtktrashmonitor.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c
gtktreednd.h
gtktreeexpander.c treeexpander: Implement input support 2020-05-30 19:26:45 -04:00
gtktreeexpander.h Add GtkTreeExpander 2020-05-30 19:26:45 -04:00
gtktreelistmodel.c
gtktreelistmodel.h Trivial typo fix 2020-06-05 17:08:43 -04:00
gtktreelistrowsorter.c Add GtkTreeListRowSorter 2020-05-30 19:30:14 -04:00
gtktreelistrowsorter.h Add GtkTreeListRowSorter 2020-05-30 19:30:14 -04:00
gtktreemodel.c
gtktreemodel.h
gtktreemodelfilter.c
gtktreemodelfilter.h
gtktreemodelsort.c
gtktreemodelsort.h
gtktreepopover.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtktreepopoverprivate.h
gtktreeprivate.h
gtktreerbtree.c
gtktreerbtreeprivate.h
gtktreeselection.c
gtktreeselection.h
gtktreesortable.c
gtktreesortable.h
gtktreestore.c
gtktreestore.h
gtktreeview.c a11y: Update accessible state for GtkTreeView directly 2020-06-05 20:35:10 +01:00
gtktreeview.h Fix minor typos 2020-05-28 11:00:03 +03:00
gtktreeviewcolumn.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtktreeviewcolumn.h
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtktypes.h listview: Implement activation 2020-05-30 19:26:45 -04:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.h.in Docs: Various tweaks 2020-04-19 16:26:25 -04:00
gtkvideo.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkvideo.h
gtkviewport.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtkviewport.h viewport: Derive from GtkWidget 2020-05-04 17:01:18 -04:00
gtkvolumebutton.c volumebutton: Remove broken a11y code 2020-05-27 19:02:19 -04:00
gtkvolumebutton.h
gtkwidget.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkwidget.h gtk: Documentation fixups 2020-06-05 22:50:30 -04:00
gtkwidgetfocus.c
gtkwidgetpaintable.c
gtkwidgetpaintable.h
gtkwidgetpaintableprivate.h
gtkwidgetprivate.h Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkwin32.c
gtkwindow.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkwindow.h window: Remove _set_has_user_ref_count 2020-05-11 12:20:59 -04:00
gtkwindowcontrols.c Merge branch 'wip/exalm/controls-dispose' into 'master' 2020-05-05 18:19:00 +00:00
gtkwindowcontrols.h Add GtkWindowControls 2020-04-26 15:13:15 +05:00
gtkwindowgroup.c gtkwindowgroup: Take default group into account when listing windows 2020-04-24 23:03:13 +02:00
gtkwindowgroup.h
gtkwindowhandle.c Drop gtknativeprivate.h 2020-06-07 08:52:45 -04:00
gtkwindowhandle.h Add GtkWindowHandle 2020-05-07 23:57:58 +05:00
gtkwindowprivate.h window: Remove private _get_shadow_width() 2020-05-24 15:59:05 +02:00
imm-extra.h
language-names.c
language-names.h
libgtk4.manifest.in
meson.build Add GtkPropertySelection 2020-06-06 11:41:51 -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 Fix minor typos 2020-05-28 11:00:03 +03:00
script-names.c
script-names.h
text-input-unstable-v3.xml