gtk2/gtk
Alexander Mikhaylenko f63e6394ac dragsource: Use double coordinates for checking drag threshold
If multiple nested widgets have drag sources on them, both using bubble
phase, we need to reliably pick the inner one. Both of them will try to
start dragging, and we need to make sure there are no situations where the
outer widget starts drag earlier and cancels the inner one.

Currently, this can easily happen via integer rounding: start and current
coordinates passed into gtk_drag_check_threshold() are initially doubles
(other than in GtkNotebook and GtkIconView), and are casted to ints. Then
those rounded values are used to calculate deltas to compare to the drag
threshold, losing quite a lot of precision along the way, and often
resulting in the outer widget getting larger deltas.

To avoid it, just don't round it. Introduce a variant of the function that
operates on doubles: gtk_drag_check_threshold_double() and use it instead
of the original everywhere.
2021-01-29 12:01:34 +05:00
..
a11y a11y: Avoid signal emission during cache population 2021-01-21 16:40:57 +00:00
css doc: fix annotation for GtkCssLocation 2021-01-06 04:32:09 +00:00
deprecated
emoji Redo the handling of Emoji data 2020-10-04 01:14:42 -04:00
icons Move the gesture icons in the right place 2021-01-28 12:27:07 -05:00
inspector Drop unused logo resource 2021-01-28 12:27:07 -05:00
roaring Remove unused static inline function 2020-12-25 16:16:43 +01:00
theme Allow circular menubuttons 2021-01-26 00:20:23 -05:00
timsort Move timsort sources to a subdirectory 2020-09-01 14:25:56 -04:00
ui emojichooser: Allow the section buttons to wrap 2021-01-25 23:32:15 -05:00
compose-parse.py Fix minor typos 2020-05-28 11:00:03 +03:00
fnmatch.c
gdkpixbufutils.c build: Redo the tools build 2021-01-28 12:27:07 -05:00
gdkpixbufutilsprivate.h gtk4-encode-symbolic: Add debug output 2020-12-29 21:30:52 -05:00
gen-gtk-gresources-xml.py Move the gesture icons in the right place 2021-01-28 12:27:07 -05:00
gen-paper-names.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gentypefuncs.py gtk: use GDK_WINDOWING_MACOS in gentypefuncs.py 2020-10-14 15:06:12 -04:00
gsettings-mapping.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gsettings-mapping.h Replace stateful actions by property actions 2019-06-22 17:03:38 -04:00
gskpango.c gskpango: Don't copy fg color 2020-12-21 15:23:25 +01:00
gskpango.h gskpango: Don't copy fg color 2020-12-21 15:23:25 +01:00
gtk-autocleanups.h gtk: remove GtkClipboard leftovers 2020-12-22 16:39:54 +04:00
gtk-compose-lookaside.txt
gtk-text-input.xml Always include platform immodules 2018-02-24 21:34:40 -05:00
gtk-win32.rc.body.in meson: Build .rc files for Windows 2018-12-06 17:07:33 +08:00
gtk.h gtk: Remove GtkFileChooserButton 2020-12-03 02:02:27 +01:00
gtkaboutdialog.c aboutdialog: Fix initial focus 2021-01-17 11:53:53 -05:00
gtkaboutdialog.h gtkaboutdialog: Directly specialize GtkWindow 2020-10-06 18:46:48 +02:00
gtkaccelgroup.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkaccelgroup.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkaccelgroupprivate.h accels: Remove GtkAccelGroup 2020-03-25 23:14:44 -04:00
gtkaccessible.c accessible: Fix memory leak if context is unset 2021-01-17 04:39:26 +01:00
gtkaccessible.h a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
gtkaccessibleattributeset.c a11y: Notify callers when an attributes set changes 2020-08-25 16:36:08 +01:00
gtkaccessibleattributesetprivate.h a11y: Pass on platform changes 2020-10-12 15:10:40 -04:00
gtkaccessibleprivate.h a11y: Add child state change to GtkATContext 2020-10-21 14:04:49 +01:00
gtkaccessiblevalue.c a11y: Do not copy the list of references 2020-11-10 14:31:56 +00:00
gtkaccessiblevalueprivate.h a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
gtkaccessiblevaluestatic.c a11y: Add GValue initializers for accessible attributes 2020-11-10 14:31:56 +00:00
gtkactionable.c Fix some nullable return annotations 2020-11-21 16:33:40 +01:00
gtkactionable.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionbar.c Remove ATK 2020-07-26 20:31:14 +01:00
gtkactionbar.h actionbar: Derive from GtkWidget 2020-05-11 22:21:09 -04:00
gtkactionhelper.c actionhelper: Add a getter 2020-09-01 16:29:20 -04:00
gtkactionhelperprivate.h action helper: Drop G_GNUC_INTERNAL from headers 2020-09-01 16:29:21 -04:00
gtkactionmuxer.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtkactionmuxerprivate.h muxer: add helper to get group by name 2020-12-02 19:44:02 -08:00
gtkactionobservable.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionobservableprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionobserver.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkactionobserverprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkadjustment.c gtk: Improve struct packing in places 2020-07-25 11:57:37 -04:00
gtkadjustment.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkadjustmentprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkallocatedbitmask.c bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkallocatedbitmaskprivate.h bitmask: Add _gtk_allocated_bitmask_to_string 2019-09-09 17:36:23 +02:00
gtkappchooser.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooser.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserbutton.c docs: Annotate GtkAppChooserButton::changed 2020-12-01 17:16:05 +00:00
gtkappchooserbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserdialog.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkappchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkappchooserprivate.h app chooser: Use editable api on search entry 2019-02-19 00:25:59 -05:00
gtkappchooserwidget.c Fix some nullable return annotations 2020-11-21 16:33:40 +01:00
gtkappchooserwidget.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplication-dbus.c inhibit: Pass valid arguments when Inhibiting 2020-08-21 17:40:36 -04:00
gtkapplication-quartz-menu.c macos: use deprecated NSOnState for older systems 2021-01-05 16:37:30 -08:00
gtkapplication-quartz.c macos: plug leak of application windows 2020-12-02 19:44:02 -08:00
gtkapplication-wayland.c wayland: avoid referencing unallocated memory when uninhibiting 2020-12-06 18:37:40 -05:00
gtkapplication-x11.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplication.c Avoid adding // to resource paths 2020-12-11 21:47:54 -05:00
gtkapplication.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationaccels.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationaccelsprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationimpl.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkapplicationprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkapplicationwindow.c GtkApplicationWindow: Fix menubar example 2020-09-04 13:49:28 +02:00
gtkapplicationwindow.h application window: Drop the priv pointer 2019-05-19 19:52:34 +00:00
gtkaspectframe.c Document limits of gtk_aspect_frame_get_ratio() 2021-01-12 12:28:18 +00:00
gtkaspectframe.h aspectframe: Add a child property 2020-05-04 17:01:18 -04:00
gtkassistant.c docs: Annotate GtkAssistant::escape action signal 2020-12-01 17:18:23 +00:00
gtkassistant.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkatcontext.c a11y: Only spew help once 2021-01-05 11:15:33 -05:00
gtkatcontext.h a11y: Add a display to GtkATContext 2020-10-12 16:19:32 +01:00
gtkatcontextprivate.h a11y: Rework ownership and lifetime of GtkATContext 2020-11-11 19:45:43 +00:00
gtkbinlayout.c layout managers: Handle native children 2019-06-11 14:52:30 -04:00
gtkbinlayout.h Changes after review 2019-03-26 00:11:27 +00:00
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h bitmask: add an assertion 2020-05-25 20:56:09 -04:00
gtkbitset.c docs: fix parameter reference in gtk_bitset_contains() 2021-01-05 11:39:43 -06:00
gtkbitset.h docs: Hide GtkBitsetIter fields 2020-12-01 17:18:38 +00:00
gtkbookmarklist.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkbookmarklist.h Add GtkBookmarkList 2020-06-11 16:14:47 -04:00
gtkbookmarksmanager.c bookmarksmanager: Cancel async reads properly 2020-08-27 12:36:36 -04:00
gtkbookmarksmanagerprivate.h bookmarksmanager: Cancel async reads properly 2020-08-27 12:36:36 -04:00
gtkboolfilter.c Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkboolfilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkborder.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkborder.h
gtkbox.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkbox.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkboxlayout.c Unify border-spacing handling 2021-01-28 12:27:07 -05:00
gtkboxlayout.h Add GtkBoxLayout 2019-03-26 00:11:27 +00:00
gtkbuildable.c Drop unused gtk_buildable_set_buildable_property 2020-10-30 17:19:52 -04:00
gtkbuildable.h docs: Remove mentions of <accelerator> 2020-12-02 19:59:44 -05:00
gtkbuildableprivate.h Drop unused gtk_buildable_set_buildable_property 2020-10-30 17:19:52 -04:00
gtkbuilder-menus.c buildable: Make vfunc accessor functions private 2020-09-26 02:16:57 +02:00
gtkbuilder.c builder: Use a GPtrArray when parsing signals 2021-01-17 04:39:26 +01:00
gtkbuilder.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04: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 builderparser: Save finalizers in a GPtrArray 2021-01-17 04:39:26 +01:00
gtkbuilderprecompile.c buildable: Make vfunc accessor functions private 2020-09-26 02:16:57 +02:00
gtkbuilderprivate.h builderparser: Save finalizers in a GPtrArray 2021-01-17 04:39:26 +01:00
gtkbuilderscope.c gtk: Add annotations to improve GIR API 2020-07-31 20:56:36 +02:00
gtkbuilderscope.h Use the appropriate prefix for GtkBuilderClosureFlags 2020-12-01 17:26:34 +00:00
gtkbuilderscopeprivate.h builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuiltinicon.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkbuiltiniconprivate.h indentation: fix various alignment issues 2020-01-30 12:27:15 +01:00
gtkbutton.c button: Stop claiming event sequence on press 2021-01-29 12:00:10 +05:00
gtkbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkbuttonprivate.h button: Remove priv pointer 2018-02-25 16:47:20 +01:00
gtkcalendar.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcalendar.h calendar: Keep a GDateTime around 2020-02-07 13:16:32 -05:00
gtkcellarea.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcellarea.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcellareabox.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkcellareabox.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareaboxcontext.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareaboxcontextprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareacontext.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcellareacontext.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcelleditable.c CellRenderer|Editable: Don't @See_also subclasses 2018-04-17 19:07:39 +01:00
gtkcelleditable.h
gtkcelllayout.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcelllayout.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcellrenderer.c docs: Add missing documentation for GtkCellRenderer 2020-12-16 16:29:00 +00:00
gtkcellrenderer.h docs: Add missing documentation for GtkCellRenderer 2020-12-16 16:29:00 +00:00
gtkcellrendereraccel.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcellrendereraccel.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcellrenderercombo.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcellrenderercombo.h cell renderer combo: Make final 2019-05-26 20:07:53 -04:00
gtkcellrendererpixbuf.c Port GtkCellRendererPixbuf to preferred size vfuncs 2020-11-28 19:21:23 +00:00
gtkcellrendererpixbuf.h cell renderer pixbuf: Make final 2019-05-26 20:44:07 -04:00
gtkcellrendererprogress.c Port GtkCellRendererProgress to preferred size vfuncs 2020-11-28 19:21:24 +00:00
gtkcellrendererprogress.h cell renderer progress: Make final 2019-05-26 20:40:15 -04:00
gtkcellrendererspin.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcellrendererspin.h cell renderer spin: Make final 2019-05-26 20:35:26 -04:00
gtkcellrendererspinner.c Port GtkCellRendererSpinner to preferred size vfuncs 2020-11-28 19:21:23 +00:00
gtkcellrendererspinner.h cell renderer spinner: Make final 2019-05-26 20:30:04 -04:00
gtkcellrenderertext.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkcellrenderertext.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcellrenderertoggle.c cellrenderertoggle: Fix css node handling 2021-01-18 20:52:59 -05:00
gtkcellrenderertoggle.h cell renderer toggle: Make final 2019-05-26 20:17:15 -04:00
gtkcellview.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkcellview.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcenterbox.c docs: Add "Accessibility" section to various widgets 2020-11-12 00:36:32 +00:00
gtkcenterbox.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkcenterlayout.c Unify border-spacing handling 2021-01-28 12:27:07 -05:00
gtkcenterlayout.h Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcheckbutton.c checkbutton: Claim sequence on release instead of press 2021-01-29 12:00:10 +05:00
gtkcheckbutton.h checkbutton: Add activate signal to work with gtk_widget_activate() 2021-01-04 17:25:53 +02:00
gtkcolorbutton.c colorbutton: Correct the css docs 2020-12-23 09:03:07 -05:00
gtkcolorbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcolorchooser.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcolorchooser.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcolorchooserdialog.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcolorchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcolorchooserprivate.h color chooser: Port checkered pattern drawing from cairo 2019-08-11 09:34:50 +02:00
gtkcolorchooserwidget.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkcolorchooserwidget.h colorchooserwidget: Inherit from GtkWidget 2019-08-03 14:44:24 +02:00
gtkcoloreditor.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcoloreditorprivate.h coloreditor: Drop the Private struct 2020-03-29 09:04:19 -04:00
gtkcolorpicker.c color picker: Also try kwin 2018-08-02 20:55:07 -04:00
gtkcolorpickerkwin.c Add a kwin color picker 2018-08-02 20:53:37 -04:00
gtkcolorpickerkwinprivate.h Add a kwin color picker 2018-08-02 20:53:37 -04:00
gtkcolorpickerportal.c colorpickerportal: Simplify version fetching code 2020-03-30 18:31:23 +02:00
gtkcolorpickerportalprivate.h Add a color picker implementation for portals 2018-07-27 14:23:20 -04:00
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 Add a color picker implementation for gnome-shell 2018-07-27 14:23:20 -04:00
gtkcolorplane.c colorplane: Remove (un)realize handlers 2020-10-14 15:06:12 -04:00
gtkcolorplaneprivate.h colorplane: Drop the Private struct and padding 2020-07-24 22:56:24 -04:00
gtkcolorscale.c colorscale: Refactor creating the hue texture 2020-10-14 15:06:12 -04:00
gtkcolorscaleprivate.h colorscale: Drop the Private struct 2020-09-19 14:29:35 -04:00
gtkcolorswatch.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcolorswatchprivate.h colorswatch: Export some functions for a11y 2020-10-21 23:36:22 -04:00
gtkcolorutils.c colorutils: Refactor hsv_to_rgb and fold into only caller 2020-10-14 15:06:12 -04:00
gtkcolorutils.h Fix minor typos 2020-06-18 10:47:16 +03:00
gtkcolumnlistitemfactory.c columnlistitemfactory: Plug a leak 2020-07-16 08:54:36 -04:00
gtkcolumnlistitemfactoryprivate.h columnview: Add listitems for the columns 2020-05-30 19:26:46 -04:00
gtkcolumnview.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkcolumnview.h list widgets: Use selection models in the api 2020-08-31 17:15:05 -04:00
gtkcolumnviewcell.c columnview: Make right-aligned content work 2020-10-19 09:39:07 -04:00
gtkcolumnviewcellprivate.h columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewcolumn.c columnviewcolumn: Improve docs 2020-11-30 23:40:03 -05:00
gtkcolumnviewcolumn.h columnview: Simplify column constructors 2020-09-25 13:57:10 -04:00
gtkcolumnviewcolumnprivate.h columnviewcolumn: Add private api to set the position 2020-06-05 13:28:44 -04:00
gtkcolumnviewlayout.c columview: Fix column resizing 2020-09-24 14:18:38 -04:00
gtkcolumnviewlayoutprivate.h columnview: Add a custom LayoutManager 2020-05-30 19:26:46 -04:00
gtkcolumnviewprivate.h columnview: Split gtk_column_view_allocate_columns 2020-06-05 11:27:40 -04:00
gtkcolumnviewsorter.c Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkcolumnviewsorterprivate.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkcolumnviewtitle.c columnview: Redo indicator arrows 2021-01-19 14:24:19 -05:00
gtkcolumnviewtitleprivate.h columnview: Add header 2020-05-30 19:26:46 -04:00
gtkcombobox.c gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01:00
gtkcombobox.h Remove ATK 2020-07-26 20:31:14 +01:00
gtkcomboboxprivate.h
gtkcomboboxtext.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcomboboxtext.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcomposetable.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkcomposetable.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkconstraint.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkconstraint.h Remove specialised API from GtkConstraint 2019-07-01 01:05:04 +01:00
gtkconstraintexpression.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkconstraintexpressionprivate.h constraints: Add some internal apis 2019-07-01 00:10:11 +01:00
gtkconstraintguide.c docs: Fix several missing references in the documentation 2020-05-11 19:26:20 +02:00
gtkconstraintguide.h Fix warnings from the introspection scanner 2019-07-01 01:13:00 +01:00
gtkconstraintguideprivate.h Flesh out GtkConstraintGuide 2019-07-01 00:10:11 +01:00
gtkconstraintlayout.c constraintlayout: Fix parsing of constant constraints 2020-11-17 23:11:16 -05:00
gtkconstraintlayout.h constraint layout: Provide list models 2019-07-02 10:03:48 -04:00
gtkconstraintlayoutprivate.h Flesh out GtkConstraintGuide 2019-07-01 00:10:11 +01:00
gtkconstraintprivate.h Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
gtkconstraintsolver.c Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
gtkconstraintsolverprivate.h Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
gtkconstrainttypesprivate.h Add constraint solver 2019-06-30 23:42:44 +01:00
gtkconstraintvflparser.c Move the VFL error domain to a public header 2019-07-01 00:48:48 +01:00
gtkconstraintvflparserprivate.h Move the VFL error domain to a public header 2019-07-01 00:48:48 +01:00
gtkcountingbloomfilterprivate.h gtk: fix brace initialization for bloom filter 2021-01-05 16:21:05 -08:00
gtkcssanimatedstyle.c css: Implement transform-origin 2021-01-24 22:49:08 -05:00
gtkcssanimatedstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssanimation.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcssanimationprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssarrayvalue.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssarrayvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssbgsizevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbgsizevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssbordervalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbordervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssboxesimplprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcssboxesprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcsscalcvalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscalcvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcsscolorvalue.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkcsscolorvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsscornervalue.c dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcsscornervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssdimensionvalue.c Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssdimensionvalueprivate.h Make dimension values and calc values just number values 2020-05-10 08:44:20 +02:00
gtkcssdynamic.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcssdynamicprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsseasevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsseasevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssenumvalue.c css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssenumvalueprivate.h css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssfiltervalue.c css: Give none singletons unique names 2020-04-18 15:24:13 -04:00
gtkcssfiltervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontfeaturesvalue.c css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontfeaturesvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontvariationsvalue.c css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssfontvariationsvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssimage.c css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimageconic.c css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimageconicprivate.h css: Add support for conic-gradient() 2020-12-03 04:13:33 +01:00
gtkcssimagecrossfade.c css: Support colors in cross fades 2021-01-26 21:14:09 -05:00
gtkcssimagecrossfadeprivate.h cssimage: Make cross-fade() an array 2019-04-12 19:34:28 +02:00
gtkcssimagefallback.c css: Add a constructor for GtkCssImageFallback 2021-01-26 21:10:11 -05:00
gtkcssimagefallbackprivate.h css: Add a constructor for GtkCssImageFallback 2021-01-26 21:10:11 -05:00
gtkcssimageicontheme.c Allow inserting newlines in css strings 2020-10-02 23:40:16 -04:00
gtkcssimageiconthemeprivate.h css: Compare icon theme serials 2020-04-22 19:22:41 -04:00
gtkcssimageinvalid.c cssimage: Add gtk_css_image_is_invalid() 2018-03-16 06:04:44 +01:00
gtkcssimageinvalidprivate.h cssimage: Add gtk_css_image_is_invalid() 2018-03-16 06:04:44 +01:00
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 cssimage: Add GtkCssImagePaintable 2018-03-16 06:04:44 +01:00
gtkcssimageprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssimageradial.c cssimageradial: Avoid creating color stops with an offset > 1 2020-09-19 08:55:18 +02:00
gtkcssimageradialprivate.h cssimageradial: Use array + length instead of GArray 2020-01-18 08:49:51 +01:00
gtkcssimagerecolor.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c cssimagescaled: Implement is_computed() 2020-01-24 06:08:39 +01:00
gtkcssimagescaledprivate.h Make GtkCssImageScaled handle scales properly 2018-03-15 06:04:08 -04:00
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 Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c Add G_GNUC_NORETURN to functions that never return 2020-05-18 11:30:08 +02:00
gtkcssinitialvalueprivate.h cssstaticstyle: Compute initial/inherit values directly 2019-09-09 17:36:24 +02:00
gtkcsskeyframes.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcsskeyframesprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04: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 'new-sysprof' into 'master' 2020-08-21 23:58:09 +00:00
gtkcssnodedeclaration.c Replace "gint" with "int" 2020-07-25 00:47:36 +02: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 Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcssnumbervalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsspalettevalue.c Stop using the -gtk-icon-theme style property 2020-04-22 12:35:22 -04:00
gtkcsspalettevalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsspositionvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsspositionvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssprovider.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcssprovider.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcssproviderprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcssrepeatvalue.c cssvalue: Add is_computed flag 2020-01-18 08:49:51 +01:00
gtkcssrepeatvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssselector.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtkcssselectorprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssshadowvalue.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkcssshadowvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssshorthandproperty.c shorthandproperty: Use alloca() when parsing properties 2020-05-05 08:20:09 +02:00
gtkcssshorthandpropertyimpl.c css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssshorthandpropertyprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssstaticstyle.c css: Implement transform-origin 2021-01-24 22:49:08 -05:00
gtkcssstaticstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssstringvalue.c Allow inserting newlines in css strings 2020-10-02 23:40:16 -04:00
gtkcssstringvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcssstyle.c css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssstylechange.c css: Fix an oversight in style change computation 2020-02-02 16:41:14 +01:00
gtkcssstylechangeprivate.h widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkcssstyleprivate.h css: Implement transform-origin 2021-01-24 22:49:08 -05:00
gtkcssstyleproperty.c Drop fallback-c89.c 2020-05-31 17:09:23 +02:00
gtkcssstylepropertyimpl.c css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssstylepropertyprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsstransformvalue.c csstransformvalue: Make no-transform case explicit 2020-06-19 05:26:24 +02:00
gtkcsstransformvalueprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkcsstransientnode.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcsstransientnodeprivate.h
gtkcsstransition.c gtk: Improve struct packing in places 2020-07-25 11:57:37 -04:00
gtkcsstransitionprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkcsstypes.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcsstypesprivate.h css: Fix text-decoration-line support 2021-01-26 17:53:14 -05:00
gtkcssunsetvalue.c unsetvalue: Add G_GNUC_NORETURN annotation 2020-05-19 08:32:33 +02:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkcssvalueprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkcsswidgetnode.c csswidgetnode: Don't check for container 2020-05-08 10:57:41 -03:00
gtkcsswidgetnodeprivate.h
gtkcustomfilter.c Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkcustomfilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkcustomlayout.c customlayout: Cosmetics 2020-05-11 22:21:39 -04:00
gtkcustomlayout.h Changes after review 2019-03-26 00:11:27 +00:00
gtkcustompaperunixdialog.c Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkcustompaperunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkcustomsorter.c customsorter: Add missing nullable annotation 2020-12-05 00:04:36 +01:00
gtkcustomsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkdbusinterfaces.xml
gtkdebug.h Clean up debug flags code a bit 2020-09-13 22:10:25 -04:00
gtkdialog.c Use WidgetClass.activate_signal getter function 2020-12-05 01:04:18 +00:00
gtkdialog.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkdialogprivate.h
gtkdirectorylist.c directorylist: Drop the item-type property 2020-10-03 13:11:20 -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 gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtkdragicon.h dragicon: Make a function propertly exported 2020-11-05 07:23:38 -05:00
gtkdragsource.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkdragsource.h Remove unused includes 2020-02-09 23:59:22 -05:00
gtkdragsourceprivate.h dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkdrawingarea.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -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 dropdown: Improve search bar styling 2020-12-14 05:08:59 +09:00
gtkdropdown.h dropdown: Revise constructors 2020-07-26 18:09:54 -04:00
gtkdropprivate.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptarget.c droptarget: Some docs cleanups 2021-01-08 22:24:42 -05:00
gtkdroptarget.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptargetasync.c docs: Clean up many dangling links 2020-08-04 22:11:34 -04:00
gtkdroptargetasync.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkeditable.c docs: Note the caveat on GtkEditable signals with delegates 2020-12-17 15:13:43 +00:00
gtkeditable.h Add gtk_editable_get_delegate 2020-10-19 12:36:54 -04:00
gtkeditablelabel.c editablelabel: Properly clean up in dispose 2020-10-23 12:27:55 -04:00
gtkeditablelabel.h Add a GtkEditableLabel widget 2020-06-15 12:08:54 -04:00
gtkemojichooser.c emojichooser: Make keynav work with != 7 columns 2021-01-25 23:32:08 -05:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c emojicompletion: Avoid a memory overrun 2020-10-15 16:32:55 -04:00
gtkemojicompletion.h Make emoji completion work for GtkText 2019-02-18 14:24:21 -05:00
gtkentry.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkentry.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkentrybuffer.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkentrybuffer.h Move g_autoptr macro for GtkEntryBuffer 2020-09-08 23:50:12 +01:00
gtkentrycompletion.c gtk/entrycompletion: Ensure to show first row when shown, not allocated 2020-12-12 01:42:42 +01:00
gtkentrycompletion.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkentryprivate.h Add GtkEntry icon signals emitter 2020-10-16 00:34:01 +01:00
gtkenums.h docs: Update GtkSensitivityType docs 2020-11-18 18:18:31 -05:00
gtkeventcontroller.c Remove boxed type for GtkCrossingData 2020-12-15 15:55:15 +00:00
gtkeventcontroller.h Remove boxed type for GtkCrossingData 2020-12-15 15:55:15 +00:00
gtkeventcontrollerfocus.c docs: Clean up many dangling links 2020-08-04 22:11:34 -04:00
gtkeventcontrollerfocus.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.c eventcontrollerkey: Update im focus when active window changes 2020-07-30 13:23:45 -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 gtkeventcontrollerlegacy: Make public 2018-10-15 17:39:04 +02:00
gtkeventcontrollermotion.c eventcontrollermotion: Notify by pspec 2020-11-30 09:22:49 -05:00
gtkeventcontrollermotion.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerprivate.h Define GTK_CROSSING_ACTIVE 2020-07-30 13:21:28 -04:00
gtkeventcontrollerscroll.c gtk/eventscrollerscroll: Handle smooth events in discrete controllers 2020-12-12 01:42:42 +01:00
gtkeventcontrollerscroll.h eventcontrollerscroll: Port to new API model 2018-04-26 17:59:42 +02:00
gtkexpander.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkexpander.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkexpression.c types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtkexpression.h docs: Annotate missing symbols 2020-12-01 17:28:16 +00:00
gtkfilechooser.c gtk_file_chooser_set_current_name: fix type of name argument 2021-01-18 22:14:03 +01:00
gtkfilechooser.h filechooser: Make get_files return a list model 2020-07-09 01:29:20 -04:00
gtkfilechooserdialog.c gtk/window: Make 'default-size' adapt to configured size 2020-12-07 20:37:29 +01:00
gtkfilechooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserentry.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserentry.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosererrorstack.c Fix gtk_file_chooser_error_stack_set_custom_error 2020-07-12 12:15:08 -04:00
gtkfilechoosererrorstackprivate.h file chooser error stack: Don't derive from stack 2019-05-28 22:35:36 +00:00
gtkfilechoosernative.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkfilechoosernative.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechoosernativeportal.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkfilechoosernativeprivate.h portal file chooser: Handle errors 2020-03-21 13:16:43 -04:00
gtkfilechoosernativequartz.c macos: fix various compiler warnings 2020-11-18 20:16:37 -08:00
gtkfilechoosernativewin32.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkfilechooserprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserutils.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserutils.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilechooserwidget.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkfilechooserwidget.h file chooser widget: Make final 2019-05-28 02:41:15 +00:00
gtkfilechooserwidgetprivate.h filechooserdialog: Stop using the embed interface 2020-07-12 10:59:49 -04:00
gtkfilefilter.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkfilefilter.h filefilter: Header file cosmetics 2020-07-05 19:36:45 -04:00
gtkfilefilterprivate.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkfilesystemmodel.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilesystemmodel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfilter.c docs: Clean up many dangling links 2020-08-04 22:11:34 -04:00
gtkfilter.h gtk/enums: fix doc comment references 2020-11-07 17:46:26 +00:00
gtkfilterlistmodel.c docs: Unify docs around incremental operations 2020-08-03 18:43:25 -04:00
gtkfilterlistmodel.h filterlistmodel: Add gtk_filter_list_model_get_pending() 2020-07-06 03:42:43 +02:00
gtkfixed.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02: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 flattenlistmodel: Make the constructor transfer full 2020-07-26 18:02:44 -04:00
gtkflattenlistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkflowbox.c Use function setter for WidgetClass.activate_signal 2020-12-05 01:04:18 +00:00
gtkflowbox.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkflowboxprivate.h flowbox: Add a private api to disable move-cursor 2020-04-14 15:07:47 -04:00
gtkfontbutton.c fontbutton: Correct the css docs 2020-12-23 08:59:58 -05:00
gtkfontbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooser.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkfontchooser.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooserdialog.c fontchooser: Make sure the tweak button is updated 2020-09-20 10:59:37 -04:00
gtkfontchooserdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooserprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooserutils.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkfontchooserutils.h
gtkfontchooserwidget.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkfontchooserwidget.h font chooser widget: Make final 2019-05-28 00:56:41 +00:00
gtkfontchooserwidgetprivate.h gtkfontchooser: Use GtkEventControllerKey 2018-06-21 12:50:57 +02:00
gtkframe.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkframe.h Replace "gfloat" with "float" 2020-07-25 00:47:36 +02:00
gtkgesture.c Avoid a heap-use-after-free 2021-01-22 11:39:04 -05:00
gtkgesture.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureclick.c gestureclick: Only emit release for the same sequence 2020-11-12 15:26:36 +05:00
gtkgestureclick.h gestureclick: Drop the area 2020-05-06 14:19:50 -04:00
gtkgestureclickprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturedrag.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkgesturedrag.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturedragprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturelongpress.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkgesturelongpress.h gesturelongpress: Add getter/setter for delay-factor 2019-08-07 14:11:00 +02:00
gtkgesturelongpressprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturepan.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturepan.h pangesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgesturepanprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureprivate.h gesture: Keep the target widget for events 2020-02-21 00:51:02 -05:00
gtkgesturerotate.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturerotate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturerotateprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturesingle.c gdk: Conflate GDK devices 2020-07-29 01:27:51 +02:00
gtkgesturesingle.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkgesturesingleprivate.h
gtkgesturestylus.c gesturestylus: Only add histroy element if translation succeeded 2021-01-03 11:01:28 +01:00
gtkgesturestylus.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturestylusprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureswipe.c gestureswipe: Count last event when calculating velocity 2020-10-21 20:59:15 +05:00
gtkgestureswipe.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgestureswipeprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturezoom.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturezoom.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgesturezoomprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkgizmo.c gizmo: Add a way to set accessible role 2020-10-14 21:04:25 -04:00
gtkgizmoprivate.h gizmo: Add a way to set accessible role 2020-10-14 21:04:25 -04:00
gtkglarea.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkglarea.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkgrid.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkgrid.h grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
gtkgridlayout.c Unify border-spacing handling 2021-01-28 12:27:07 -05:00
gtkgridlayout.h grid layout: Rename some properties 2020-08-02 17:58:03 -04:00
gtkgridview.c docs: Document more accessible roles 2020-10-20 22:53:30 -04:00
gtkgridview.h list widgets: Simplify the constructors 2020-09-01 12:24:06 -04:00
gtkheaderbar.c headerbar: Prepend start window controls instead of appending 2021-01-06 22:04:55 +05:00
gtkheaderbar.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkheaderbarprivate.h headerbar: Update window buttons automatically 2020-04-23 19:26:10 +05:00
gtkhsla.c Drop an unused private function 2020-10-30 22:51:54 -04:00
gtkhslaprivate.h Drop an unused private function 2020-10-30 22:51:54 -04:00
gtkiconcache.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkiconcacheprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkiconcachevalidator.c build: Redo the tools build 2021-01-28 12:27:07 -05:00
gtkiconcachevalidatorprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkiconhelper.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkiconhelperprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkicontheme.c icontheme: Make a parameter const 2021-01-03 11:01:29 +01:00
gtkicontheme.h icontheme: Add a missing getter 2020-10-03 13:11:20 -04:00
gtkiconthemeprivate.h icontheme: Keep a serial 2020-04-22 15:18:16 -04:00
gtkiconview.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkiconview.h Remove pointless inout arguments 2020-11-17 16:38:12 +00:00
gtkiconviewprivate.h dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkimage.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkimage.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkimagedefinition.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimagedefinitionprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimageprivate.h
gtkimcontext.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkimcontext.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimcontextbroadway.c imcontext: Fix priorities of modules 2019-01-22 04:33:11 +01:00
gtkimcontextbroadway.h Always include platform immodules 2018-02-24 21:34:40 -05:00
gtkimcontextime.c Win32 IME fixes 2020-11-04 17:17:52 +08:00
gtkimcontextime.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimcontextquartz.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkimcontextquartz.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkimcontextsimple.c Port tracing to the sysprof collector api 2020-08-21 10:55:01 -04:00
gtkimcontextsimple.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimcontextsimpleprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkimcontextsimpleseqs.h Fix minor typos 2020-05-28 11:00:03 +03:00
gtkimcontextwayland.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkimcontextwayland.h Always include platform immodules 2018-02-24 21:34:40 -05:00
gtkimmodule.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkimmodule.h Convert immodules to use an extension point 2018-02-24 21:34:40 -05:00
gtkimmoduleprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimmulticontext.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkimmulticontext.h Remove unused includes 2019-09-16 07:23:17 -04:00
gtkinfobar.c Use WidgetClass.activate_signal getter function 2020-12-05 01:04:18 +00:00
gtkinfobar.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkintl.h
gtkistringprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkkineticscrolling.c scrolledwindow: Accumulate velocity with kinetic scrolling 2020-11-09 15:28:32 +00:00
gtkkineticscrollingprivate.h scrolledwindow: Accumulate velocity with kinetic scrolling 2020-11-09 15:28:32 +00:00
gtklabel.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtklabel.h Replace "gfloat" with "float" 2020-07-25 00:47:36 +02:00
gtklabelprivate.h label: Remove unused private functions 2021-01-03 11:01:29 +01:00
gtklayoutchild.c Add GtkLayoutChild 2019-03-26 00:11:27 +00:00
gtklayoutchild.h Add GtkLayoutChild 2019-03-26 00:11:27 +00:00
gtklayoutmanager.c gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtklayoutmanager.h Properly annotate GtkLayoutManagerClass.create_layout_child() 2020-09-12 14:33:24 +01:00
gtklayoutmanagerprivate.h Propagate rooting and unrooting widgets to layout managers 2019-06-30 23:42:44 +01:00
gtklevelbar.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtklevelbar.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtklinkbutton.c linkbutton: Use the LINK role 2020-10-21 22:19:54 -04:00
gtklinkbutton.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtklistbase.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtklistbase.h list widgets: Use selection models in the api 2020-08-31 17:15:05 -04:00
gtklistbaseprivate.h listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistbox.c Use function setter for WidgetClass.activate_signal 2020-12-05 01:04:18 +00:00
gtklistbox.h listbox: Add _append 2020-08-01 15:26:28 +02:00
gtklistitem.c Cosmetic docs change 2020-07-16 22:08:15 -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 listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistitemmanagerprivate.h listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistitemprivate.h listitem: Move position/item/selected tracking to widget 2020-05-30 19:26:46 -04:00
gtklistitemwidget.c Use function setter for WidgetClass.activate_signal 2020-12-05 01:04:18 +00:00
gtklistitemwidgetprivate.h listview: Set accessible roles 2020-10-14 23:34:51 -04:00
gtklistlistmodel.c listlistmodel: Drop item_type 2020-07-26 18:02:51 -04:00
gtklistlistmodelprivate.h listlistmodel: Drop item_type 2020-07-26 18:02:51 -04:00
gtkliststore.c Add rename-to annotation for GtkListStore.insert_valuesv() 2021-01-20 14:10:17 +00:00
gtkliststore.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtklistview.c listview: Use the correct scroll policy 2020-12-24 06:38:45 +01:00
gtklistview.h columnview: Set accessible roles 2020-10-15 00:16:25 -04:00
gtklistviewprivate.h columnview: Set accessible roles 2020-10-15 00:16:25 -04:00
gtklockbutton.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtklockbutton.h lock button: Don't allow subclassing 2019-05-19 17:12:24 -04:00
gtklockbuttonprivate.h
gtkmagnifier.c magnifier: Set a css name 2020-11-03 11:00:32 -05:00
gtkmagnifierprivate.h magnifier: Drop the Private struct 2020-09-19 14:36:44 -04:00
gtkmain.c main: Add & use gdk_event_dup_axes() 2020-12-21 10:26:02 +01:00
gtkmain.h Move version-related functions to gtkversion.c 2020-09-13 22:23:06 -04:00
gtkmaplistmodel.c maplistmodel: Make constructor transfer full 2020-07-26 18:02:51 -04:00
gtkmaplistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtkmarshalers.list Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkmediacontrols.c mediacontrols: Make volume control react to has-audio 2020-05-20 16:07:50 -04:00
gtkmediacontrols.h video: Add header include guard 2018-10-06 00:29:31 +02:00
gtkmediafile.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkmediafile.h mediafile: Turn into an extension point 2018-03-18 21:01:23 +01:00
gtkmediafileprivate.h mediafile: Privately export function to the extension 2020-04-28 00:37:54 -04:00
gtkmediastream.c video: Tweak the docs 2021-01-02 12:21:03 -05:00
gtkmediastream.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmenubutton.c Allow circular menubuttons 2021-01-26 00:20:23 -05:00
gtkmenubutton.h menubutton: Fix a gtk-doc complaint 2020-11-17 07:34:52 -05:00
gtkmenubuttonprivate.h menubutton: Remove obsolete private method 2020-09-29 20:58:25 +02:00
gtkmenusectionbox.c Fix menu item alignment with submenus 2020-12-29 12:10:35 -05:00
gtkmenusectionboxprivate.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkmenutracker.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmenutrackeritem.c popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkmenutrackeritemprivate.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkmenutrackerprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmessagedialog.c messagedialog: Modernize source file 2021-01-03 11:01:29 +01:00
gtkmessagedialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmodelbutton.c modelbutton: Center titles 2020-12-23 00:51:51 -05:00
gtkmodelbuttonprivate.h Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkmodules.c modules: Simplify _gtk_get_module_path 2021-01-25 22:47:16 +01:00
gtkmodulesprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation-stub.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation-x11.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmountoperation.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkmountoperation.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkmountoperationprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkmultifilter.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtkmultifilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkmultiselection.c docs: Tweak documentation for list widgets 2020-08-03 18:43:25 -04:00
gtkmultiselection.h multiselection: Make constructor transfer full 2020-07-26 18:04:40 -04:00
gtkmultisorter.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtkmultisorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtknative.c native: Listen for scale changes 2021-01-16 15:22:46 -05:00
gtknative.h gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtknativedialog.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtknativedialog.h docs: Document GtkNativeDialogClass 2020-12-16 16:29:01 +00:00
gtknativedialogprivate.h
gtknativeprivate.h gtk/native: Remove gtk_native_check_resize() 2020-12-07 20:37:29 +01:00
gtknomediafile.c mediafile: Improve error message 2018-03-19 00:28:20 +01:00
gtknomediafileprivate.h mediafile: Turn into an extension point 2018-03-18 21:01:23 +01:00
gtknoselection.c docs: Tweak documentation for list widgets 2020-08-03 18:43:25 -04:00
gtknoselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtknotebook.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtknotebook.h doc: Document missing GtkNotebook types 2020-12-16 16:29:01 +00:00
gtknumericsorter.c Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtknumericsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkorientable.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkorientable.h
gtkoverlay.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkoverlay.h Add gtk_overlay_remove_overlay 2020-05-04 22:53:08 -04:00
gtkoverlaylayout.c overlaylayout: Set the child type in the class 2021-01-15 22:35:11 -05:00
gtkoverlaylayout.h Make GtkOverlayLayout public 2020-05-25 14:22:10 -04:00
gtkpadcontroller.c wayland: Make gdk_wayland_device_pad_set_feedback private 2020-10-15 12:00:00 -04:00
gtkpadcontroller.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkpagesetup.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkpagesetup.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpagesetupunixdialog.c printdialog: Plug listmodel memory leaks 2020-11-10 09:07:54 -05:00
gtkpagesetupunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkpaned.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkpaned.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkpango.c Remove ATK 2020-07-26 20:31:14 +01:00
gtkpango.h Remove ATK 2020-07-26 20:31:14 +01:00
gtkpapersize.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkpapersize.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpasswordentry.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkpasswordentry.h passwordentry: Drop the Private struct 2020-09-19 13:23:40 -04:00
gtkpasswordentrybuffer.c Notify properties on deletion in PasswordEntryBuffer 2020-12-17 15:01:35 +00:00
gtkpasswordentrybufferprivate.h Add a secure GtkEntryBuffer 2020-09-08 23:50:12 +01:00
gtkpasswordentryprivate.h Allow toggling the password entry visibility programmatically 2020-10-16 00:34:01 +01:00
gtkpathbar.c gtk: Remove unused header include 2020-10-20 04:50:12 +02:00
gtkpathbar.h pathbar: Stop using GtkFileSystem 2020-07-12 09:12:43 -04:00
gtkpicture.c docs: Add details 2021-01-16 14:45:20 -05:00
gtkpicture.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkplacessidebar.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkplacessidebarprivate.h Remove GtkPlacesOpenFlags from public headers 2020-11-09 08:45:36 -05:00
gtkplacesview.c Remove GtkPlacesOpenFlags from public headers 2020-11-09 08:45:36 -05:00
gtkplacesviewprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkplacesviewrow.c gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01:00
gtkplacesviewrowprivate.h
gtkpointerfocus.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpointerfocusprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkpopcountprivate.h Share the popcount() fallback for MSVC 2020-12-09 16:06:52 +00:00
gtkpopover.c popover: Try to not exceed monitor bounds 2021-01-25 23:33:04 -05:00
gtkpopover.h gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01:00
gtkpopovermenu.c popovermenu: Connect to right controller signal 2020-11-30 09:22:57 -05:00
gtkpopovermenu.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkpopovermenubar.c Merge branch 'wip/surface-state-rework' into 'master' 2020-12-08 15:38:36 +00:00
gtkpopovermenubar.h popovermenu: Allow custom items 2020-10-26 22:41:33 -04:00
gtkpopovermenubarprivate.h window: Move F10 handling to popover menubars 2019-12-29 18:44:26 -05:00
gtkpopovermenuprivate.h popover: Fix submenu navigation 2020-11-16 21:34:33 -05:00
gtkpopoverprivate.h popover: Implement auto mnemonics 2020-03-25 23:14:45 -04:00
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c Clean up uses of gtk_toggle_button_get/set_active 2020-08-30 21:23:25 -04:00
gtkprintbackendprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintcontext.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkprintcontext.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprinter.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkprinter.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprinteroption.c Build print backends with common_cflags 2020-05-19 08:32:33 +02:00
gtkprinteroption.h Build print backends with common_cflags 2020-05-19 08:32:33 +02:00
gtkprinteroptionset.c marshallers: add missing g_cclosure_marshal_VOID__VOID fixes 2019-05-29 13:48:33 -07:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c Clean up uses of gtk_toggle_button_get/set_active 2020-08-30 21:23:25 -04:00
gtkprinteroptionwidget.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprinterprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintjob.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkprintjob.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-portal.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-portal.h
gtkprintoperation-private.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintoperation-unix.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkprintoperation-win32.c types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtkprintoperation.c printoperation: Remove double assignment 2020-11-02 14:55:13 -05:00
gtkprintoperation.h docs: Complete a sentence 2021-01-01 09:40:40 -05:00
gtkprintoperationpreview.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkprintoperationpreview.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkprintsettings.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkprintsettings.h Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkprintunixdialog.c Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkprintunixdialog.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkprintutils.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprintutils.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprivate.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkprivate.h Remove GtkPlacesOpenFlags from public headers 2020-11-09 08:45:36 -05:00
gtkprivatetypebuiltins.c.template types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtkprivatetypebuiltins.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gtkprogressbar.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkprogressbar.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprogresstracker.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkprogresstrackerprivate.h gtk: Improve struct packing in places 2020-07-25 11:57:37 -04:00
gtkpropertylookuplistmodel.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkpropertylookuplistmodelprivate.h propertylookuplistmodel: Add 2018-09-16 18:50:17 +02:00
gtkquartz.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkquartz.h macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtkquery.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkquery.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkrange.c gtk/range: Move button release handling to GtkGestureDrag 2020-12-12 01:42:42 +01:00
gtkrange.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkrangeprivate.h gtk: Remove unused header include 2020-10-20 04:50:12 +02:00
gtkrbtree.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtkrbtreeprivate.h rbtree: Make node getters not require tree argument 2019-01-14 02:14:11 +01:00
gtkrecentmanager.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkrecentmanager.h recentmanager: Keep up with GLib deprecations 2020-07-31 12:18:47 -04:00
gtkrender.c render: Inline function into only caller 2021-01-03 11:01:29 +01:00
gtkrender.h Drop gtk_render_slider from headers 2020-09-13 21:51:42 -04:00
gtkrenderbackground.c renderbackground: Only query number of layers once 2020-06-27 10:51:06 +02:00
gtkrenderbackgroundprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrenderborder.c renderborder: Avoid 0 width outline color nodes 2020-12-21 10:26:03 +01:00
gtkrenderborderprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrendericon.c gtk_css_style_snapshot_icon_paintable: Fix uninitialized memory access 2020-02-06 17:47:56 +01:00
gtkrendericonprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkrendernodepaintable.c rendernodepaintable: ceil() bounds for intrinsic size 2020-01-07 17:27:19 +01:00
gtkrendernodepaintableprivate.h inspector: Make the render node tree use a ListBox 2018-09-16 18:50:17 +02:00
gtkrevealer.c a11y: Document GtkRevealer's accessible state 2020-11-12 21:46:06 +00:00
gtkrevealer.h revealer: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtkroot.c gtk: Allocate everything from GtkNativeClass::layout 2020-12-07 09:46:39 +01:00
gtkroot.h Move the Root interface to a private header 2019-06-30 23:42:44 +01:00
gtkrootprivate.h Move the idle sizer to the gtkroot.c 2020-04-25 21:03:57 -04:00
gtkroundedbox.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkroundedboxprivate.h roundedbox: Remove unused API 2020-12-24 06:38:45 +01:00
gtkscale.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkscale.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtkscalebutton.c gtk/popover: Use gtk_popover_present() instead of going via GtkNative 2020-12-07 20:37:29 +01:00
gtkscalebutton.h properly set ScaleButton's parent_class 2020-11-23 02:47:12 +01:00
gtkscaler.c scaler: Avoid some signal connections 2019-08-15 17:13:29 +02:00
gtkscalerprivate.h image: Load resources and files into textures 2018-03-16 06:04:44 +01:00
gtkscrollable.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkscrollable.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkscrollbar.c scrollbar: Don't talk about steppers 2020-11-18 17:27:13 -05:00
gtkscrollbar.h scrollbar: Make final 2019-05-26 22:37:42 -04:00
gtkscrolledwindow.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtkscrolledwindow.h gtkscrolledwindow: Drop gtk_scrolled_window_set_capture_button_press() 2020-09-25 18:57:40 +02:00
gtksearchbar.c searchbar: Capture events in the bubble phase 2021-01-25 22:16:29 -05:00
gtksearchbar.h searchbar: Derive from GtkWidget 2020-05-04 22:53:08 -04:00
gtksearchengine.c macos: port gtk to GDK_WINDOWING_MACOS 2020-10-14 15:06:12 -04:00
gtksearchengine.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginemodel.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginemodel.h
gtksearchenginequartz.c macos: bring forward quartz search engine updates 2020-11-17 09:37:13 -08:00
gtksearchenginequartz.h
gtksearchenginetracker3.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksearchenginetracker3.h gtksearchengine: Add tracker3 search engine 2020-05-19 22:05:07 +02:00
gtksearchentry.c searchentry: Capture events in the bubble phase 2021-01-26 22:17:57 -05:00
gtksearchentry.h search entry: Make final 2019-05-26 23:21:07 -04:00
gtksearchentryprivate.h search entry: Add private api to get the text widget 2019-02-20 10:29:26 -05:00
gtksecurememory.c win32: Fix compiler warnings 2020-09-19 08:29:29 -04:00
gtksecurememoryprivate.h gtk/gtksecurememoryprivate.h: Include glib.h 2021-01-08 22:24:42 -05:00
gtkselectionfiltermodel.c selectionfiltermodel: Make constructor allow-none 2020-07-26 18:04:40 -04:00
gtkselectionfiltermodel.h selectionfiltermodel: Drop a leftover symbol 2020-08-04 22:11:34 -04:00
gtkselectionmodel.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtkselectionmodel.h selectionmodel: Remove select_callback() functions 2020-06-26 07:13:32 +02:00
gtkseparator.c separator: Remove unnecessary code 2020-10-21 19:47:48 -04:00
gtkseparator.h separator: Make final 2019-05-26 22:37:56 -04:00
gtksettings.c settings: Overallocate property_values 2021-01-03 11:01:29 +01:00
gtksettings.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtksettingsprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcut.c Shortcut: add missing nullability annotations 2020-12-02 10:29:16 -05:00
gtkshortcut.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcutaction.c Add type annotations for GtkShortcutAction types 2020-11-17 14:17:26 +00:00
gtkshortcutaction.h Add nullable annotations to GtkShortcutFunc 2021-01-17 08:11:42 +01:00
gtkshortcutactionprivate.h shortcutaction: Integrate with GtkBuilder property parsing 2020-03-25 23:14:28 -04:00
gtkshortcutcontroller.c shortcutcontroller: Separate trigger/action early returns 2020-11-30 09:22:34 -05: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 Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcutlabel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkshortcutmanager.c shortcutmanager: Use g_list_store_find() 2021-01-03 11:01:29 +01: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 Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtkshortcutsgroup.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutssection.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtkshortcutssection.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutsshortcut.c a11y: Use GROUP role for ShortcutsShortcut 2020-11-12 21:46:06 +00:00
gtkshortcutsshortcut.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutsshortcutprivate.h shortcuts: Don't include gtk.h 2018-02-08 06:16:01 +01:00
gtkshortcutswindow.c docs: Fix the links for keybinding signals 2020-11-17 07:34:52 -05:00
gtkshortcutswindow.h shortcutswindow: Drop the Private struct 2020-09-19 16:22:04 -04:00
gtkshortcutswindowprivate.h
gtkshortcuttrigger.c nevertrigger: Remove unused instance members 2021-01-03 11:01:29 +01:00
gtkshortcuttrigger.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkshow.c Plug a memory leak in an error case 2020-09-16 19:13:18 -04:00
gtkshow.h Redo gtk_show_uri_on_window 2020-04-11 21:56:32 -04:00
gtksidebarrow.c Remove GtkPlacesOpenFlags from public headers 2020-11-09 08:45:36 -05:00
gtksidebarrowprivate.h *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtksignallistitemfactory.c docs: Tweak documentation for list widgets 2020-08-03 18:43:25 -04:00
gtksignallistitemfactory.h Add GtkSignalListItemFactory 2020-05-30 19:26:46 -04:00
gtksingleselection.c docs: Tweak documentation for list widgets 2020-08-03 18:43:25 -04:00
gtksingleselection.h selectionmodels: Add set_model() support 2020-07-05 02:59:21 +02:00
gtksizegroup-private.h
gtksizegroup.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtksizegroup.h sizegroup: Drop the priv pointer 2019-05-19 19:22:53 +00:00
gtksizerequest.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtksizerequest.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtksizerequestcache.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtksizerequestcacheprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtkslicelistmodel.c slicelistmodel: Make constructor transfer full 2020-07-26 18:04:40 -04:00
gtkslicelistmodel.h listmodels: Stop respecting item-type 2020-07-05 02:59:21 +02:00
gtksnapshot.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtksnapshot.h snapshot: Add gsk_snapshot_append_conic_gradient() 2020-12-03 01:15:53 +01:00
gtksnapshotprivate.h snapshot: Move structs into .c file 2020-07-16 18:09:57 +02:00
gtksorter.c sorter: Introduce GtkSortKeys 2020-07-22 14:30:49 +02:00
gtksorter.h sorter: Introduce GtkSortKeys 2020-07-22 14:30:49 +02:00
gtksorterprivate.h sorter: Introduce GtkSortKeys 2020-07-22 14:30:49 +02:00
gtksortkeys.c sortkeys: Add an equal sort keys 2020-07-22 14:30:49 +02:00
gtksortkeysprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtksortlistmodel.c Move timsort sources to a subdirectory 2020-09-01 14:25:56 -04:00
gtksortlistmodel.h sortlistmodel: Add progress estimation 2020-07-22 14:30:49 +02:00
gtkspinbutton.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkspinbutton.h spinbutton: Add some missing accessors 2020-10-03 13:11:20 -04:00
gtkspinbuttonprivate.h spinbutton: Implement GtkAccessible 2020-10-12 21:45:48 -04:00
gtkspinner.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkspinner.h Rename GtkSpinner::active to ::spinning 2020-02-24 22:37:02 -05:00
gtkstack.c a11y: Use the stack page title as its accessible label 2020-11-12 21:46:06 +00:00
gtkstack.h stack: Add gtk_stack_add_child 2020-09-15 18:39:09 -04:00
gtkstacksidebar.c stacksidebar: Add missing .navigation-sidebar to the inner list 2020-11-23 10:51:58 +01:00
gtkstacksidebar.h stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstackswitcher.c a11y: Parse reference lists using varargs 2020-11-10 14:31:56 +00:00
gtkstackswitcher.h stackswitcher: Inherit from GtkWidget 2019-10-12 18:12:58 +02:00
gtkstatusbar.c docs: Add missing documentation to GtkStatusbar 2020-12-16 16:29:01 +00:00
gtkstatusbar.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkstatusbarprivate.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
gtkstringfilter.c StringFilter: get_search fix nullable annotation 2020-12-02 10:28:07 -05:00
gtkstringfilter.h Make filter constructors return exact types 2020-09-05 21:43:42 -04:00
gtkstringlist.c gdkarray: Add a "stolen" boolean to splice() 2020-12-24 06:38:45 +01:00
gtkstringlist.h stringlist: Export gtk_string_object_new() 2020-07-05 02:59:21 +02:00
gtkstringsorter.c Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkstringsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtkstyleanimation.c css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkstyleanimationprivate.h css: Make GtkStyleAnimation and subclasses non-objects 2020-05-10 08:44:20 +02:00
gtkstylecascade.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstylecascadeprivate.h
gtkstylecontext.c settings: Change gtk-cursor-aspect-ratio from float to double 2020-12-16 22:35:36 +01:00
gtkstylecontext.h stylecontext: Remove render_insertion_cursor() 2020-10-14 15:06:12 -04:00
gtkstylecontextprivate.h stylecontext: Remove some unnused includes 2020-10-14 15:06:12 -04:00
gtkstyleproperty.c Add some missing nullable return annotations 2020-10-17 15:32:36 +02:00
gtkstylepropertyprivate.h css: Move _gtk_css_print_string around 2020-10-02 23:40:16 -04:00
gtkstyleprovider.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstyleprovider.h Fix reference to user styles in gtkstyleprovider.h 2018-06-07 08:54:23 +00:00
gtkstyleproviderprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkswitch.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkswitch.h switch: Stop using a private struct 2019-09-11 08:12:31 +02:00
gtktestatcontext.c docs: Add missing stanzas for gtk_test_accessible API 2020-12-16 16:29:01 +00:00
gtktestatcontext.h a11y: Avoid __ prefixes for variable names 2021-01-08 22:24:42 -05:00
gtktestatcontextprivate.h a11y: Consolidate accessibility environment variables 2020-11-09 16:21:49 +00:00
gtktestutils.c build: Include GSK types in gtk_test_register_all_type() 2020-11-17 03:13:31 +01:00
gtktestutils.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktext.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtktext.h text: Add some missing setters and getters 2020-10-03 13:11:20 -04:00
gtktextattributes.c Hide GtkTextAttributes functions 2020-12-15 16:20:21 +00:00
gtktextattributes.h Hide GtkTextAttributes functions 2020-12-15 16:20:21 +00:00
gtktextbtree.c Correct typos in gtktextbtree.c 2020-08-08 09:29:08 +00:00
gtktextbtree.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextbuffer.c textbuffer: Remove unused properties 2020-11-17 19:04:39 +01:00
gtktextbuffer.h docs: Add missing fields to GtkTextBufferClass 2020-12-02 19:05:41 +00:00
gtktextbufferprivate.h Remove ATK 2020-07-26 20:31:14 +01:00
gtktextchild.c Avoid diagnostics for gcc-11 false positive out of bounds accesses 2021-01-11 17:19:36 +01: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 Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtktexthandleprivate.h gtk/texthandle: Use gtk_text_handle_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktexthistory.c text history: Update state when enabled changes 2020-09-06 17:02:00 -04:00
gtktexthistoryprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtktextiter.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtktextiter.h docs: Add missing documentation for GtkTextCharPredicate 2020-12-16 16:29:00 +00:00
gtktextiterprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktextlayout.c gskpango: Don't copy fg color 2020-12-21 15:23:25 +01:00
gtktextlayoutprivate.h textview: Update child allocations 2020-10-28 20:18:54 -04:00
gtktextlinedisplaycache.c textview: Update child allocations 2020-10-28 20:18:54 -04:00
gtktextlinedisplaycacheprivate.h linedisplaycache: improve invalidation with y_range 2020-08-07 12:44:26 -07:00
gtktextmark.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextmark.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextmarkprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextprivate.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextsegment.c Avoid diagnostics for gcc-11 false positive out of bounds accesses 2021-01-11 17:19:36 +01:00
gtktextsegment.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttag.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtktexttag.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttagprivate.h *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtktexttagtable.c docs: Add missing annotations for GtkTextTagTable 2020-12-01 15:51:52 +00:00
gtktexttagtable.h docs: Add missing annotations for GtkTextTagTable 2020-12-01 15:51:52 +00:00
gtktexttagtableprivate.h textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttypes.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktexttypes.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextutil.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtktextutil.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktextview.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtktextview.h docs: Clean up many dangling links 2020-08-04 22:11:34 -04:00
gtktextviewchild.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtktextviewchildprivate.h textviewchild: Derive from GtkWidget 2020-05-11 22:21:39 -04:00
gtktextviewprivate.h
gtktogglebutton.c Remove unneeded gtkstylecontext.h includes 2020-10-14 15:06:12 -04:00
gtktogglebutton.h togglebutton: Add grouping 2020-08-30 22:14:05 -04:00
gtktooltip.c gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktooltip.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktooltipprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktooltipwindow.c gdk: Replace 'WITHDRAWN' state with async 'is-mapped' boolean 2020-12-07 20:37:30 +01:00
gtktooltipwindowprivate.h gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNative 2020-12-07 20:37:29 +01:00
gtktrashmonitor.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtktrashmonitor.h
gtktreedatalist.c Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtktreedatalist.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
gtktreednd.c Clean up lots of GTK+ -> GTK 2020-09-12 12:01:04 -04:00
gtktreednd.h dnd: Port the TreeModel machinery to GValue DND 2020-02-18 02:40:00 +01:00
gtktreeexpander.c Fix transfer of GtkTreeExpander.get_item() 2020-12-02 19:10:13 +00:00
gtktreeexpander.h Add GtkTreeExpander 2020-05-30 19:26:45 -04:00
gtktreelistmodel.c docs: Clean up many dangling links 2020-08-04 22:11:34 -04:00
gtktreelistmodel.h treelistmodel: Make constructor transfer full 2020-07-26 18:04:40 -04:00
gtktreelistrowsorter.c treelistrowsorter: Add a bandaid 2020-10-06 07:58:01 -04:00
gtktreelistrowsorter.h Make sorter constructors return exact types 2020-09-05 21:50:15 -04:00
gtktreemodel.c TreeModel: add missing nullability annotations 2020-12-02 10:28:07 -05:00
gtktreemodel.h Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktreemodelfilter.c *: Fix spelling mistakes found by codespell 2020-08-21 15:29:34 +02:00
gtktreemodelfilter.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreemodelsort.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktreemodelsort.h tree models: Use standard padding 2019-05-28 23:23:06 -04:00
gtktreepopover.c Drop style class defines 2020-08-14 07:03:27 -04:00
gtktreepopoverprivate.h treepopover: Fix header guard 2020-02-07 13:16:32 -05:00
gtktreeprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreerbtree.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtktreerbtreeprivate.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreeselection.c Remove ATK 2020-07-26 20:31:14 +01:00
gtktreeselection.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreesortable.c Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreesortable.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreestore.c Revert "Update gtktreestore.c: gtk_tree_store_remove didn't have the proper comment annotation" 2020-11-07 21:36:34 -05:00
gtktreestore.h Replace "gint" with "int" 2020-07-25 00:47:36 +02:00
gtktreeview.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtktreeview.h Remove pointless inout arguments 2020-11-17 16:38:12 +00:00
gtktreeviewcolumn.c dragsource: Use double coordinates for checking drag threshold 2021-01-29 12:01:34 +05:00
gtktreeviewcolumn.h gtk/enums: fix doc comment references 2020-11-07 17:46:26 +00:00
gtktypebuiltins.c.template types: fix various use of volatile in type registration 2020-11-18 20:21:33 -08:00
gtktypebuiltins.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gtktypes.h gtk: remove GtkClipboard leftovers 2020-12-22 16:39:54 +04:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.c gtk/gtkversion: fix doc comment references 2020-11-07 23:57:13 +00:00
gtkversion.h.in Move version-related functions to gtkversion.c 2020-09-13 22:23:06 -04:00
gtkvideo.c video: Realize the media stream before setting a file 2021-01-04 15:00:36 -05:00
gtkvideo.h video: Add header include guard 2018-10-06 00:29:31 +02:00
gtkviewport.c viewport: Small cleanup 2021-01-03 11:01:29 +01:00
gtkviewport.h viewport: Derive from GtkWidget 2020-05-04 17:01:18 -04:00
gtkvolumebutton.c Remove ATK 2020-07-26 20:31:14 +01:00
gtkvolumebutton.h volume button: Don't allow subclassing 2019-05-19 20:34:13 +00:00
gtkwidget.c windowhandle: Don't drag on capture phase 2021-01-29 12:00:10 +05:00
gtkwidget.h Move activate_signal to the widget private class data 2020-12-06 15:06:18 +00:00
gtkwidgetfocus.c widgetfocus: Remove unnecessary check 2020-02-04 17:51:01 +01:00
gtkwidgetpaintable.c widgetpaintable: Clear an idle in dispose 2020-08-06 20:02:33 -04:00
gtkwidgetpaintable.h gtk: Add GtkWidgetPaintable 2018-04-05 14:56:38 +02:00
gtkwidgetpaintableprivate.h widgetpaintable: Add a hack to make recursion not infloop 2018-07-13 14:56:04 +02:00
gtkwidgetprivate.h windowhandle: Don't drag on capture phase 2021-01-29 12:00:10 +05:00
gtkwin32.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
gtkwindow.c Reduce use of GtkStyleContext 2021-01-28 12:27:07 -05:00
gtkwindow.h gtk/window: remove GtkWindowGeometryInfo from public header file 2020-12-30 01:32:27 -06:00
gtkwindowcontrols.c gtk/window: Make R/O is-maximized R/W maximized prop 2020-12-07 20:37:29 +01: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 windowhandle: Don't drag on capture phase 2021-01-29 12:00:10 +05:00
gtkwindowhandle.h Add GtkWindowHandle 2020-05-07 23:57:58 +05:00
gtkwindowprivate.h Replace "gdouble" with "double" 2020-07-25 00:47:36 +02:00
imm-extra.h Always include platform immodules 2018-02-24 21:34:40 -05:00
language-names.c Avoid a buffer overrun 2021-01-22 13:56:04 -05:00
language-names.h
libgtk4.manifest.in
meson.build Remove vestigial glade support 2021-01-28 12:27:07 -05:00
open-type-layout.h
org.gtk.gtk4.Settings.ColorChooser.gschema.xml Rename all settings schemas to avoid conflict 2019-04-02 19:27:34 +00:00
org.gtk.gtk4.Settings.Debug.gschema.xml inspector: Enable by default 2019-04-12 00:39:24 +02:00
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml Redo the handling of Emoji data 2020-10-04 01:14:42 -04:00
org.gtk.gtk4.Settings.FileChooser.gschema.xml GtkFileChooser: add a sortable "Type" column 2019-06-22 13:22:59 -04:00
paper_names_offsets.c
paper_names.c Replace "gchar" with "char" 2020-07-25 00:47:36 +02:00
script-names.c Update script names to Unicode 13 2020-10-04 16:15:09 -04:00
script-names.h
text-input-unstable-v3.xml imwayland: Add text-input-unstable-v3 support 2018-12-18 20:27:12 +01:00