gtk2/gtk
Carlos Garnacho e1a0171094 gtkrange: group gestures the right way around
The gtk_gesture_group() call is not a commutative operation, it
takes two gestures, maybe detaches the first one from its current
group, and adds it to the same group than the second gesture.

With the flipped argument order here, GtkRange was actually detaching
the same gesture in order to group it with a second one two times, so
the desired effect to group all 3 gestures was not achieved.

Fixes autoscroll as the drag gesture is now actually grouped with the
click one, so drag offsets can be accessed from the autoscroll
timeout.
2020-07-09 20:49:25 +02:00
..
a11y a11y: Remove double initialization of variables 2020-07-05 00:34:21 +02:00
css Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
deprecated
emoji Remove the blacklist list in convert-emoji.c since now it is supported 2020-04-13 16:29:02 -04:00
gesture
glade
icons Drop rtl variants of media-playback-start 2020-02-24 20:49:10 -05:00
inspector inspector: Fix property list styling 2020-07-07 11:21:42 -04:00
theme Adwaita: Fix block cursors in spinbuttons 2020-06-26 19:56:10 -04:00
tools gtk-builder-tool: Minimally validate <binding> 2020-05-30 19:30:14 -04:00
ui filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
compose-parse.py Fix minor typos 2020-05-28 11:00:03 +03:00
fnmatch.c
gdkpixbufutilsprivate.h Avoid mime sniffing where possible 2020-02-08 10:22:54 -05:00
gen-gtk-gresources-xml.py meson: Reduce useless relinking on reconfigure 2020-04-03 18:41:55 +05:30
gen-paper-names.c
gentypefuncs.py Conditionally include the GSK broadway and vulkan symbols 2020-04-11 15:42:51 +01:00
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 GskPango: Allow specifying a custom shape snapshot handler 2020-02-06 17:47:56 +01:00
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 a selection filter model 2020-07-02 22:59:03 -04:00
gtkaboutdialog.c docs: Cosmetics 2020-06-15 13:48:03 -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 Drop gtk_accelerator_set_default_mod_mask 2020-04-06 16:32:03 -04:00
gtkaccelgroupprivate.h accels: Remove GtkAccelGroup 2020-03-25 23:14:44 -04:00
gtkaccellabel.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkaccellabel.h accels: Remove GtkAccelGroup 2020-03-25 23:14:44 -04:00
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 Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkactionhelperprivate.h
gtkactionmuxer.c Fix minor typos 2020-06-18 10:47:16 +03: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 bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkallocatedbitmaskprivate.h bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkappchooser.c
gtkappchooser.h
gtkappchooserbutton.c Add a few missing includes 2020-06-23 07:55:53 -04:00
gtkappchooserbutton.h Add a GtkAppChooserButton:modal property 2020-04-13 00:43:19 -04:00
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 Remove unused includes 2019-09-16 07:23:17 -04:00
gtkapplication-dbus.c gtkapplication-dbus: Initialise screensaver-active property 2019-09-06 14:59:27 +01:00
gtkapplication-quartz-menu.c Rename GDK_MOD1_MASK to GDK_ALT_MASK 2020-04-06 01:40:49 -04:00
gtkapplication-quartz.c quartz: gtk-application - inhibit openFiles events from cmdline 2020-06-18 16:42:54 -04:00
gtkapplication-wayland.c
gtkapplication-x11.c
gtkapplication.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkapplication.h gtkapplication: Drop app menu support 2020-05-22 17:31:05 -04:00
gtkapplicationaccels.c applicationaccels: Fix shortcut memory leaks 2020-03-28 08:34:35 +01:00
gtkapplicationaccelsprivate.h application: Replace accelerator handling with shortcuts 2020-03-25 23:14:28 -04:00
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
gtkbitset.c bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice() 2020-07-06 03:42:43 +02:00
gtkbitset.h bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice() 2020-07-06 03:42:43 +02:00
gtkbookmarklist.c bookmarklist: Don't leak uris 2020-07-08 17:44:23 -04:00
gtkbookmarklist.h Add GtkBookmarkList 2020-06-11 16:14:47 -04:00
gtkbookmarksmanager.c Read bookmarks async 2020-02-05 01:01:47 -05:00
gtkbookmarksmanagerprivate.h Rename gtkbookmarkmanager.h to gtkbookmarksmanagerprivate.h 2019-09-11 08:12:31 +02:00
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 Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkbuildable.h buildable: Cosmetics 2020-05-11 22:21:39 -04:00
gtkbuilder-menus.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkbuilder.c builder: Documentation tweaks 2020-06-27 17:28:15 -04:00
gtkbuilder.h Fix minor typos 2020-06-18 10:47:16 +03:00
gtkbuilderlistitemfactory.c builderlistitemfactory: Documentation fixes 2020-06-29 22:11:36 -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 GtkBuilder: Add support for precompiling builder xml 2019-09-10 12:08:20 -04:00
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 builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuilderscopeprivate.h builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuiltinicon.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkbuiltiniconprivate.h indentation: fix various alignment issues 2020-01-30 12:27:15 +01:00
gtkbutton.c gtkbutton: Drop grab_notify handler 2020-06-24 20:35:22 +02: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 calendar: Keep a GDateTime around 2020-02-07 13:16:32 -05:00
gtkcellarea.c Fix minor typos 2020-06-18 10:47:16 +03: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 Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkcelllayout.h Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
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 IconTheme: Simplify icon scaling 2020-02-06 09:38:25 +01:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c
gtkcellrendererprogress.h
gtkcellrendererspin.c cell renderer spin: Bring this back 2019-12-24 03:33:02 -05:00
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 Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
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 Add a GtkColorButton:modal property 2020-04-13 00:17:00 -04:00
gtkcolorchooser.c colorchooser: Fix typo in checkerboard color 2020-02-25 11:08:25 +01:00
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 coloreditor: Drop the Private struct 2020-03-29 09:04:19 -04:00
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c colorpickerportal: Simplify version fetching code 2020-03-30 18:31:23 +02:00
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h Don't export color picker functions 2020-02-05 01:01:47 -05:00
gtkcolorpickershell.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorpickershellprivate.h
gtkcolorplane.c 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 colorswatch: Drop the Private struct 2020-04-13 20:04:32 -04:00
gtkcolorutils.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorutils.h Fix minor typos 2020-06-18 10:47:16 +03:00
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 Drop unnecessary uses of gtk_style_context_add_class 2020-06-30 17:42:30 -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 columview: Fix cell creation 2020-06-19 11:42:58 -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 Add a few missing includes 2020-06-23 07:55:53 -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 css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssanimatedstyle.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssanimatedstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
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 css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssarrayvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssbgsizevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h css boxes: Compute inline box from border box 2020-02-11 12:10:16 +01:00
gtkcssboxesprivate.h
gtkcsscalcvalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscalcvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscolorvalue.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcsscolorvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsscornervalue.c dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcsscornervalueprivate.h dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcssdimensionvalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssdimensionvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssdynamic.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssdynamicprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsseasevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsseasevalueprivate.h
gtkcssenumvalue.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcssenumvalueprivate.h
gtkcssfiltervalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssfiltervalueprivate.h
gtkcssfontfeaturesvalue.c Avoid a crash in css font features values 2020-02-27 14:30:58 -05:00
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
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 cssimagefallback: Don't snapshot invisible colors 2020-01-18 08:49:52 +01:00
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 cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimagelinearprivate.h cssimagelinear: Use count+array for the color stops, not GArray 2020-01-18 08:49:51 +01:00
gtkcssimagepaintable.c cssimagepaintable: Implement is_computed() 2020-01-24 06:08:39 +01:00
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssimageradial.c cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimageradialprivate.h cssimageradial: Use array + length instead of GArray 2020-01-18 08:49:51 +01:00
gtkcssimagerecolor.c Avoid mime sniffing where possible 2020-02-08 10:22:54 -05:00
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c cssimagescaled: Implement is_computed() 2020-01-24 06:08:39 +01:00
gtkcssimagescaledprivate.h
gtkcssimageurl.c GtkCssImageUrl: Implement is_computed() 2020-01-26 18:21:07 +01:00
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 cssstaticstyle: Compute initial/inherit values directly 2019-09-09 17:36:24 +02:00
gtkcsskeyframes.c
gtkcsskeyframesprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsslookup.c css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcsslookupprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssnode.c Merge branch 'benzea/fix-css-update' into 'gtk-3-24' 2020-06-16 13:10:15 +00:00
gtkcssnodedeclaration.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodedeclarationprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodeprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodestylecache.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c numbervalue: Remove some leftover debugging code 2020-06-19 05:26:25 +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 css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsspositionvalueprivate.h
gtkcssprovider.c css: Plug a memory leak 2020-07-09 12:14:18 -04:00
gtkcssprovider.h
gtkcssproviderprivate.h
gtkcssrepeatvalue.c cssvalue: Add is_computed flag 2020-01-18 08:49:51 +01:00
gtkcssrepeatvalueprivate.h
gtkcssselector.c cssselector: Only copy max_selector once 2020-06-19 05:26:25 +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 Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
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 styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkcssstaticstyle.c css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkcssstaticstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssstringvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssstringvalueprivate.h
gtkcssstyle.c css: Drop a few dynamic type checks 2020-05-10 08:44:20 +02:00
gtkcssstylechange.c css: Fix an oversight in style change computation 2020-02-02 16:41:14 +01:00
gtkcssstylechangeprivate.h widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkcssstyleprivate.h css: 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 Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsstransformvalue.c csstransformvalue: Make no-transform case explicit 2020-06-19 05:26:24 +02:00
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
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 Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
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 listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkcustompaperunixdialog.h paperdialog: Port to use GtkListView 2020-06-15 12:08:54 -04:00
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 Drop GTK_DEBUG_SHORTCUTS 2020-06-28 13:42:02 -04:00
gtkdialog.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkdialog.h Remove gtk_dialog_run() 2020-05-12 13:45:15 +01:00
gtkdialogprivate.h
gtkdirectorylist.c directorylist: Fix file monitoring implementation 2020-07-08 15:08:53 -04:00
gtkdirectorylist.h directorylist: Add monitoring 2020-07-07 21:21:41 -04:00
gtkdragdestprivate.h Move code over 2020-01-08 18:48:21 -05:00
gtkdragicon.c Drop 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 Remove unused includes 2020-02-09 23:59:22 -05:00
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 gdk: Make gdk_drop_status() take preferred action 2020-03-02 04:43:56 +01:00
gtkdropcontrollermotion.c Fixes typos 2020-07-04 10:00:25 +02:00
gtkdropcontrollermotion.h Add GtkDropControllerMotion 2020-02-22 07:33:40 +01:00
gtkdropdown.c Annotate string array 2020-07-07 12:06:28 +01:00
gtkdropdown.h dropdown: Add GtkDropDown:selected-item 2020-06-20 13:11:48 -04:00
gtkdropprivate.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptarget.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkdroptarget.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptargetasync.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkdroptargetasync.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkeditable.c Fix minor typos 2020-05-28 11:00:03 +03:00
gtkeditable.h editable: add enable-undo property 2019-11-05 10:27:27 -08:00
gtkeditablelabel.c editablelabel: Allow to drag text 2020-06-19 15:26:53 -04:00
gtkeditablelabel.h Add a GtkEditableLabel widget 2020-06-15 12:08:54 -04:00
gtkemojichooser.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkemojicompletion.h
gtkentry.c docs: Add css docs to entries 2020-06-26 16:13:02 -04:00
gtkentry.h docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkentrybuffer.c entrybuffer: remove text in ::deleted-text default handler 2019-11-05 10:27:29 -08:00
gtkentrybuffer.h
gtkentrycompletion.c Merge branch 'scrolled-window-api' into 'master' 2020-06-24 19:58:03 +00:00
gtkentrycompletion.h entrycompletion: Drop action support 2020-06-22 14:43:36 -04:00
gtkentryprivate.h entry completion: Drop the Private struct 2020-06-23 07:55:38 -04:00
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 Add gtk_event_controller_get_current_event[_state] 2020-04-11 17:29:27 -04:00
gtkeventcontrollerfocus.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkeventcontrollerfocus.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.c gdk: Redo key events 2020-04-06 15:13:54 -04:00
gtkeventcontrollerkey.h Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkeventcontrollerlegacy.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkeventcontrollerlegacy.h
gtkeventcontrollermotion.c Fixes typos 2020-07-04 10:00:25 +02:00
gtkeventcontrollermotion.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerprivate.h Add gtk_event_controller_get_current_event[_state] 2020-04-11 17:29:27 -04:00
gtkeventcontrollerscroll.c eventcontrollerscroll: Fix the history push condition 2020-05-15 01:32:04 +05:00
gtkeventcontrollerscroll.h
gtkexpander.c expander: Remove a pointless return 2020-06-19 15:26:47 -04:00
gtkexpander.h expander: Add a child property 2020-05-11 22:21:14 -04:00
gtkexpression.c Add nullable annotations for gtk_cclosure_expression_new() 2020-06-30 12:11:21 +01:00
gtkexpression.h Turn GtkExpression into a GTypeInstance 2020-06-01 21:07:53 +01:00
gtkfilechooser.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechooser.h filechooser: Make get_files return a list model 2020-07-09 01:29:20 -04:00
gtkfilechooserbutton.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechooserbutton.h Add a GtkFileChooserButton:modal property 2020-04-12 23:45:03 -04:00
gtkfilechooserdialog.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechooserdialog.h
gtkfilechooserembed.c filechooser: Remove default size machinery 2020-01-28 02:17:31 +01:00
gtkfilechooserembed.h filechooser: Remove default size machinery 2020-01-28 02:17:31 +01:00
gtkfilechooserentry.c Drop gtk_file_filter_filter 2020-07-05 15:10:18 -04:00
gtkfilechooserentry.h Remove GtkFileChooserEntry:local-only 2020-02-22 15:22:06 +00:00
gtkfilechoosererrorstack.c filechoosererrorstack: Fix object life-cycle 2020-03-25 17:04:29 -04:00
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechoosernative.h
gtkfilechoosernativeportal.c filechooser: Add gtk_file_chooser_get_filters 2020-07-06 10:36:35 -04:00
gtkfilechoosernativeprivate.h portal file chooser: Handle errors 2020-03-21 13:16:43 -04:00
gtkfilechoosernativequartz.c filechooser: Add gtk_file_chooser_get_filters 2020-07-06 10:36:35 -04:00
gtkfilechoosernativewin32.c filechooser: Add gtk_file_chooser_get_shortcuts 2020-07-06 11:03:48 -04:00
gtkfilechooserprivate.h filechooser: Make get_files return a list model 2020-07-09 01:29:20 -04:00
gtkfilechooserutils.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechooserutils.h filechooser: Add a readonly :shortcut-folders property 2020-07-06 11:03:48 -04:00
gtkfilechooserwidget.c filechooser: Drop the ::selection-changed signal 2020-07-09 02:06:31 -04:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h
gtkfilefilter.c filefilter: Cosmetics 2020-07-05 19:54:20 -04:00
gtkfilefilter.h filefilter: Header file cosmetics 2020-07-05 19:36:45 -04: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 Drop gtk_file_filter_filter 2020-07-05 15:10:18 -04: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 Fix typo: Filer -> Filter 2020-07-07 04:41:44 +00:00
gtkfilterlistmodel.h filterlistmodel: Add gtk_filter_list_model_get_pending() 2020-07-06 03:42:43 +02: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 fixedlayout: Don't call the child transform position 2019-09-09 17:36:25 +02:00
gtkflattenlistmodel.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkflattenlistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkflowbox.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkflowbox.h flowbox: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtkflowboxprivate.h flowbox: Add a private api to disable move-cursor 2020-04-14 15:07:47 -04:00
gtkfontbutton.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkfontbutton.h Add a GtkFontButton:modal property 2020-04-13 00:28:34 -04:00
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 listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02: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
gtkgesture.c Rename master and slave device 2020-06-18 19:22:20 +01:00
gtkgesture.h Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
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 events: reorganize getters 2020-02-21 00:51:03 -05:00
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 gesture: Keep the target widget for events 2020-02-21 00:51:02 -05:00
gtkgesturerotate.c Restructure the GdkEvent type hierarchy 2020-04-16 19:54:02 +01:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c gdk: Rename gdk_motion_event_get_history 2020-06-09 13:43:12 -04:00
gtkgesturestylus.h
gtkgesturestylusprivate.h
gtkgestureswipe.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c gtkgesturezoom: Do not check touchpad phase on generic events 2020-06-10 14:30:58 +02:00
gtkgesturezoom.h
gtkgesturezoomprivate.h
gtkgizmo.c gizmo: Allow passing changing focus behavior 2020-04-09 17:50:29 -04:00
gtkgizmoprivate.h gizmo: Allow passing changing focus behavior 2020-04-09 17:50:29 -04:00
gtkgladecatalog.c
gtkglarea.c Switch to GL_ARB_framebuffer_object 2020-06-12 15:08:44 +02: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 Add .view to view widgets 2020-06-27 10:51:06 +02:00
gtkgridview.h Add rubberband api 2020-06-03 13:34:27 -04:00
gtkheaderbar.c headerbar: Show title buttons by default 2020-07-02 23:51:16 +05: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 gtkiconcache: Use g_stat instead of fstat 2020-06-02 20:35:56 +02:00
gtkiconcacheprivate.h icontheme: Optimize memory use and lookup speed by internalizing icon names 2020-02-07 12:00:52 +01:00
gtkiconcachevalidatorprivate.h
gtkiconhelper.c css: Drop the -gtk-icon-theme property 2020-04-22 12:35:30 -04:00
gtkiconhelperprivate.h IconTheme: Simplify icon scaling 2020-02-06 09:38:25 +01:00
gtkicontheme.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkicontheme.h icontheme: Update the api 2020-02-18 20:32:17 -05:00
gtkiconthemeprivate.h icontheme: Keep a serial 2020-04-22 15:18:16 -04:00
gtkiconview.c Drop unused includes 2020-06-16 14:34:54 -04: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 Rename master and slave device 2020-06-18 19:22:20 +01:00
gtkimcontext.h Add gtk_im_context_filter_key 2020-05-28 17:08:33 -04:00
gtkimcontextbroadway.c
gtkimcontextbroadway.h
gtkimcontextime.c win32: Build fixes 2020-03-13 07:47:48 -04:00
gtkimcontextime.h
gtkimcontextquartz.c Rename internal object for the Quartz input method context 2020-06-18 17:33:30 +01:00
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 gtk: focus out the GtkIMContextWayland upon finalization. 2020-06-29 22:17:08 +02:00
gtkimcontextwayland.h
gtkimmodule.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c Rename delegate input method context 2020-06-18 17:32:05 +01:00
gtkimmulticontext.h Remove unused includes 2019-09-16 07:23:17 -04:00
gtkinfobar.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtkinfobar.h infobar: Add gtk_info_bar_add/remove_child 2020-05-11 22:21:39 -04:00
gtkintl.h
gtkistringprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtkkineticscrolling.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkkineticscrollingprivate.h
gtklabel.c label: Only care about clipboard in unrealize of we need to 2020-06-27 11:47:39 +02: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 levelbar: Chainup to parent buildable when handling custom tags 2020-07-07 09:34:00 +02:00
gtklevelbar.h
gtklinkbutton.c Make tooltip properties idiomatic 2020-06-05 20:32:26 +01:00
gtklinkbutton.h
gtklistbase.c listbase: Make rubberbanding a threshold drag 2020-06-26 07:13:32 +02:00
gtklistbase.h listitem: Make this a GObject 2020-05-30 19:26:46 -04:00
gtklistbaseprivate.h listbase: Compute rubberband region on-demand 2020-06-26 07:13:32 +02: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 listitem: Correct the docs 2020-06-26 23:10:21 -04:00
gtklistitem.h listview: Implement activation 2020-05-30 19:26:45 -04:00
gtklistitemfactory.c gtklistitemfactory: Cosmetic documentation fixes 2020-06-29 22:11:44 -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 Fix indentation 2020-06-26 07:13:32 +02: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 Fix minor typos 2020-06-18 10:47:16 +03:00
gtkliststore.h
gtklistview.c Add .view to view widgets 2020-06-27 10:51:06 +02:00
gtklistview.h Add rubberband api 2020-06-03 13:34:27 -04:00
gtklockbutton.c lockbutton: Drop the Private struct 2020-04-13 20:04:32 -04:00
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c magnifier: Don't try to use a null widget paintable 2020-03-24 10:44:06 +01:00
gtkmagnifierprivate.h
gtkmain.c gtk: Better help for GTK_DEBUG 2020-06-28 13:42:02 -04:00
gtkmain.h Drop gtk_get_current_ apis 2020-04-11 17:29:27 -04:00
gtkmaplistmodel.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkmaplistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
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 menubutton: Add a create_popup_func 2019-09-09 17:36:23 +02:00
gtkmenusectionbox.c Replace most remaining uses of container api 2020-05-11 22:38:21 -04:00
gtkmenusectionboxprivate.h Add nesting popover menus 2019-09-08 19:02:06 -04:00
gtkmenutracker.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
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 Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkmodules.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c mountoperation-x11: Fix copy/paste thinko 2020-03-05 07:05:48 +01:00
gtkmountoperation.c scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtkmultifilter.c filter: Make GtkEveryFilter buildable 2020-06-21 13:10:18 -04:00
gtkmultifilter.h Add GtkMultiFilter, GtkAnyFilter, GtkEveryFilter 2020-05-30 17:42:09 -04:00
gtkmultiselection.c bitset: Fix typo: gtk_bitset_slice() => gtk_bitset_splice() 2020-07-06 03:42:43 +02:00
gtkmultiselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02: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 Drop unused includes 2020-06-25 14:27:31 -04:00
gtknativedialog.h Remove gtk_native_dialog_run() 2020-05-12 13:15:19 +01:00
gtknativedialogprivate.h
gtknomediafile.c
gtknomediafileprivate.h
gtknoselection.c selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtknoselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtknotebook.c gtknotebook: Move away from grab_notify 2020-06-24 20:35:22 +02: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 padcontroller: Copy action entries 2020-03-07 14:52:45 +01:00
gtkpagesetup.c
gtkpagesetup.h
gtkpagesetupunixdialog.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02: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 Move label attribute parser code 2020-04-06 22:59:45 -04:00
gtkpapersize.c
gtkpapersize.h
gtkpasswordentry.c docs: Add css docs to entries 2020-06-26 16:13:02 -04: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 picture: Don't leak alternative-test 2020-07-08 17:44:29 -04:00
gtkpicture.h
gtkplacessidebar.c filechooser: Add gtk_file_chooser_get_shortcuts 2020-07-06 11:03:48 -04:00
gtkplacessidebarprivate.h filechooser: Add gtk_file_chooser_get_shortcuts 2020-07-06 11:03:48 -04:00
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 placesview: Stop using ::popup-menu 2020-03-25 23:14:45 -04:00
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 popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkpopovermenubar.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtkpopovermenubar.h
gtkpopovermenubarprivate.h window: Move F10 handling to popover menubars 2019-12-29 18:44:26 -05:00
gtkpopovermenuprivate.h popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkpopoverprivate.h popover: Implement auto mnemonics 2020-03-25 23:14:45 -04:00
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 filechooser: Drop gtk_file_chooser_[un]select_file 2020-07-09 00:50:03 -04:00
gtkprinteroptionwidget.h
gtkprinterprivate.h
gtkprintjob.c printjob: Drop the Private struct 2020-03-29 09:04:19 -04:00
gtkprintjob.h
gtkprintoperation-portal.c Remember to call print_cb even if print operation is cancelled. 2020-07-08 23:32:43 -04:00
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 gtkprintoperation-win32: Don't track grab-notify 2020-06-24 20:35:23 +02:00
gtkprintoperation.c Use gtk_window_destroy 2020-05-11 12:20:57 -04:00
gtkprintoperation.h
gtkprintoperationpreview.c
gtkprintoperationpreview.h
gtkprintsettings.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkprintsettings.h
gtkprintunixdialog.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkprintunixdialog.h
gtkprintutils.c Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkprintutils.h
gtkprivate.c gtk: Stop using modifier intents 2020-04-06 16:32:03 -04:00
gtkprivate.h Drop gtk_get_current_ apis 2020-04-11 17:29:27 -04:00
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
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 gtkrange: group gestures the right way around 2020-07-09 20:49:25 +02:00
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
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 render: Remove gtk_render_background_get_clip 2020-01-26 18:21:07 +01:00
gtkrenderbackground.c renderbackground: Only query number of layers once 2020-06-27 10:51:06 +02:00
gtkrenderbackgroundprivate.h
gtkrenderborder.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkrenderborderprivate.h
gtkrendericon.c gtk_css_style_snapshot_icon_paintable: Fix uninitialized memory access 2020-02-06 17:47:56 +01:00
gtkrendericonprivate.h GtkIconPaintable: Always recolor when snapshotting. 2020-02-06 09:38:25 +01:00
gtkrendernodepaintable.c rendernodepaintable: ceil() bounds for intrinsic size 2020-01-07 17:27:19 +01:00
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 css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkroundedboxprivate.h css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkscale.c scale: Rearrange child widgets 2020-06-27 10:51:06 +02: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 Fix minor typos 2020-06-18 10:47:16 +03:00
gtkscrollable.h
gtkscrollbar.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkscrollbar.h
gtkscrolledwindow.c gtkscrolledwindow: Look up correctly target in captured motion events 2020-07-09 16:10:55 +02:00
gtkscrolledwindow.h scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -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 docs: Add css docs to entries 2020-06-26 16:13:02 -04:00
gtksearchentry.h
gtksearchentryprivate.h
gtkselectionfiltermodel.c selectionfilter: Fix bugs in signal translation 2020-07-03 11:12:55 -04:00
gtkselectionfiltermodel.h Add a selection filter model 2020-07-02 22:59:03 -04:00
gtkselectionmodel.c selectionmodel: Remove select_callback() functions 2020-06-26 07:13:32 +02:00
gtkselectionmodel.h selectionmodel: Remove select_callback() functions 2020-06-26 07:13:32 +02:00
gtkseparator.c Move orientable style classes into GtkWidget 2020-06-05 20:35:09 +01:00
gtkseparator.h
gtksettings.c settings: Call gtk_system_setting_changed 2020-04-22 19:29:59 -04:00
gtksettings.h settings: Drop the Private struct 2020-03-28 10:22:44 -04:00
gtksettingsprivate.h gtksettings: Remove unused functions & prototypes 2019-09-09 17:36:24 +02:00
gtkshortcut.c Assorted documentation fixes 2020-04-20 00:38:58 -04:00
gtkshortcut.h shortcut: Change the API for creating shortcuts 2020-03-25 23:14:27 -04:00
gtkshortcutaction.c shortcuts: Use GTK_DEBUG_KEYBINDINGS 2020-06-28 13:42:02 -04:00
gtkshortcutaction.h Add an api to parse shortcut actions 2020-04-03 22:41:15 -04:00
gtkshortcutactionprivate.h shortcutaction: Integrate with GtkBuilder property parsing 2020-03-25 23:14:28 -04:00
gtkshortcutcontroller.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkshortcutcontroller.h Annotation fixes 2020-04-03 15:30:56 +01:00
gtkshortcutcontrollerprivate.h shortcutcontroller: Use a list model for shortcuts 2020-03-25 23:14:28 -04:00
gtkshortcutlabel.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkshortcutlabel.h shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:08 +02:00
gtkshortcutmanager.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkshortcutmanager.h Add GtkShortcutManager 2020-03-25 23:14:27 -04:00
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 headerbar: Show title buttons by default 2020-07-02 23:51:16 +05:00
gtkshortcutswindow.h
gtkshortcutswindowprivate.h
gtkshortcuttrigger.c shortcuttrigger: Fix some leaks in error paths 2020-07-08 17:44:42 -04:00
gtkshortcuttrigger.h gdk: Redo key events 2020-04-06 15:13:54 -04:00
gtkshow.c Merge branch 'wip/tintou/doc-fixes' into 'master' 2020-05-11 18:40:34 +00:00
gtkshow.h Redo gtk_show_uri_on_window 2020-04-11 21:56:32 -04:00
gtksidebarrow.c Use the appropriate include for libcloudproviders 2020-06-17 20:49:57 +01: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 selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtksingleselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtksizegroup-private.h
gtksizegroup.c Drop gtkcontainer.h includes 2020-05-11 22:38:21 -04:00
gtksizegroup.h
gtksizerequest.c Fix typo in a comment 2020-06-18 17:20:56 +01:00
gtksizerequest.h
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtkslicelistmodel.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkslicelistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtksnapshot.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtksnapshot.h
gtksnapshotprivate.h snapshot: Remove new_with_parent 2020-02-07 13:16:32 -05:00
gtksorter.c Add GtkSorter 2020-05-30 17:48:44 -04:00
gtksorter.h sorter: Some doc corrections 2020-06-28 12:43:11 -04:00
gtksortlistmodel.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtksortlistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkspinbutton.c gtkspinbutton: Drop grab_notify handler 2020-06-24 20:35:22 +02:00
gtkspinbutton.h
gtkspinner.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkspinner.h Rename GtkSpinner::active to ::spinning 2020-02-24 22:37:02 -05:00
gtkstack.c stack: Fix handling of GtkStackPage:visible 2020-07-07 00:48:43 -04:00
gtkstack.h stack: Remove nonexisting api from headers 2020-06-28 12:43:11 -04:00
gtkstacksidebar.c scrolledwindow: Don't take adjustments in new() 2020-06-24 11:25:09 -04:00
gtkstacksidebar.h stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstackswitcher.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkstackswitcher.h stackswitcher: Inherit from GtkWidget 2019-10-12 18:12:58 +02:00
gtkstatusbar.c Remove lots of focus vfuncs 2020-05-11 00:11:37 -04:00
gtkstatusbar.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
gtkstatusbarprivate.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
gtkstringfilter.c stringfilter: Don't crash if the expression returns "" 2020-07-05 00:34:21 +02:00
gtkstringfilter.h filter: Add GtkStringFilter 2020-05-30 17:42:09 -04:00
gtkstringlist.c Fix "not nullable" annotation 2020-07-07 12:03:44 +01:00
gtkstringlist.h stringlist: Export gtk_string_object_new() 2020-07-05 02:59:21 +02: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 css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
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 styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkstyleprovider.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstyleprovider.h
gtkstyleproviderprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkswitch.c gtkswitch: Don't be eager in accepting the gesture 2020-06-26 17:48:10 +02:00
gtkswitch.h switch: Stop using a private struct 2019-09-11 08:12:31 +02:00
gtktestutils.c Stop using gtk_main and gtk_main_quit 2020-02-09 23:12:32 -05:00
gtktestutils.h
gtktext.c text: Support reverse selection 2020-06-26 22:22:47 -04:00
gtktext.h widget: Make gtk_widget_grab_focus() return a boolean 2019-10-15 16:33:05 +02:00
gtktextattributes.c texttag: Support overline and hyphenation control 2020-03-20 23:58:23 -04:00
gtktextattributes.h texttag: Support overline and hyphenation control 2020-03-20 23:58:23 -04:00
gtktextbtree.c textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktextbtree.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextbuffer.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtktextbuffer.h Match argument name between declaration and definition 2020-02-13 14:53:25 +00:00
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 textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexthandle.c Change coordinate translation apis to take doubles 2020-05-17 17:17:31 -04:00
gtktexthandleprivate.h gtktexthandle: Refactor and use native surfaces 2020-03-20 15:52:19 +01:00
gtktexthistory.c texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtktexthistoryprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtktextiter.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktextiter.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextiterprivate.h
gtktextlayout.c textlayout: remove virtual table indirection 2020-06-30 17:38:31 -07:00
gtktextlayoutprivate.h textlayout: remove virtual table indirection 2020-06-30 17:38:31 -07:00
gtktextlinedisplaycache.c textview: fix off-by-one in y_range invalidation 2019-10-09 10:43:34 -07:00
gtktextlinedisplaycacheprivate.h textview: optimize linedisplay cache based on number of visible rows 2019-09-05 19:06:35 -07:00
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextprivate.h text: Remove gtk_text_get_im_context() 2020-02-20 10:23:09 +01:00
gtktextsegment.c
gtktextsegment.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexttag.c Drop pango version checks 2020-06-06 21:32:55 -04:00
gtktexttag.h
gtktexttagprivate.h texttag: Support overline and hyphenation control 2020-03-20 23:58:23 -04:00
gtktexttagtable.c textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttagtable.h
gtktexttagtableprivate.h textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttypes.c
gtktexttypes.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextutil.c Use style values directly 2020-01-29 11:07:32 +01:00
gtktextutil.h Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtktextview.c textview: Remove unused define 2020-06-27 10:51:06 +02: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 Fix minor typos 2020-06-18 10:47:16 +03: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 Add missing ownership transfer annotations 2020-02-26 10:29:59 +00:00
gtktreednd.h dnd: Port the TreeModel machinery to GValue DND 2020-02-18 02:40:00 +01:00
gtktreeexpander.c treeexpander: Auto-expand during DND 2020-06-19 15:26:47 -04:00
gtktreeexpander.h Add GtkTreeExpander 2020-05-30 19:26:45 -04:00
gtktreelistmodel.c listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
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 treepath: Use g_renew() 2020-03-06 05:43:56 +01:00
gtktreemodel.h
gtktreemodelfilter.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktreemodelfilter.h
gtktreemodelsort.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktreemodelsort.h
gtktreepopover.c eventcontrollermotion: Remove mode argument 2020-05-30 12:30:23 -04:00
gtktreepopoverprivate.h treepopover: Fix header guard 2020-02-07 13:16:32 -05:00
gtktreeprivate.h
gtktreerbtree.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtktreerbtreeprivate.h
gtktreeselection.c tree-selection: Drop GtkTreeSelectionPrivate 2019-12-16 20:54:23 -05:00
gtktreeselection.h
gtktreesortable.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreesortable.h
gtktreestore.c Fix minor typos 2020-06-18 10:47:16 +03:00
gtktreestore.h
gtktreeview.c gtkwidget: Drop _gtk_widget_[gs]et_shadowed() 2020-06-24 20:35:23 +02: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 Add GtkBitset 2020-06-26 07:13:32 +02:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.h.in Docs: Various tweaks 2020-04-19 16:26:25 -04:00
gtkvideo.c gtkvideo: Track child focus to determine whether controls should autohide 2020-06-24 20:35:22 +02: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 Merge branch 'wip/baedert/for-master' into 'master' 2020-07-01 01:35:56 +00:00
gtkwidget.h gtkwidget: Drop gtk_widget_device_is_shadowed() 2020-06-24 20:35:23 +02:00
gtkwidgetfocus.c widgetfocus: Remove unnecessary check 2020-02-04 17:51:01 +01:00
gtkwidgetpaintable.c
gtkwidgetpaintable.h
gtkwidgetpaintableprivate.h
gtkwidgetprivate.h gtkwidget: Drop _gtk_widget_[gs]et_shadowed() 2020-06-24 20:35:23 +02:00
gtkwin32.c
gtkwindow.c headerbar: Show title buttons by default 2020-07-02 23:51:16 +05: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 Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -05:00
gtkwindowhandle.c gtkwindowhandle: Drop has-grab checks 2020-06-24 13:41:28 +02:00
gtkwindowhandle.h Add GtkWindowHandle 2020-05-07 23:57:58 +05:00
gtkwindowprivate.h gtkmain: Make grab-notify notifications more targeted 2020-06-24 20:35:23 +02:00
imm-extra.h
language-names.c Port the font chooser to just use harfbuzz 2019-11-01 13:01:54 -04:00
language-names.h
libgtk4.manifest.in
meson.build Add a selection filter model 2020-07-02 22:59:03 -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
roaring.c Add amalgamated roaring bitmaps source code 2020-06-26 06:19:56 +02:00
roaring.h Add amalgamated roaring bitmaps source code 2020-06-26 06:19:56 +02:00
script-names.c
script-names.h
text-input-unstable-v3.xml