gtk2/gtk
Matthias Clasen 1caf197a0d css: Don't got to the selector tree for change
The tree is optimized for mimizing the decisions, and is built ahead-of-time.
That prevents us from taking advantage of the information in the matcher when
collecting changes.

So, instead do what we used to do for verification: Use the selector tree
for finding the superset matches, then just walk the rulesets to collect
the changes.

Since we are now recomputing the change masks much less frequently, this
slightly less optimized way of computing them is not a problem, and will
let us compute better results in the future, by improving the superset
matcher to be more precise.
2020-01-16 17:20:45 -05:00
..
a11y gtk: Remove menu code 2019-12-29 20:31:58 -05:00
css Use a single compilation symbol 2019-11-27 13:33:43 +00:00
deprecated build: Remove old Makefile.inc files 2017-10-06 16:03:07 +02:00
emoji Add shortnames to emoji data 2017-08-22 08:13:45 -04:00
gesture gestures: provide new artwork 2016-10-13 15:02:36 -04:00
glade glade: Drop the "plus" 2019-02-05 11:26:54 +01:00
icons Add a png version of process-working-symbolic 2019-04-17 22:27:19 +00:00
inspector gtk: Remove menu code 2019-12-29 20:31:58 -05:00
theme Merge branch 'adwaita-cross-fade-fix-gtk4' into 'master' 2020-01-14 06:08:24 +00:00
tools Fix encoding symbolic pixbufs 2020-01-14 14:14:45 -05:00
ui filechooser: Convert to GtkDropTarget 2020-01-08 18:48:20 -05:00
compose-parse.py Typo fixes 2016-03-10 22:46:02 -05:00
fallback-c89.c fallback-c89: Include config.h 2017-05-03 14:47:14 +01:00
fnmatch.c
gdkpixbufutilsprivate.h Move symbolic pixbuf recoloring code 2019-10-18 08:53:23 -05:00
gen-gtk-gresources-xml.py inspector: Style the property list 2019-05-07 22:04:41 +00:00
gen-paper-names.c
gentypefuncs.py gtk/gentypefuncs.py: Open files in utf-8 encoding 2017-09-15 21:41:15 +08:00
gsettings-mapping.c Replace stateful actions by property actions 2019-06-22 17:03:38 -04:00
gsettings-mapping.h Replace stateful actions by property actions 2019-06-22 17:03:38 -04:00
gskpango.c Remove a redundant vfunc 2019-07-23 23:28:24 -04:00
gskpango.h textview: port GtkTextView to GskPangoRenderer 2019-07-21 16:03:45 -07:00
gtk-a11y.h gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtk-autocleanups.h gtk: Remove menu code 2019-12-29 20:31:58 -05: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 Make GtkDragIcon public 2020-01-08 18:48:21 -05:00
gtkaboutdialog.c Rename GtkGestureMultiPress to GtkGestureClick 2019-05-29 17:10:46 +00:00
gtkaboutdialog.h about dialog: Make final 2019-05-26 20:49:19 -04:00
gtkaccelgroup.c accelgroup: Fix a buffer overrun 2019-12-23 23:17:29 -05:00
gtkaccelgroup.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkaccelgroupprivate.h
gtkaccellabel.c accellabel: Don't mention GtkMenuItem in the docs 2019-12-29 20:31:58 -05:00
gtkaccellabel.h AccelLabel: Add get_accel_closure() accessor 2019-08-11 09:55:43 +02:00
gtkaccellabelprivate.h accel label: Make final 2019-05-26 21:01:33 -04:00
gtkaccelmap.c accelmap: Sort accels before interating over them in foreach() 2019-07-04 08:35:42 +02:00
gtkaccelmap.h Remove introspection scanner guards around autocleanups 2015-11-11 12:02:43 +00:00
gtkaccelmapprivate.h
gtkaccessible.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkaccessible.h accessible: Drop deprecated connect_widget_destroyed 2016-10-23 11:12:08 +02:00
gtkactionable.c g-i: Add some nullable annotations 2018-11-18 13:36:50 +01:00
gtkactionable.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkactionbar.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkactionbar.h action bar: Make final 2019-05-26 21:57:42 -04:00
gtkactionhelper.c Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkactionhelperprivate.h Rename GtkActionHelper private header 2018-02-02 10:28:17 +01:00
gtkactionmuxer.c actionmuxer: Plug a memory leak 2019-07-07 07:24:00 +02:00
gtkactionmuxerprivate.h action muxer: Remove unused api 2019-06-22 22:38:14 +00:00
gtkactionobservable.c Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkactionobservableprivate.h Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkactionobserver.c Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkactionobserverprivate.h Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkadjustment.c adjustment: Only emit ::changed from dispatch_properties_changed 2018-06-20 20:47:17 +02:00
gtkadjustment.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
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 The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkappchooser.h
gtkappchooserbutton.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:22:31 -07:00
gtkappchooserbutton.h app chooser button: Make final 2019-05-27 20:30:35 -04:00
gtkappchooserdialog.c appchooserwidget: Remove ::populate-popup 2019-12-29 17:10:16 -05:00
gtkappchooserdialog.h app chooser dialog: Make final 2019-05-27 20:30:59 -04:00
gtkappchooserprivate.h app chooser: Use editable api on search entry 2019-02-19 00:25:59 -05:00
gtkappchooserwidget.c appchooserwidget: Remove ::populate-popup 2019-12-29 17:10:16 -05: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 a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkapplication-quartz.c Drop gtk_application_is_inhibited 2017-11-28 23:02:58 -05:00
gtkapplication-wayland.c Stop using gtk_widget_get_surface 2019-05-28 20:25:16 +00:00
gtkapplication-x11.c Stop using gtk_widget_get_surface 2019-05-28 20:25:16 +00:00
gtkapplication.c application: Stop extracting accels from menus 2019-06-21 22:47:40 -04:00
gtkapplication.h Padding review 2019-05-19 16:24:44 +00:00
gtkapplicationaccels.c Rename GtkActionMuxer's private header 2018-02-02 10:28:17 +01:00
gtkapplicationaccelsprivate.h app: extract GtkApplicationAccels private class 2016-04-22 12:39:18 +02:00
gtkapplicationimpl.c Drop gtk_application_is_inhibited 2017-11-28 23:02:58 -05:00
gtkapplicationprivate.h Try again to fix profiler setup 2019-05-14 20:09:44 +00:00
gtkapplicationwindow.c applicationwindow: Stop using a menu bar 2019-12-29 17:10:16 -05:00
gtkapplicationwindow.h application window: Drop the priv pointer 2019-05-19 19:52:34 +00:00
gtkaspectframe.c aspect frame: Make final 2019-05-27 01:32:24 +00:00
gtkaspectframe.h aspect frame: Make final 2019-05-27 01:32:24 +00:00
gtkassistant.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkassistant.h assistant: Make final 2019-05-26 21:08:01 -04:00
gtkbin.c bin: Move vfunc implementations before class_init 2020-01-07 17:27:18 +01:00
gtkbin.h Padding review 2019-05-19 16:24:44 +00:00
gtkbindings.c bindings: Make gtk_bindings_add_callback() allow for variant args 2019-10-16 21:45:33 +02:00
gtkbindings.h bindings: Make gtk_bindings_add_callback() allow for variant args 2019-10-16 21:45:33 +02:00
gtkbindingsprivate.h bindings: Make gtk_binding_entry_add_signall() private 2019-06-18 15:54:27 -04: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: Use gsize, not size_t 2015-09-27 15:12:22 +02:00
gtkbookmarksmanager.c Rename gtkbookmarkmanager.h to gtkbookmarksmanagerprivate.h 2019-09-11 08:12:31 +02:00
gtkbookmarksmanagerprivate.h Rename gtkbookmarkmanager.h to gtkbookmarksmanagerprivate.h 2019-09-11 08:12:31 +02:00
gtkborder.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkborder.h gtkborder: restore original struct definition 2015-12-17 12:56:35 -05:00
gtkbox.c box: Don't do casts before preconditions 2019-09-09 17:36:25 +02:00
gtkbox.h Padding review 2019-05-19 17:18:48 +00:00
gtkboxlayout.c layout managers: Handle native children 2019-06-11 14:52:30 -04:00
gtkboxlayout.h Add GtkBoxLayout 2019-03-26 00:11:27 +00:00
gtkbuildable.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkbuildable.h GtkBuildable: Fix indentation 2019-09-10 12:08:20 -04:00
gtkbuilder-menus.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkbuilder.c builder: Another small docs fix 2019-12-12 17:59:24 -05:00
gtkbuilder.h builder: Minor doc fixes 2019-12-12 17:30:36 -05:00
gtkbuilderparser.c builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuilderprecompile.c GtkBuilder: Add support for precompiling builder xml 2019-09-10 12:08:20 -04:00
gtkbuilderprivate.h builder: Add gtk_builder_lookup_object() 2019-12-12 19:12:11 +01:00
gtkbuilderscope.c Add missing transfer notation for function return types. 2020-01-13 12:14:08 +13: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
gtkbutton.c button: Remove unused signal enum members 2019-10-09 16:57:21 +02:00
gtkbutton.h Padding review 2019-05-19 17:18:48 +00:00
gtkbuttonprivate.h button: Remove priv pointer 2018-02-25 16:47:20 +01:00
gtkcalendar.c Merge branch 'dnd-gestures-2' into 'master' 2020-01-11 06:09:58 +00:00
gtkcalendar.h calendar: Make final 2019-05-26 18:56:56 -04:00
gtkcellarea.c cellrenderer: Add accessors for {get,set}_is_expande{r,d} 2019-08-11 09:34:50 +02:00
gtkcellarea.h cell area: Drop the priv pointer 2019-05-26 21:42:22 -04:00
gtkcellareabox.c cell area box: Drop the priv pointer 2019-05-26 21:56:00 -04:00
gtkcellareabox.h cell area box: Drop the priv pointer 2019-05-26 21:56:00 -04:00
gtkcellareaboxcontext.c
gtkcellareaboxcontextprivate.h
gtkcellareacontext.c cell area context: Drop the priv pointer 2019-05-26 22:44:08 -04:00
gtkcellareacontext.h cell area context: Drop the priv pointer 2019-05-26 22:44:08 -04:00
gtkcelleditable.c CellRenderer|Editable: Don't @See_also subclasses 2018-04-17 19:07:39 +01:00
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 cellrenderer: Add accessors for {get,set}_is_expande{r,d} 2019-08-11 09:34:50 +02:00
gtkcellrenderer.h cellrenderer: Add accessors for {get,set}_is_expande{r,d} 2019-08-11 09:34:50 +02:00
gtkcellrendereraccel.c accelcellrenderer: Stop grabbing 2019-12-29 20:31:58 -05:00
gtkcellrendereraccel.h cell renderer accel: Make final 2019-05-26 19:47:04 -04:00
gtkcellrenderercombo.c va_marshaller: add various va_marshallers 2019-06-06 15:30:42 -07:00
gtkcellrenderercombo.h cell renderer combo: Make final 2019-05-26 20:07:53 -04:00
gtkcellrendererpixbuf.c cellrenderer: Add accessors for {get,set}_is_expande{r,d} 2019-08-11 09:34:50 +02:00
gtkcellrendererpixbuf.h cell renderer pixbuf: Make final 2019-05-26 20:44:07 -04:00
gtkcellrendererprogress.c cell renderer progress: Drop the priv pointer 2019-05-26 20:42:08 -04:00
gtkcellrendererprogress.h cell renderer progress: Make final 2019-05-26 20:40:15 -04:00
gtkcellrendererspin.c cell renderer spin: Bring this back 2019-12-24 03:33:02 -05:00
gtkcellrendererspin.h cell renderer spin: Make final 2019-05-26 20:35:26 -04:00
gtkcellrendererspinner.c cell renderer spinner: Drop priv pointer 2019-05-26 20:33:38 -04:00
gtkcellrendererspinner.h cell renderer spinner: Make final 2019-05-26 20:30:04 -04:00
gtkcellrenderertext.c cell renderer text: Fix this to work again 2019-12-24 03:13:58 -05:00
gtkcellrenderertext.h cell renderer text: Drop the priv pointer 2019-05-26 20:28:38 -04:00
gtkcellrenderertoggle.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkcellrenderertoggle.h cell renderer toggle: Make final 2019-05-26 20:17:15 -04:00
gtkcellview.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkcellview.h cell view: Make final 2019-05-26 22:14:20 -04:00
gtkcenterbox.c Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcenterbox.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkcenterlayout.c Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcenterlayout.h Add GtkCenterLayout 2019-09-13 11:07:54 +02:00
gtkcheckbutton.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkcheckbutton.h check button: Use standard padding 2019-05-27 04:09:41 +00:00
gtkcheckbuttonprivate.h toggle button: Convert to css nodes 2015-10-30 00:40:50 -04:00
gtkcolorbutton.c Update all callers 2020-01-08 18:48:22 -05:00
gtkcolorbutton.h color button: Make final 2019-05-27 20:23:50 -04:00
gtkcolorchooser.c color chooser: Port checkered pattern drawing from cairo 2019-08-11 09:34:50 +02:00
gtkcolorchooser.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkcolorchooserdialog.c color chooser dialog: Drop the priv pointer 2019-05-27 20:23:50 -04:00
gtkcolorchooserdialog.h color chooser dialog: Make final 2019-05-27 20:23:50 -04:00
gtkcolorchooserprivate.h color chooser: Port checkered pattern drawing from cairo 2019-08-11 09:34:50 +02:00
gtkcolorchooserwidget.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorchooserwidget.h colorchooserwidget: Inherit from GtkWidget 2019-08-03 14:44:24 +02:00
gtkcoloreditor.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcoloreditorprivate.h
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 GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorpickerportalprivate.h Add a color picker implementation for portals 2018-07-27 14:23:20 -04:00
gtkcolorpickerprivate.h Add a color picker interface 2018-07-27 14:23:19 -04: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 GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorplaneprivate.h colorplane: Port to be a no-window widget 2016-11-03 03:00:15 +01:00
gtkcolorscale.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorscaleprivate.h colorscale: Remove x/y arguments from snapshot_scale 2018-11-09 18:01:58 +01:00
gtkcolorswatch.c Update all callers 2020-01-08 18:48:22 -05:00
gtkcolorswatchprivate.h colorswatch: Remove priv pointer 2018-07-08 09:41:15 +02:00
gtkcolorutils.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorutils.h GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcombobox.c gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtkcombobox.h combo box: Use standard padding 2019-05-26 22:19:21 -04:00
gtkcomboboxprivate.h
gtkcomboboxtext.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkcomboboxtext.h combo box text: Make final 2019-05-26 22:16:58 -04:00
gtkcomposetable.c gtkcomposetable: use g_size_checked_mul() for overflow checking 2019-04-12 22:41:58 +02:00
gtkcomposetable.h Revert "imcontext: Make size arguments be gsize and not int" 2018-06-14 11:15:14 +05:30
gtkconstraint.c constraint: Fix property name typo in doc 2019-07-03 09:31:39 +05:30
gtkconstraint.h Remove specialised API from GtkConstraint 2019-07-01 01:05:04 +01:00
gtkconstraintexpression.c constraints: Add some internal apis 2019-07-01 00:10:11 +01:00
gtkconstraintexpressionprivate.h constraints: Add some internal apis 2019-07-01 00:10:11 +01:00
gtkconstraintguide.c Use the right GValue getter for GtkConstraintGuide:strength 2019-07-01 18:02:19 +01: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 Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04: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
gtkcontainer.c Fix incorrect use of GIR closure annotations. 2020-01-13 14:11:15 +13:00
gtkcontainer.h Padding review 2019-05-19 16:24:44 +00:00
gtkcontainerprivate.h container: Remove gtk_container_maybe_start_idle_sizer() 2018-04-11 03:16:34 +02:00
gtkcssanimatedstyle.c Change the signature of gtk_css_style_get_static_style 2020-01-16 14:06:14 -05:00
gtkcssanimatedstyleprivate.h cssanimatedstyle: Save animation in array 2019-09-09 17:36:23 +02:00
gtkcssanimation.c cssanimatedstyle: Make set_animated_value transfer-full 2019-09-09 17:36:24 +02:00
gtkcssanimationprivate.h animatedstyle: don't share styleanimations 2016-04-08 16:09:30 -07:00
gtkcssarrayvalue.c Add missing G_GNUC_FALLTHROUGH statements 2019-04-15 14:40:25 +02:00
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c cssparser: Introduce gtk_css_parser_try_ident() 2019-04-12 19:34:28 +02:00
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h widget: Make width, height and transform be widget-relative 2019-02-15 06:53:22 +01:00
gtkcssboxesprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcsscalcvalue.c css: short-circuit gtk_css_dimension_value_try_add 2019-11-14 09:15:58 +01:00
gtkcsscalcvalueprivate.h css: Add support for sums to calc() 2016-02-13 04:49:08 +01:00
gtkcsscolorvalue.c csscolorvalue: return the initial color value directly 2019-09-09 17:36:24 +02:00
gtkcsscolorvalueprivate.h csscolorvalue: Remove unused new_from_rgba() 2019-09-09 17:36:24 +02:00
gtkcsscornervalue.c css: Introduce the idea of dynamic values 2018-03-16 06:04:43 +01:00
gtkcsscornervalueprivate.h
gtkcssdimensionvalue.c css: short-circuit gtk_css_dimension_value_try_add 2019-11-14 09:15:58 +01:00
gtkcssdimensionvalueprivate.h css: Turn number values into a virtual type 2016-02-13 04:49:07 +01:00
gtkcssdynamic.c cssanimatedstyle: Make set_animated_value transfer-full 2019-09-09 17:36:24 +02:00
gtkcssdynamicprivate.h css: Implement support for dynamic values 2018-03-16 06:04:43 +01:00
gtkcsseasevalue.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcsseasevalueprivate.h
gtkcssenumvalue.c css: Make font-weight an integer 2019-04-12 19:34:28 +02:00
gtkcssenumvalueprivate.h css: Make font-weight an integer 2019-04-12 19:34:28 +02:00
gtkcssfiltervalue.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssfiltervalueprivate.h css: Implement the blur filter 2017-09-04 14:28:16 -04:00
gtkcssfontfeaturesvalue.c css: Simplify font features 2020-01-10 16:59:56 -05:00
gtkcssfontfeaturesvalueprivate.h Fix header guards 2018-04-23 18:54:43 -04:00
gtkcssfontvariationsvalue.c css: Simplify compute for font variations 2020-01-10 15:49:00 -05:00
gtkcssfontvariationsvalueprivate.h Fix header guards 2018-04-23 18:54:43 -04:00
gtkcssiconthemevalue.c cssparser: Add gtk_css_parser_consume_string() 2019-04-12 19:34:28 +02:00
gtkcssiconthemevalueprivate.h css: Add ability to specify icontheme in CSS 2015-12-02 03:54:41 +01:00
gtkcssimage.c cssimage: Use gtk_internal_return_val_* 2019-09-09 17:36:23 +02:00
gtkcssimagecrossfade.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssimagecrossfadeprivate.h cssimage: Make cross-fade() an array 2019-04-12 19:34:28 +02:00
gtkcssimagefallback.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssimagefallbackprivate.h css: Support the image() notation 2016-01-30 00:29:04 -05:00
gtkcssimageicontheme.c icontheme: Remove gtk_icon_info_load_texture 2019-09-09 17:36:26 +02:00
gtkcssimageiconthemeprivate.h css: Use a color matrix for recoloring -gtk-icontheme 2017-11-07 21:39:47 -05: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 cssimagelinear: Don't call get_start_end if !repeating 2020-01-07 17:27:18 +01:00
gtkcssimagelinearprivate.h linear-gradient: Remove the hack using NUMBER 2016-02-13 04:49:07 +01:00
gtkcssimagepaintable.c cssimage: Add GtkCssImagePaintable 2018-03-16 06:04:44 +01:00
gtkcssimagepaintableprivate.h cssimage: Add GtkCssImagePaintable 2018-03-16 06:04:44 +01:00
gtkcssimageprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcssimageradial.c css: Avoid more type checks in hot paths 2019-09-09 17:36:23 +02:00
gtkcssimageradialprivate.h Implement CSS radial gradients 2016-01-04 13:59:24 -05:00
gtkcssimagerecolor.c cssimagerecolor: Avoid copying colors 2019-11-14 09:15:58 +01:00
gtkcssimagerecolorprivate.h Use color matrices for -gtk-recolor 2017-11-08 10:04:38 -05:00
gtkcssimagescaled.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssimagescaledprivate.h Make GtkCssImageScaled handle scales properly 2018-03-15 06:04:08 -04:00
gtkcssimageurl.c cssparser: Make gsk_renderer_consume_url() return a string 2019-05-12 17:28:19 +02:00
gtkcssimageurlprivate.h
gtkcssimagevalue.c cssimage: Implement dynamic values 2018-03-16 06:04:43 +01:00
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c css: Introduce the idea of dynamic values 2018-03-16 06:04:43 +01:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c cssstaticstyle: Compute initial/inherit values directly 2019-09-09 17:36:24 +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: Merge GtkStyleProviderPrivate into GtkStyleProvider 2017-10-31 04:33:54 +01:00
gtkcsslookup.c csslookup: Remove 'relevant' parameter from _init 2019-09-09 17:36:24 +02:00
gtkcsslookupprivate.h csslookup: Remove 'relevant' parameter from _init 2019-09-09 17:36:24 +02:00
gtkcssmatcher.c css: Track selected state separately 2020-01-16 11:26:46 -05:00
gtkcssmatcherprivate.h cssmatcher: Inline node values into matcher 2019-09-09 17:36:24 +02:00
gtkcssnode.c css: Avoid computing change too often 2020-01-16 17:03:51 -05:00
gtkcssnodedeclaration.c Add missing G_GNUC_FALLTHROUGH statements 2019-04-15 14:40:25 +02:00
gtkcssnodedeclarationprivate.h cssnodedeclaration: Add gtk_css_node_declaration_to_string 2017-10-10 20:59:57 +02:00
gtkcssnodeprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcssnodestylecache.c cssnodestylecache: Use const pointer in lookup 2017-03-02 15:16:08 +01:00
gtkcssnodestylecacheprivate.h cssnodestylecache: Use const pointer in lookup 2017-03-02 15:16:08 +01:00
gtkcssnumbervalue.c css: short-circuit gtk_css_dimension_value_try_add 2019-11-14 09:15:58 +01:00
gtkcssnumbervalueprivate.h css: short-circuit gtk_css_dimension_value_try_add 2019-11-14 09:15:58 +01:00
gtkcsspalettevalue.c csspalettevalue: Use simple arrays instead of a hashtable 2019-09-09 17:36:23 +02:00
gtkcsspalettevalueprivate.h css: Introduct -gtk-icon-palette 2015-12-03 00:47:00 +01:00
gtkcssparser.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcssparserprivate.h css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcsspathnode.c css: Merge GtkStyleProviderPrivate into GtkStyleProvider 2017-10-31 04:33:54 +01:00
gtkcsspathnodeprivate.h csspathnode: Handle context going away 2015-03-18 18:24:45 +01:00
gtkcsspositionvalue.c csspositionvalue: Redo the parser 2019-04-12 19:34:28 +02:00
gtkcsspositionvalueprivate.h css: Add "border-spacing" CSS property 2016-12-10 04:32:55 +01:00
gtkcssprovider.c css: Don't got to the selector tree for change 2020-01-16 17:20:45 -05:00
gtkcssprovider.h css provider: Make not subclassable 2019-05-19 18:41:33 +00:00
gtkcssproviderprivate.h cssprovider: Export correct API 2019-04-18 02:26:04 +02:00
gtkcssrepeatvalue.c cssparser: Introduce gtk_css_parser_try_ident() 2019-04-12 19:34:28 +02:00
gtkcssrepeatvalueprivate.h
gtkcssrgbavalue.c gtk/gtkcssrgbavalue.c: Fix build on Visual Studio 2019-11-13 18:08:15 +08:00
gtkcssrgbavalueprivate.h cssrgbavalue: Add & use new_white() 2019-09-09 17:36:23 +02:00
gtkcssselector.c css: Track selected state separately 2020-01-16 11:26:46 -05:00
gtkcssselectorprivate.h cssprovider: Don't lookup on empty css providers 2019-09-09 17:36:24 +02:00
gtkcssshadowsvalue.c cssparser: Add gtk_css_parser_try_token() 2019-04-12 19:34:28 +02:00
gtkcssshadowsvalueprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcssshadowvalue.c cssshadowvalue: Simplify inset shadow nodes to color nodes if possible 2019-12-03 08:40:34 +01:00
gtkcssshadowvalueprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcssshorthandproperty.c shorthand: Use gtk_css_parser_try_ident() 2019-04-12 19:34:28 +02:00
gtkcssshorthandpropertyimpl.c Fix crash in parse_border() 2019-11-23 18:15:19 +01:00
gtkcssshorthandpropertyprivate.h API: Remove API to set CSS properties from GValues 2016-10-16 18:17:21 +02:00
gtkcssstaticstyle.c css: Avoid computing change too often 2020-01-16 17:03:51 -05:00
gtkcssstaticstyleprivate.h css: Avoid computing change too often 2020-01-16 17:03:51 -05:00
gtkcssstringvalue.c cssparser: Add gtk_css_parser_consume_string() 2019-04-12 19:34:28 +02:00
gtkcssstringvalueprivate.h css: Drop the new indent api again 2017-09-18 23:22:38 -04:00
gtkcssstyle.c Revisit gtk_css_style_get_static_style one more time 2020-01-16 17:02:21 -05:00
gtkcssstylechange.c GtkCssStyleChange: Only print values that really changed 2017-10-12 15:42:03 +02:00
gtkcssstylechangeprivate.h cssstylechange: Add helper function to print change 2016-02-07 19:16:26 +01:00
gtkcssstyleprivate.h Change the signature of gtk_css_style_get_static_style 2020-01-16 14:06:14 -05:00
gtkcssstyleproperty.c css: Remove an unused function 2020-01-14 18:32:05 -05:00
gtkcssstylepropertyimpl.c css: Stop supporting builtin images 2020-01-10 14:32:06 -05:00
gtkcssstylepropertyprivate.h css: Remove an unused function 2020-01-14 18:32:05 -05:00
gtkcsstransformvalue.c css: Review error messages 2019-04-12 19:34:28 +02:00
gtkcsstransformvalueprivate.h transform: Move to GSK 2019-03-04 23:09:02 +01:00
gtkcsstransientnode.c cssnode: Create animated styles by default 2015-03-18 15:23:32 +01:00
gtkcsstransientnodeprivate.h
gtkcsstransition.c cssanimatedstyle: Make set_animated_value transfer-full 2019-09-09 17:36:24 +02:00
gtkcsstransitionprivate.h csstransition: port to progress tracker 2016-04-08 16:09:30 -07:00
gtkcsstypes.c css: Track selected state separately 2020-01-16 11:26:46 -05:00
gtkcsstypesprivate.h Change the signature of gtk_css_style_get_static_style 2020-01-16 14:06:14 -05:00
gtkcssunsetvalue.c css: Introduce the idea of dynamic values 2018-03-16 06:04:43 +01:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c cssvalue: Remove typechecks 2018-05-19 10:18:50 +02:00
gtkcssvalueprivate.h gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkcsswidgetnode.c Stop using gtk_widget_is_toplevel 2019-05-28 20:25:16 +00:00
gtkcsswidgetnodeprivate.h widget: Pass a GtkCssStyleChange instead of a bitmask 2015-12-13 04:11:58 +01:00
gtkcustomlayout.c Add default GtkLayoutManagerClass.get_request_mode() 2019-04-12 17:10:30 +01:00
gtkcustomlayout.h Changes after review 2019-03-26 00:11:27 +00:00
gtkcustompaperunixdialog.c paper dialog: Make this look less horrible 2019-12-24 03:12:30 -05:00
gtkcustompaperunixdialog.h
gtkdbusinterfaces.xml
gtkdebug.h constraint solver: Use GTK_NOTE 2019-07-01 00:10:11 +01:00
gtkdialog.c dialog: Fix action button rearrangement 2019-10-09 16:57:22 +02:00
gtkdialog.h Padding review 2019-05-19 16:24:44 +00:00
gtkdialogprivate.h Drop deprecated gtk_dialog_get_action_area 2016-11-19 21:23:17 -05:00
gtkdragdest.c Merge branch 'docstring-typos' into 'master' 2020-01-13 00:50:16 +00:00
gtkdragdest.h Fix docstring errors with drag and drop code 2020-01-13 12:30:17 +13:00
gtkdragdestprivate.h Move code over 2020-01-08 18:48:21 -05:00
gtkdragicon.c dragicon: Add docs 2020-01-09 00:50:33 -05:00
gtkdragicon.h Properly export GtkDragIcon 2020-01-09 00:30:41 -05:00
gtkdragiconprivate.h Make GtkDragIcon public 2020-01-08 18:48:21 -05:00
gtkdragsource.c Add missing transfer notation for function return types. 2020-01-13 12:14:08 +13:00
gtkdragsource.h Fix docstring errors with drag and drop code 2020-01-13 12:30:17 +13:00
gtkdrawingarea.c Fix incorrect use of GIR closure annotations. 2020-01-13 14:11:15 +13:00
gtkdrawingarea.h Padding review 2019-05-19 17:18:48 +00:00
gtkeditable.c editable: add enable-undo property 2019-11-05 10:27:27 -08:00
gtkeditable.h editable: add enable-undo property 2019-11-05 10:27:27 -08:00
gtkemojichooser.c Rename GtkGestureMultiPress to GtkGestureClick 2019-05-29 17:10:46 +00:00
gtkemojichooser.h Add an Emoji chooser widget 2017-08-12 18:48:14 -04:00
gtkemojicompletion.c Merge branch 'fix-issue-2014-gtk4' into 'master' 2019-07-12 09:59:38 +00:00
gtkemojicompletion.h Make emoji completion work for GtkText 2019-02-18 14:24:21 -05:00
gtkentry.c Fix docstring errors with drag and drop code 2020-01-13 12:30:17 +13:00
gtkentry.h Fix docstring errors with drag and drop code 2020-01-13 12:30:17 +13:00
gtkentrybuffer.c entrybuffer: remove text in ::deleted-text default handler 2019-11-05 10:27:29 -08:00
gtkentrybuffer.h entrybuffer: Remove priv pointer 2018-03-30 23:15:04 +02:00
gtkentrycompletion.c treeviewcolumn: Remove cell_area parameter from _cell_get_size 2019-08-09 17:04:58 +02:00
gtkentrycompletion.h entry completion: Make final 2019-05-27 20:23:50 -04:00
gtkentryprivate.h entry: Remove unused function 2019-10-22 09:37:08 +02:00
gtkenums.h Remove an unused enum 2020-01-08 18:48:22 -05:00
gtkeventcontroller.c eventcontroller: Fix name property 2019-12-25 09:47:22 -05:00
gtkeventcontroller.h event controller: Add a name property 2019-06-20 22:48:33 -04:00
gtkeventcontrollerkey.c eventcontrollerkey: Change behavior of contains-focus 2019-10-07 04:49:50 +02:00
gtkeventcontrollerkey.h eventcontrollerkey: Add getters for the properties 2019-10-07 04:49:50 +02:00
gtkeventcontrollerlegacy.c docs: Miscellaneous doc fixes 2019-02-24 16:53:12 -05:00
gtkeventcontrollerlegacy.h gtkeventcontrollerlegacy: Make public 2018-10-15 17:39:04 +02:00
gtkeventcontrollermotion.c eventcontrollermotion: Add getters for the properties 2019-12-15 21:07:54 +01:00
gtkeventcontrollermotion.h eventcontrollermotion: Add getters for the properties 2019-12-15 21:07:54 +01:00
gtkeventcontrollerprivate.h eventcontroller: Add vfuncs to (un)set widget 2018-04-26 17:59:41 +02:00
gtkeventcontrollerscroll.c eventcontrollerscroll: Events are unhandled by default 2019-09-25 17:51:53 +02:00
gtkeventcontrollerscroll.h eventcontrollerscroll: Port to new API model 2018-04-26 17:59:42 +02:00
gtkexpander.c Update all callers 2020-01-11 00:50:22 -05:00
gtkexpander.h expander: Make final 2019-05-26 22:50:03 -04:00
gtkfilechooser.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:22:31 -07:00
gtkfilechooser.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkfilechooserbutton.c Update all callers 2020-01-08 18:48:22 -05:00
gtkfilechooserbutton.h file chooser button: Make final 2019-05-28 02:40:08 +00:00
gtkfilechooserdialog.c filechooserdialog: Stop using gtk_window_get_position() 2019-07-19 18:14:49 +02:00
gtkfilechooserdialog.h file chooser dialog: Make final 2019-05-28 02:42:14 +00:00
gtkfilechooserembed.c Use NULL for generic marshallers in g_signal_new() 2016-08-29 16:20:54 +02:00
gtkfilechooserembed.h
gtkfilechooserentry.c widget: Make gtk_widget_grab_focus() return a boolean 2019-10-15 16:33:05 +02:00
gtkfilechooserentry.h filechooserwidget: Forward file filter to entry 2016-11-17 15:42:25 +01:00
gtkfilechoosererrorstack.c file chooser error stack: Don't derive from stack 2019-05-28 22:35:36 +00:00
gtkfilechoosererrorstackprivate.h file chooser error stack: Don't derive from stack 2019-05-28 22:35:36 +00:00
gtkfilechoosernative.c GtkFileChoooserNative: change prepend to append for insertions in choices list 2019-08-04 18:03:21 +02:00
gtkfilechoosernative.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkfilechoosernativeportal.c filechoosernativeportal: Stop using an invisible 2019-02-05 10:46:48 -05:00
gtkfilechoosernativeprivate.h GtkFileChooserNativeQuartz: add support for get_filter and set_filter 2017-07-18 13:30:44 -04:00
gtkfilechoosernativequartz.c Stop using gtk_widget_get_surface 2019-05-28 20:25:16 +00:00
gtkfilechoosernativewin32.c GtkFileChooserNativeWin32: Uninitialize COM at end of thread 2019-08-04 18:03:37 +02:00
gtkfilechooserprivate.h Rename gtkbookmarkmanager.h to gtkbookmarksmanagerprivate.h 2019-09-11 08:12:31 +02:00
gtkfilechooserutils.c filechooser: Move extract_recent_folders to filechooserwidget 2019-09-09 17:36:26 +02:00
gtkfilechooserutils.h filechooser: Move extract_recent_folders to filechooserwidget 2019-09-09 17:36:26 +02:00
gtkfilechooserwidget.c Update all callers 2020-01-11 00:50:22 -05:00
gtkfilechooserwidget.h file chooser widget: Make final 2019-05-28 02:41:15 +00:00
gtkfilechooserwidgetprivate.h Fix license version for GtkFileChooserWidget private header 2015-11-19 12:54:06 +00:00
gtkfilefilter.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkfilefilter.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkfilefilterprivate.h GtkFileChooserNativeQuartz: add support for Mountain Lion and Mavericks 2017-08-23 10:45:49 -04:00
gtkfilesystem.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:22:31 -07:00
gtkfilesystem.h filesystem: Drop surface-based APIs 2017-11-08 21:56:28 -05:00
gtkfilesystemmodel.c gtk: Drop the "plus" 2019-02-05 11:26:20 +01:00
gtkfilesystemmodel.h Add a getter for the directory to file system model 2015-07-04 00:29:26 -04:00
gtkfilterlistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkfilterlistmodel.h listmodels: Clarify documentation for function prototypes 2018-09-18 08:02:21 +02:00
gtkfixed.c fixed: Documentation clarifications 2019-09-09 17:36:25 +02:00
gtkfixed.h Padding review 2019-05-19 17:18:48 +00:00
gtkfixedlayout.c fixed layout: Actually set child transforms 2020-01-08 10:40:44 -05:00
gtkfixedlayout.h fixedlayout: Don't call the child transform position 2019-09-09 17:36:25 +02:00
gtkflattenlistmodel.c flattenlistmodeL: Compute items-changed position properly 2019-07-02 02:53:00 +02:00
gtkflattenlistmodel.h gtk: Add GtkFlattenListModel 2018-09-16 18:50:17 +02:00
gtkflowbox.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkflowbox.h flow box: Make final 2019-05-28 20:01:43 -04:00
gtkfontbutton.c fontbutton: Shorten clear_font_data a bit 2019-09-13 19:21:02 +02:00
gtkfontbutton.h font button: Make final 2019-05-28 00:55:28 +00:00
gtkfontchooser.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkfontchooser.h font chooser: Make the language property writable 2018-04-02 13:37:53 -04:00
gtkfontchooserdialog.c font chooser dialog: Drop the priv pointer 2019-05-27 22:37:41 -04:00
gtkfontchooserdialog.h font chooser dialog: Make final 2019-05-28 00:57:47 +00:00
gtkfontchooserprivate.h
gtkfontchooserutils.c font chooser: Add properties for features and language 2018-01-03 12:18:18 -05:00
gtkfontchooserutils.h font chooser: Add properties for features and language 2018-01-03 12:18:18 -05:00
gtkfontchooserwidget.c fontchooser: Fix up the previous commit 2020-01-14 15:42:01 -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 widget: Don't pass a position to ->size_allocate 2018-11-13 16:28:54 +01:00
gtkframe.h Padding review 2019-05-19 17:18:48 +00:00
gtkgesture.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgesture.h gtk: Move GtkGesture declaration to gtktypes.h 2018-07-24 20:55:45 +02:00
gtkgestureclick.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgestureclick.h Rename GtkGestureMultiPress to GtkGestureClick 2019-05-29 17:10:46 +00:00
gtkgestureclickprivate.h Rename GtkGestureMultiPress to GtkGestureClick 2019-05-29 17:10:46 +00:00
gtkgesturedrag.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgesturedrag.h draggesture: Port to new API model 2018-04-26 17:59:42 +02:00
gtkgesturedragprivate.h
gtkgesturelongpress.c Move the rest of the drag-source api over 2020-01-08 18:48:20 -05:00
gtkgesturelongpress.h gesturelongpress: Add getter/setter for delay-factor 2019-08-07 14:11:00 +02:00
gtkgesturelongpressprivate.h
gtkgesturepan.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgesturepan.h pangesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c gtkgesturerotate: Fix a memory leak 2019-12-18 23:03:19 +02:00
gtkgesturerotate.h rotategesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgesturerotateprivate.h
gtkgesturesingle.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkgesturesingle.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkgesturesingleprivate.h
gtkgesturestylus.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgesturestylus.h gesturestylus: Port to new API model 2018-04-26 17:59:42 +02:00
gtkgesturestylusprivate.h gtk: Add GtkGestureStylus 2018-04-05 19:26:53 +02:00
gtkgestureswipe.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkgestureswipe.h swipegesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgestureswipeprivate.h
gtkgesturezoom.c zoomgesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgesturezoom.h zoomgesture: Port to new API model 2018-04-26 17:59:41 +02:00
gtkgesturezoomprivate.h
gtkgizmo.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkgizmoprivate.h gizmo: Add a contains_func 2019-04-07 15:47:24 +00:00
gtkgladecatalog.c gtk: Drop the "plus" 2019-02-05 11:26:20 +01:00
gtkglarea.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-02 14:24:51 -07:00
gtkglarea.h gl area: Use standard padding 2019-05-26 22:19:21 -04:00
gtkgrid.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkgrid.h grid: Use standard padding 2019-05-26 23:30:21 -04:00
gtkgridlayout.c grid layout: Fix initial property values 2019-06-28 12:42:06 +00:00
gtkgridlayout.h Add GtkGridLayout 2019-04-03 19:03:58 +01:00
gtkheaderbar.c headerbar: Stop using GtkMenuButton::use-popover 2019-12-29 20:31:57 -05:00
gtkheaderbar.h header bar: Make final 2019-05-26 22:32:21 -04:00
gtkheaderbarprivate.h dialog: Use default decoration for non-custom headerbars 2019-05-12 20:09:03 +00:00
gtkhsla.c
gtkhslaprivate.h
gtkicon.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkiconcache.c iconcache: Remove unused defines 2019-01-10 16:49:19 +01:00
gtkiconcacheprivate.h Remove leading underscore from private symbols 2018-02-01 16:05:58 +01:00
gtkiconcachevalidatorprivate.h Rename gtkiconcachevalidator.h 2018-02-01 16:01:38 +01:00
gtkiconhelper.c icontheme: Remove gtk_icon_info_load_texture 2019-09-09 17:36:26 +02:00
gtkiconhelperprivate.h image: size request is always CONSTANT_SIZE 2018-07-04 06:15:33 +02:00
gtkiconprivate.h Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkicontheme.c quiet a compiler warning in release builds 2020-01-14 18:32:05 -05:00
gtkicontheme.h Drop gtk_icon_info_new_for_pixbuf 2019-10-18 08:53:23 -05:00
gtkiconthemeprivate.h icontheme: Stop exporting gtk_icon_info_new_for_file 2018-11-08 05:48:14 +01:00
gtkiconview.c Update all callers 2020-01-11 00:50:22 -05:00
gtkiconview.h iconview: Use gdk_drag_begin 2020-01-08 18:48:21 -05:00
gtkiconviewprivate.h iconview: Use a named subnode for dnd highlight 2020-01-08 18:48:22 -05:00
gtkimage.c Avoid a few state changes 2020-01-07 17:27:16 +01:00
gtkimage.h image: Make final 2019-05-26 22:22:40 -04:00
gtkimagedefinition.c cellrendererpixbuf: Store the texture in the iconhelper paintable 2018-03-16 06:04:45 +01:00
gtkimagedefinitionprivate.h cellrendererpixbuf: Store the texture in the iconhelper paintable 2018-03-16 06:04:45 +01:00
gtkimageprivate.h Drop gtk_icon_size_lookup 2017-11-15 14:22:17 -05:00
gtkimcontext.c va_marshaller: add various va_marshallers 2019-06-06 15:30:42 -07:00
gtkimcontext.h imcontext: Remove API dependency on GdkWindow 2017-05-25 16:25:58 +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 Fix various new mingw compiler warnings 2019-12-18 09:25:06 +01:00
gtkimcontextime.h ime: Stop using ::hierarchy-changed 2019-02-23 09:43:57 -05:00
gtkimcontextquartz.c imcontext: Fix priorities of modules 2019-01-22 04:33:11 +01:00
gtkimcontextquartz.h Always include platform immodules 2018-02-24 21:34:40 -05:00
gtkimcontextsimple.c docs: Miscellaneous doc fixes 2019-02-24 16:53:12 -05:00
gtkimcontextsimple.h Revert "imcontext: Make size arguments be gsize and not int" 2018-06-14 11:15:14 +05:30
gtkimcontextsimpleprivate.h Don't include the builtin sequence table in multiple places 2016-01-30 22:52:13 -05:00
gtkimcontextsimpleseqs.h
gtkimcontextwayland.c imwayland: Suppport terminal purpose 2019-12-12 14:37:51 +00:00
gtkimcontextwayland.h Always include platform immodules 2018-02-24 21:34:40 -05:00
gtkimmodule.c Remove the XIM input method 2019-11-16 21:05:25 +00:00
gtkimmodule.h Convert immodules to use an extension point 2018-02-24 21:34:40 -05:00
gtkimmoduleprivate.h immodule: Pass a GdkDisplay for default context ID 2019-01-08 00:41:12 +01:00
gtkimmulticontext.c Remove unused includes 2019-09-16 07:23:17 -04:00
gtkimmulticontext.h Remove unused includes 2019-09-16 07:23:17 -04:00
gtkinfobar.c infobar: Activate default action on clicks 2020-01-14 00:05:23 -05:00
gtkinfobar.h infobar: Inherit from GtkContainer 2019-09-09 17:36:25 +02:00
gtkintl.h
gtkistringprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtkkeyhash.c
gtkkeyhash.h
gtkkineticscrolling.c Rename gtkkineticscrolling.h to gtkkineticscrollingprivate.h 2018-03-28 16:47:54 +02:00
gtkkineticscrollingprivate.h Rename gtkkineticscrolling.h to gtkkineticscrollingprivate.h 2018-03-28 16:47:54 +02:00
gtklabel.c label: Use gdk_drag_begin 2020-01-08 18:48:21 -05:00
gtklabel.h gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtklabelprivate.h
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 Do not leak LayoutChild instances 2019-06-30 23:42:44 +01:00
gtklayoutmanager.h Propagate rooting and unrooting widgets to layout managers 2019-06-30 23:42:44 +01:00
gtklayoutmanagerprivate.h Propagate rooting and unrooting widgets to layout managers 2019-06-30 23:42:44 +01:00
gtklevelbar.c levelbar: Use a bin layout 2019-09-25 17:51:51 +02:00
gtklevelbar.h level bar: Make final 2019-05-26 22:24:14 -04:00
gtklinkbutton.c linkbutton: Use gtk_widget_add_controller for drag source 2020-01-08 18:48:21 -05:00
gtklinkbutton.h Minor typos in the Documentation (a/an) 2019-08-25 12:52:46 +00:00
gtklistbox.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtklistbox.h listbox Make final 2019-05-28 20:01:43 -04:00
gtklistlistmodel.c Revert "listlistmodel: Fix documentation comment" 2018-09-18 10:01:12 +05:30
gtklistlistmodelprivate.h widget: Add gtk_widget_observe_children() 2018-09-16 18:50:17 +02:00
gtkliststore.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtkliststore.h tree models: Use standard padding 2019-05-28 23:23:06 -04:00
gtklockbutton.c lock button: Don't allow subclassing 2019-05-19 17:12:24 -04:00
gtklockbutton.h lock button: Don't allow subclassing 2019-05-19 17:12:24 -04:00
gtklockbuttonprivate.h
gtkmagnifier.c magnifier: Remove some unused members 2019-09-09 17:36:24 +02:00
gtkmagnifierprivate.h magnifier: Redo with GtkWidgetPaintable 2018-04-05 14:56:38 +02:00
gtkmain.c Merge branch 'dnd-gestures-2' into 'master' 2020-01-11 06:09:58 +00:00
gtkmain.h Use normal event propagation for DND events 2020-01-08 18:48:21 -05:00
gtkmaplistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkmaplistmodel.h listmodels: Clarify documentation for function prototypes 2018-09-18 08:02:21 +02:00
gtkmarshalers.list marshalers: Add another 2020-01-08 18:48:19 -05:00
gtkmediacontrols.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkmediacontrols.h video: Add header include guard 2018-10-06 00:29:31 +02:00
gtkmediafile.c mediafile: Add g-i annotations for actual return-type of factory methods 2019-09-26 08:19:25 +02:00
gtkmediafile.h mediafile: Turn into an extension point 2018-03-18 21:01:23 +01:00
gtkmediafileprivate.h mediafile: Turn into an extension point 2018-03-18 21:01:23 +01:00
gtkmediastream.c mediastream: fix documentation 2019-03-31 08:37:45 +05:30
gtkmediastream.h Continue renaming window to surface 2018-03-21 11:49:14 +01:00
gtkmenubutton.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkmenubutton.h menubutton: Stop supporting menus 2019-12-29 20:31:57 -05:00
gtkmenubuttonprivate.h menubutton: Add a create_popup_func 2019-09-09 17:36:23 +02:00
gtkmenusectionbox.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkmenusectionboxprivate.h Add nesting popover menus 2019-09-08 19:02:06 -04:00
gtkmenutoolbutton.c menutoolbutton: Add missing public API documentation. 2020-01-13 12:17:55 +13:00
gtkmenutoolbutton.h menutoolbutton: Stop supporting menus 2019-12-29 20:31:57 -05:00
gtkmenutracker.c Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkmenutrackeritem.c menu tracker item: Improve logging 2019-06-15 21:40:06 -04:00
gtkmenutrackeritemprivate.h Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkmenutrackerprivate.h Rename a bunch of private headers 2019-06-10 03:10:13 +00:00
gtkmessagedialog.c messagedialog: Remove useless GTK_TYPE_BUILDABLE interface 2019-10-29 04:56:19 +01:00
gtkmessagedialog.h message dialog: Make not subclassable 2019-05-19 16:49:45 +00:00
gtkmnemonichash.c Stop using gtk_widget_get_surface 2019-05-28 20:25:16 +00:00
gtkmnemonichash.h
gtkmodelbutton.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkmodelbuttonprivate.h Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkmodules.c Remove some unused code 2018-02-18 22:13:38 -05:00
gtkmodulesprivate.h Remove some unused code 2018-02-18 22:13:38 -05:00
gtkmountoperation-stub.c mountoperation: Store icons as textures 2017-11-30 16:48:25 -05:00
gtkmountoperation-x11.c pid_get_parent: fix potential leak of kp 2019-05-17 11:55:16 +00:00
gtkmountoperation.c mountoperation: Handle D-Bus missing 2019-12-30 16:03:47 -05:00
gtkmountoperation.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkmountoperationprivate.h mountoperation: Store icons as textures 2017-11-30 16:48:25 -05:00
gtknative.c native: Don't compare a pointer with 0 2019-09-11 08:12:31 +02:00
gtknative.h Introduce GtkNative 2019-05-28 19:54:32 +00:00
gtknativedialog.c gtk: rely on default marshallers 2019-05-30 20:56:50 -07:00
gtknativedialog.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtknativedialogprivate.h Add GtkNativeDialog abstract base class 2015-11-05 16:52:52 +01:00
gtknativeprivate.h Introduce GtkNative 2019-05-28 19:54:32 +00: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 gtk: Add GtkNoSelection 2019-10-15 07:17:07 +02:00
gtknoselection.h gtk: Add GtkNoSelection 2019-10-15 07:17:07 +02:00
gtknotebook.c Update all callers 2020-01-11 00:50:22 -05:00
gtknotebook.h notebook: Make final 2019-05-28 20:01:43 -04:00
gtkorientable.c gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h 2019-03-19 08:53:25 +01:00
gtkorientable.h
gtkorientableprivate.h
gtkoverlay.c Overlay: Document overlay children aren't measured 2019-06-20 21:41:59 +01:00
gtkoverlay.h overlay: Make final 2019-05-27 20:23:50 -04:00
gtkoverlaylayout.c layout managers: Handle native children 2019-06-11 14:52:30 -04:00
gtkoverlaylayoutprivate.h overlay: Use a layout manager 2019-03-28 16:36:59 -04:00
gtkpadcontroller.c padcontroller: Port to new API model 2018-04-26 17:59:42 +02:00
gtkpadcontroller.h padcontroller: Port to new API model 2018-04-26 17:59:42 +02:00
gtkpagesetup.c g-i: Add some nullable annotations 2018-11-18 13:36:50 +01:00
gtkpagesetup.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkpagesetupunixdialog.c Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkpagesetupunixdialog.h page setup dialog: Make final 2019-05-26 19:38:39 +00:00
gtkpaned.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkpaned.h paned: Make final 2019-05-27 03:25:34 +00:00
gtkpango.c render: Make gtk_render_layout() use the snapshot API 2018-07-24 20:55:45 +02:00
gtkpango.h render: Make gtk_render_layout() use the snapshot API 2018-07-24 20:55:45 +02:00
gtkpapersize.c gtk: Drop the "plus" 2019-02-05 11:26:20 +01:00
gtkpapersize.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkpasswordentry.c gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtkpasswordentry.h password entry: Adapt to new context menu api 2019-06-13 11:59:50 +00:00
gtkpathbar.c pathbar: Use gtk_widget_add_controller for drag source 2020-01-08 18:48:21 -05:00
gtkpathbar.h pathbar: Remove priv pointer 2018-08-05 10:22:10 +02:00
gtkpicture.c picture: Unref previous paintable 2019-07-13 09:38:28 +02:00
gtkpicture.h picture: Introduce 2018-06-10 02:23:02 +02:00
gtkplacessidebar.c Update all callers 2020-01-11 00:50:22 -05:00
gtkplacessidebarprivate.h placessidebar: Take a GdkDrag in _set_drop_targets_visible() 2018-07-17 19:19:14 +03:00
gtkplacesview.c placesview: Use a popover 2019-12-29 17:10:16 -05:00
gtkplacesviewprivate.h Drop GtkPlacesSidebar from public API 2018-01-08 14:38:55 -05:00
gtkplacesviewrow.c placesviewrow: popup-menu returns a boolean 2019-10-09 16:57:20 +02:00
gtkplacesviewrowprivate.h placesview: Remove event box usage 2017-08-02 14:05:02 +01:00
gtkpointerfocus.c Rename things 2019-04-08 08:42:25 -04:00
gtkpointerfocusprivate.h pointerfocus: Don't include gtk.h 2018-02-08 06:16:01 +01:00
gtkpopover.c popover: Use g_signal_connect_object on parent widget signal 2020-01-08 18:48:21 -05:00
gtkpopover.h popover: Drop unused api 2019-06-16 23:03:34 -04:00
gtkpopovermenu.c Add missing transfer notation for function return types. 2020-01-13 12:14:08 +13:00
gtkpopovermenu.h Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkpopovermenubar.c docs: Rewrite popover menu docs 2019-12-29 20:31:58 -05:00
gtkpopovermenubar.h Rename GtkPopoverBar to GtkPopoverMenuBar 2019-06-09 17:42:07 +00:00
gtkpopovermenubarprivate.h window: Move F10 handling to popover menubars 2019-12-29 18:44:26 -05:00
gtkpopovermenuprivate.h Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkpopoverprivate.h Reimplement GtkPopover 2019-05-28 20:25:13 +00:00
gtkprint-win32.c W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista) 2015-04-29 21:12:14 +00:00
gtkprint-win32.h
gtkprintbackend.c label: Remove "line" from wrap properties 2019-09-09 17:36:23 +02:00
gtkprintbackendprivate.h Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintcontext.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkprintcontext.h
gtkprinter.c gtk: rely on default marshallers 2019-05-30 20:56:50 -07:00
gtkprinter.h printer: Make private 2019-05-26 20:35:55 +00:00
gtkprinteroption.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:22:31 -07:00
gtkprinteroption.h
gtkprinteroptionset.c marshallers: add missing g_cclosure_marshal_VOID__VOID fixes 2019-05-29 13:48:33 -07:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c marshallers: add missing g_cclosure_marshal_VOID__VOID fixes 2019-05-29 13:48:33 -07:00
gtkprinteroptionwidget.h
gtkprinterprivate.h printer: Drop the priv pointer 2019-05-26 17:51:02 -04:00
gtkprintjob.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkprintjob.h print job: Make final 2019-05-26 17:51:24 -04:00
gtkprintoperation-portal.c Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintoperation-portal.h Add portal support to GtkPrintOperation 2016-07-08 00:09:05 -04:00
gtkprintoperation-private.h
gtkprintoperation-unix.c Rename gtkprintbackend.h to gtkprintbackendprivate.h 2019-05-26 22:23:52 +00:00
gtkprintoperation-win32.c win32: Use a regular window for printing 2019-12-29 20:31:58 -05:00
gtkprintoperation.c print operation: Reinstate the priv pointer 2019-06-13 15:58:07 -04:00
gtkprintoperation.h print operation: Use standard class padding 2019-05-26 18:38:41 -04:00
gtkprintoperationpreview.c gtk: rely on default marshallers 2019-05-30 20:56:50 -07:00
gtkprintoperationpreview.h
gtkprintsettings.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkprintsettings.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkprintunixdialog.c print dialog: Fix up page drawing 2019-12-24 12:30:28 -05:00
gtkprintunixdialog.h print dialog: Make final 2019-05-26 19:55:41 +00:00
gtkprintutils.c build: Enable -Wswitch-enum and -Wswitch-default 2017-10-06 21:23:39 +02:00
gtkprintutils.h
gtkprivate.c Move the should_use_portal helper to gdk 2018-11-04 08:17:32 -05:00
gtkprivate.h Use normal event propagation for DND events 2020-01-08 18:48:21 -05:00
gtkprivatetypebuiltins.c.template Use g_once for all the mkenums template files 2019-05-21 10:32:08 -05:00
gtkprivatetypebuiltins.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gtkprogressbar.c progressbar: Remove unnecessary snapshot implementation 2020-01-07 17:27:15 +01:00
gtkprogressbar.h progress bar: Make final 2019-05-26 18:49:21 -04:00
gtkprogresstracker.c progresstracker: Don't hand out NaN 2017-11-12 06:22:34 +01:00
gtkprogresstrackerprivate.h progresstracker: simple struct to track animation progress 2016-04-08 16:09:29 -07:00
gtkpropertylookuplistmodel.c propertylookuplistmodel: Add 2018-09-16 18:50:17 +02:00
gtkpropertylookuplistmodelprivate.h propertylookuplistmodel: Add 2018-09-16 18:50:17 +02:00
gtkquartz.c Continue renaming window to surface 2018-03-21 11:49:14 +01:00
gtkquartz.h Add some new function prototypes to gtkquartz.h. 2016-11-05 15:08:59 -07:00
gtkquery.c Remove some dead assignments 2019-07-14 10:08:04 +02:00
gtkquery.h query: Remove private pointer 2019-05-15 17:53:18 +02:00
gtkradiobutton.c togglebutton: Don't emit clicked during set_active() 2019-10-29 04:56:19 +01:00
gtkradiobutton.h radio button: Make final 2019-05-27 00:10:48 -04:00
gtkradiotoolbutton.c radio tool button: Make final 2019-05-28 18:58:46 -04:00
gtkradiotoolbutton.h radio tool button: Make final 2019-05-28 18:58:46 -04:00
gtkrange.c range: Avoid a divison by 0 2019-08-11 10:06:52 +02:00
gtkrange.h range: remove range_size_request vfunc 2019-08-09 14:30:01 +02:00
gtkrangeprivate.h colorscale: Redraw correct widget after setting rgba 2019-01-16 19:20:53 +01:00
gtkrbtree.c rbtree: Fix a crash in insertion fixup 2019-01-20 06:09:40 +01:00
gtkrbtreeprivate.h rbtree: Make node getters not require tree argument 2019-01-14 02:14:11 +01:00
gtkrecentmanager.c recentmanager: Stop using linked lists 2019-09-09 17:36:26 +02:00
gtkrecentmanager.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkrender.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkrender.h API: Remove gtk_render_frame_gap() 2018-07-24 20:55:45 +02:00
gtkrenderbackground.c renderbackground: Try to omit a save/restore pair 2020-01-07 17:27:16 +01:00
gtkrenderbackgroundprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrenderborder.c renderborder: Only get border width if we really need to 2020-01-07 17:27:17 +01:00
gtkrenderborderprivate.h css: Pass boxes to the render functions 2019-02-15 06:53:22 +01:00
gtkrendericon.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkrendericonprivate.h Remove builtin icons altogether 2020-01-10 14:34:56 -05: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 widget: Fix transform refcounting in allocate() 2019-05-29 16:34:56 +02:00
gtkrevealer.h revealer: Make final 2019-05-27 03:08:37 +00:00
gtkroot.c Assign a GtkConstraintSolver to each GtkRoot 2019-06-30 23:42:44 +01:00
gtkroot.h Move the Root interface to a private header 2019-06-30 23:42:44 +01:00
gtkrootprivate.h Assign a GtkConstraintSolver to each GtkRoot 2019-06-30 23:42:44 +01:00
gtkroundedbox.c gtkroundedbox: Remove some unneeded conditionals 2017-10-02 14:34:47 +02:00
gtkroundedboxprivate.h roundedbox: Add gtk_rounded_boxes_init_for_style() 2016-12-20 18:01:12 +01:00
gtkscale.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkscale.h scale: Add a destroy notify to set_format_value_func 2019-08-15 17:21:47 +02:00
gtkscalebutton.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:22:31 -07:00
gtkscalebutton.h volume button: Don't allow subclassing 2019-05-19 20:34:13 +00: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 The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkscrollable.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkscrollbar.c scrollbar: Use a box layout 2019-07-15 07:52:42 +02:00
gtkscrollbar.h scrollbar: Make final 2019-05-26 22:37:42 -04:00
gtkscrolledwindow.c Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtkscrolledwindow.h scrolled window: Make final 2019-05-28 22:35:36 +00:00
gtksearchbar.c search bar: Make final 2019-05-26 23:27:15 -04:00
gtksearchbar.h search bar: Make final 2019-05-26 23:27:15 -04:00
gtksearchengine.c gtk: rely on default marshallers 2019-05-30 20:56:50 -07:00
gtksearchengine.h Avoid more GFile<>uri roundtrips 2015-07-27 08:07:39 -04:00
gtksearchenginemodel.c gtk: Drop the "plus" 2019-02-05 11:26:20 +01:00
gtksearchenginemodel.h file chooser: Add and use a model search engine 2015-07-04 00:29:25 -04:00
gtksearchenginequartz.c searchenginequartz: Fix naming of Beagle @ comment 2019-01-07 20:46:08 +00:00
gtksearchenginequartz.h
gtksearchenginesimple.c gtk: Drop the "plus" 2019-02-05 11:26:20 +01:00
gtksearchenginesimple.h Forgotten file 2015-06-19 01:03:28 -04:00
gtksearchenginetracker.c searchenginetracker: Don't leak the hits' GFiles 2018-06-20 17:20:31 +01:00
gtksearchenginetracker.h GtkSearchEngineTracker: Avoid a private struct 2015-06-19 00:41:10 -04:00
gtksearchentry.c searchentry: Make the text entry expand 2019-10-22 09:37:07 +02: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
gtksearchlistmodel.c Update all callers 2020-01-11 00:50:22 -05:00
gtksearchlistmodel.h Update all callers 2020-01-11 00:50:22 -05:00
gtkselection.c Drop GTK content formats apis 2020-01-08 18:48:22 -05:00
gtkselection.h Drop GTK content formats apis 2020-01-08 18:48:22 -05:00
gtkselectionmodel.c selectionmodel: Remove doubled semicolon 2019-10-07 04:49:50 +02:00
gtkselectionmodel.h selectionmodel: Change prototype of query_range() 2019-02-15 06:28:35 +01:00
gtkselectionprivate.h dnd: Remove gdk_drag_get_selection() 2017-12-14 04:39:22 +01:00
gtkseparator.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkseparator.h separator: Make final 2019-05-26 22:37:56 -04:00
gtkseparatortoolitem.c gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtkseparatortoolitem.h separator tool item: Make final 2019-05-26 23:01:34 -04:00
gtksettings.c Use bundle id instead of package name for the macOS preview as filename is now changed 2020-01-14 22:15:05 +00:00
gtksettings.h settings: Remove RC property parsers 2019-11-22 07:35:03 +01:00
gtksettingsprivate.h gtksettings: Remove unused functions & prototypes 2019-09-09 17:36:24 +02:00
gtkshortcutlabel.c shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:07 +02:00
gtkshortcutlabel.h shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:08 +02:00
gtkshortcutsgroup.c shortcuts: Don't include gtk.h 2018-02-08 06:16:01 +01:00
gtkshortcutsgroup.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutssection.c Update stackswitcher CSS 2019-10-12 18:26:54 +02:00
gtkshortcutssection.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutsshortcut.c shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:08 +02: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 shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutswindow.h shortcuts window: Make not subclassable 2019-05-19 19:03:49 +00:00
gtkshortcutswindowprivate.h shortcuts: Follow changes of accels 2016-04-17 13:42:14 -04:00
gtkshow.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkshow.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtksidebarrow.c sidebarrow: Don't focus on click 2019-05-18 13:47:59 +02:00
gtksidebarrowprivate.h gtkplacessidebar: Show busy spinner in sidebar row during mount ops 2018-07-27 16:44:50 +02:00
gtksingleselection.c singleselection: Fix model property 2019-10-15 07:17:07 +02:00
gtksingleselection.h types: Move GTK_INVALID_LIST_POSITION here 2019-12-12 19:10:45 +01:00
gtksizegroup-private.h widget: Move resize function into gtkwidget.c 2015-10-28 19:44:28 +01:00
gtksizegroup.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtksizegroup.h sizegroup: Drop the priv pointer 2019-05-19 19:22:53 +00:00
gtksizerequest.c sizerequest: Remove _gtk_widget_get_preferred_size_and_baseline 2020-01-07 17:27:19 +01:00
gtksizerequest.h
gtksizerequestcache.c sizerequestcache: Inline out-var assignments 2018-08-05 10:22:10 +02:00
gtksizerequestcacheprivate.h sizerequestcache: Inline out-var assignments 2018-08-05 10:22:10 +02:00
gtkslicelistmodel.c docs: Miscellaneous doc fixes 2019-02-24 16:53:12 -05:00
gtkslicelistmodel.h GtkSliceListModel: add 2018-09-16 18:50:17 +02:00
gtksnapshot.c snapshot: Only normalize rectangle if we have to 2020-01-07 17:27:18 +01:00
gtksnapshot.h transform: Add perspective() 2019-03-05 20:46:00 +01:00
gtksnapshotprivate.h snapshot: Stop exporting _append_node_internal 2019-09-09 17:36:23 +02:00
gtksortlistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtksortlistmodel.h GtkSortListModel: Add 2018-09-16 18:50:17 +02:00
gtkspinbutton.c cell renderer spin: Bring this back 2019-12-24 03:33:02 -05:00
gtkspinbutton.h spin button: Make final 2019-05-26 23:22:47 -04:00
gtkspinner.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtkspinner.h spinner: Make final 2019-05-26 18:50:49 -04:00
gtkstack.c stack: return the stack page when adding a child, to ease setting props 2019-11-03 18:05:03 -08:00
gtkstack.h stack: return the stack page when adding a child, to ease setting props 2019-11-03 18:05:03 -08:00
gtkstacksidebar.c stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstacksidebar.h stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstackswitcher.c Update all callers 2020-01-11 00:50:22 -05:00
gtkstackswitcher.h stackswitcher: Inherit from GtkWidget 2019-10-12 18:12:58 +02:00
gtkstatusbar.c statusbar: Use a bin layout 2019-10-09 16:57:22 +02:00
gtkstatusbar.h status bar: Make final 2019-05-27 02:51:44 +00:00
gtkstyleanimation.c animatedstyle: don't share styleanimations 2016-04-08 16:09:30 -07:00
gtkstyleanimationprivate.h animatedstyle: don't share styleanimations 2016-04-08 16:09:30 -07:00
gtkstylecascade.c gtkstyleprovider: Rename -gtk-style-changed signal to have a valid name 2019-11-12 19:51:33 +00:00
gtkstylecascadeprivate.h
gtkstylecontext.c gtkstyleprovider: Rename -gtk-style-changed signal to have a valid name 2019-11-12 19:51:33 +00:00
gtkstylecontext.h Minor typos in the Documentation (a/an) 2019-08-25 12:52:46 +00:00
gtkstylecontextprivate.h stylecontext: Remove leftover function prototypes 2019-09-09 17:36:24 +02:00
gtkstyleproperty.c Drop unused gtkcssstylefuncs.c 2017-11-30 18:46:54 -05:00
gtkstylepropertyprivate.h Drop the aliasing api for style properties 2017-09-17 16:57:53 -04:00
gtkstyleprovider.c gtkstyleprovider: Rename -gtk-style-changed signal to have a valid name 2019-11-12 19:51:33 +00:00
gtkstyleprovider.h Fix reference to user styles in gtkstyleprovider.h 2018-06-07 08:54:23 +00:00
gtkstyleproviderprivate.h css: Merge GtkStyleProviderPrivate into GtkStyleProvider 2017-10-31 04:33:54 +01:00
gtkswitch.c switch: Stop using a private struct 2019-09-11 08:12:31 +02:00
gtkswitch.h switch: Stop using a private struct 2019-09-11 08:12:31 +02:00
gtktestutils.c gdk/x11: Remove gdk_disable_multidevice() 2019-05-15 01:05:20 +02:00
gtktestutils.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktext.c Update all callers 2020-01-11 00:50:22 -05:00
gtktext.h widget: Make gtk_widget_grab_focus() return a boolean 2019-10-15 16:33:05 +02:00
gtktextattributes.c Use GdkRGBA for text attributes 2016-11-01 13:58:10 -04:00
gtktextattributes.h Complete the privatization of GtkTextAttributes 2016-11-04 12:05:52 -04:00
gtktextbtree.c gtk: Stop using deprecated pango api 2019-02-04 18:28:31 -05:00
gtktextbtree.h textview: Replace pixbufs by textures 2017-11-29 23:22:13 -05:00
gtktextbuffer.c textbuffer: Add missing public API documentation. 2020-01-13 12:19:43 +13:00
gtktextbuffer.h textbuffer: Add a content provider api 2020-01-08 18:48:19 -05:00
gtktextbufferprivate.h Split off a private header for GtkTextBuffer 2015-10-15 23:04:44 -04:00
gtktextchild.c textview: Replace pixbufs by textures 2017-11-29 23:22:13 -05:00
gtktextchild.h
gtktextchildprivate.h textview: Replace pixbufs by textures 2017-11-29 23:22:13 -05:00
gtktexthandle.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtktexthandleprivate.h texthandle: Handle ltr/rtl positioning 2015-06-11 17:14:23 +02: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 Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktextiter.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktextiterprivate.h textiter: add _gtk_text_iter_same_line() 2019-07-28 10:34:15 -07:00
gtktextlayout.c textview: Render visible marks better 2020-01-03 13:00:53 -05:00
gtktextlayoutprivate.h textview: Render visible marks better 2020-01-03 13:00:53 -05: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 The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktextmark.h text mark: Use standard padding 2019-05-27 20:23:50 -04:00
gtktextmarkprivate.h textview: Make the semi-private headrs really private 2017-11-11 05:01:31 +01:00
gtktextprivate.h textview: add undo/redo support to GtkTextView 2019-11-05 09:34:29 -08:00
gtktextsegment.c textview: Make the semi-private headrs really private 2017-11-11 05:01:31 +01:00
gtktextsegment.h textview: Stop exporting private apis 2019-07-21 13:26:40 -07:00
gtktexttag.c texttag: avoid use of g_signal_emit_by_name() 2019-09-04 19:39:24 -07:00
gtktexttag.h text tag: Use standard padding 2019-05-27 20:23:50 -04:00
gtktexttagprivate.h Complete the privatization of GtkTextAttributes 2016-11-04 12:05:52 -04:00
gtktexttagtable.c texttag: avoid use of g_signal_emit_by_name() 2019-09-04 19:39:24 -07:00
gtktexttagtable.h text tag table: Make final 2019-05-27 20:23:50 -04:00
gtktexttagtableprivate.h texttag: avoid use of g_signal_emit_by_name() 2019-09-04 19:39:24 -07:00
gtktexttypes.c
gtktexttypes.h textview: Replace pixbufs by textures 2017-11-29 23:22:13 -05:00
gtktextutil.c textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextutil.h Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtktextview.c textview: propagate GtkTextBuffer can-undo/redo action state 2020-01-13 17:26:18 -08:00
gtktextview.h textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextviewchild.c textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextviewchildprivate.h textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextviewprivate.h Make GtkTextAttributes private 2016-11-01 13:58:10 -04:00
gtktogglebutton.c togglebutton: Don't emit clicked during set_active() 2019-10-29 04:56:19 +01:00
gtktogglebutton.h toggle button: Use standard padding 2019-05-27 04:08:07 +00:00
gtktoggletoolbutton.c gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtktoggletoolbutton.h toggle tool button: Use standard padding 2019-05-28 18:58:31 -04:00
gtktoolbar.c gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtktoolbar.h toolbar: make final 2019-05-28 23:38:16 +00:00
gtktoolbarprivate.h separatortoolitem: don't use custom sizing/rendering 2016-01-03 00:41:32 -08:00
gtktoolbutton.c toolbar: Simplify overflow implementation 2019-12-29 20:31:57 -05:00
gtktoolbutton.h tool button: Use standard padding 2019-05-28 18:58:05 -04:00
gtktoolitem.c toolitem: Remove unused members 2020-01-07 17:27:18 +01:00
gtktoolitem.h gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtktoolshell.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktoolshell.h toolbar: Remove icon sizes 2017-11-15 14:22:16 -05:00
gtktooltip.c tooltip: Never set a window to be its own parent 2019-12-30 09:52:13 -05:00
gtktooltip.h tooltip: Remove gtk_tooltip_trigger_tooltip_query 2019-01-18 19:43:51 +01:00
gtktooltipprivate.h tooltip: Remove gtk_tooltip_trigger_tooltip_query 2019-01-18 19:43:51 +01:00
gtktooltipwindow.c tooltip: Never set a window to be its own parent 2019-12-30 09:52:13 -05:00
gtktooltipwindowprivate.h tooltips: Stop using GTK_WINDOW_POPUP 2019-12-29 22:09:13 -05:00
gtktrashmonitor.c Don't confuse gtk-doc 2016-11-19 12:39:09 -05:00
gtktrashmonitor.h Fix the license version in GtkTrashMonitor 2015-11-19 12:54:48 +00:00
gtktreedatalist.c gtk: Strip newlines from g_warning and g_error 2016-02-28 12:23:12 -05:00
gtktreedatalist.h
gtktreednd.c Drop gdk_atom_intern 2017-12-13 23:39:03 -05:00
gtktreednd.h Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtktreelistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreelistmodel.h tree list model: Add a missing annotation 2019-12-08 00:30:32 -05:00
gtktreemodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreemodel.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktreemodelfilter.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtktreemodelfilter.h tree models: Use standard padding 2019-05-28 23:23:06 -04:00
gtktreemodelsort.c Annotate GtkTreeModelSort.new_with_model() appropriately 2019-12-03 15:36:42 +00:00
gtktreemodelsort.h tree models: Use standard padding 2019-05-28 23:23:06 -04:00
gtktreepopover.c Remove builtin icons altogether 2020-01-10 14:34:56 -05:00
gtktreepopoverprivate.h combobox: Replace GtkTreeMenu with a popover 2019-12-29 18:45:40 -05:00
gtktreeprivate.h Rename GtkRBTree to GtkTreeRBTree 2019-01-14 02:14:11 +01:00
gtktreerbtree.c Rename GtkRBTree to GtkTreeRBTree 2019-01-14 02:14:11 +01:00
gtktreerbtreeprivate.h Rename GtkRBTree to GtkTreeRBTree 2019-01-14 02:14:11 +01:00
gtktreeselection.c tree-selection: Drop GtkTreeSelectionPrivate 2019-12-16 20:54:23 -05:00
gtktreeselection.h treeview: Make final 2019-05-28 21:42:38 -04:00
gtktreesortable.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreesortable.h Fix a typo in the docs 2017-12-06 23:39:27 -05:00
gtktreestore.c Use the new GtkBuildableParser type in GtkBuildable interfaces 2019-09-10 12:08:20 -04:00
gtktreestore.h tree models: Use standard padding 2019-05-28 23:23:06 -04:00
gtktreeview.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreeview.h treeview: Use gdk_drag_begin 2020-01-08 18:48:21 -05:00
gtktreeviewcolumn.c gtk: Fix some g-i annotation warnings 2019-09-15 17:57:28 +02:00
gtktreeviewcolumn.h treeviewcolumn: Remove cell_area parameter from _cell_get_size 2019-08-09 17:04:58 +02:00
gtktypebuiltins.c.template Use g_once for all the mkenums template files 2019-05-21 10:32:08 -05:00
gtktypebuiltins.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gtktypes.h builder: Add GtkBuilderScope 2019-12-12 19:39:23 +01:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkutils.c gtk: Include the appropriate headers 2016-10-17 11:10:14 +01:00
gtkutilsprivate.h gtk/utils: Include stdio.h 2016-10-17 14:51:16 +01:00
gtkversion.h.in
gtkvideo.c video: Use a bin layout 2019-09-25 17:51:51 +02:00
gtkvideo.h video: Add header include guard 2018-10-06 00:29:31 +02:00
gtkviewport.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkviewport.h viewport: Cleanup 2019-05-26 15:18:42 -04:00
gtkvolumebutton.c volume button: Don't allow subclassing 2019-05-19 20:34:13 +00:00
gtkvolumebutton.h volume button: Don't allow subclassing 2019-05-19 20:34:13 +00:00
gtkwidget.c Quiet a compiler warning 2020-01-16 13:04:33 -05:00
gtkwidget.h Remove old drag dest api 2020-01-08 18:48:20 -05:00
gtkwidgetfocus.c Remove gtk_widget_get/set_has_surface 2019-05-28 20:25:15 +00:00
gtkwidgetpaintable.c widgetpaintable: Don't emit signals on dispose 2019-03-29 09:56:52 +01: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
gtkwidgetpath.c The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkwidgetpath.h The big versioning cleanup 2018-02-06 01:16:32 -05:00
gtkwidgetpathprivate.h Move private widget path functions away 2016-02-04 15:19:51 +01:00
gtkwidgetprivate.h sizerequest: Remove _gtk_widget_get_preferred_size_and_baseline 2020-01-07 17:27:19 +01:00
gtkwin32.c W32: don't put a string literal into gtk_libdir 2018-06-16 18:22:12 +00:00
gtkwindow.c Replace gtk_drop_target_attach/detach 2020-01-08 18:48:21 -05:00
gtkwindow.h Rename "iconify" to "minimize" 2019-11-16 20:07:37 +00:00
gtkwindowgroup.c Stop using gtk_widget_get_toplevel 2019-05-28 20:25:16 +00:00
gtkwindowgroup.h
gtkwindowprivate.h Remove gtk_window_set_hardcoded_surface 2019-12-30 00:31:32 -05:00
imm-extra.h Always include platform immodules 2018-02-24 21:34:40 -05:00
language-names.c Port the font chooser to just use harfbuzz 2019-11-01 13:01:54 -04:00
language-names.h Add font features on the tweak page 2018-01-03 12:18:18 -05:00
libgtk4.manifest.in build: Partially revert "Drop old MSC makefiles" 2017-08-15 23:37:24 +08:00
meson.build build: fix gtkdragicon header installation 2020-01-13 09:07:24 -08:00
open-type-layout.h Add font features on the tweak page 2018-01-03 12:18:18 -05:00
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 Rename all settings schemas to avoid conflict 2019-04-02 19:27:34 +00: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
script-names.c Fix a typo 2018-08-28 12:24:13 -04:00
script-names.h Add font features on the tweak page 2018-01-03 12:18:18 -05:00
text-input-unstable-v3.xml imwayland: Add text-input-unstable-v3 support 2018-12-18 20:27:12 +01:00