gtk2/gtk
Benjamin Otte c1f71ee3e8 window: Remove GtkWindowType and window->type
And remove code that was making decisions on the type and just use
the part for toplevels.
2020-02-14 21:18:49 +01:00
..
a11y window: Remove GtkWindowType and window->type 2020-02-14 21:18:49 +01:00
css Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
deprecated
emoji
gesture
glade
icons
inspector window: Remove GtkWindowType and window->type 2020-02-14 21:18:49 +01:00
theme Rename the SCSS files for our themes 2020-02-12 20:22:43 +00:00
tools window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
ui widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
compose-parse.py
fallback-c89.c
fnmatch.c
gdkpixbufutilsprivate.h Avoid mime sniffing where possible 2020-02-08 10:22:54 -05:00
gen-gtk-gresources-xml.py Rename the SCSS files for our themes 2020-02-12 20:22:43 +00:00
gen-paper-names.c
gentypefuncs.py
gsettings-mapping.c
gsettings-mapping.h
gskpango.c GskPango: Allow specifying a custom shape snapshot handler 2020-02-06 17:47:56 +01:00
gskpango.h GskPango: Allow specifying a custom shape snapshot handler 2020-02-06 17:47:56 +01:00
gtk-a11y.h a11y: Add an accessible for widgets with children 2020-02-06 16:54:59 -05:00
gtk-autocleanups.h GtkToolbar: remove 2020-02-07 14:08:26 +01:00
gtk-compose-lookaside.txt
gtk-text-input.xml
gtk-win32.rc.body.in
gtk.h GtkToolbar: remove 2020-02-07 14:08:26 +01:00
gtkaboutdialog.c icontheme: Clean up includes 2020-02-04 16:43:59 +01:00
gtkaboutdialog.h
gtkaccelgroup.c accelgroup: Fix a buffer overrun 2019-12-23 23:17:29 -05:00
gtkaccelgroup.h
gtkaccelgroupprivate.h
gtkaccellabel.c gdk: Make gdk_keyval_name() return a const char 2020-02-09 16:50:22 -05:00
gtkaccellabel.h
gtkaccellabelprivate.h
gtkaccelmap.c
gtkaccelmap.h
gtkaccelmapprivate.h
gtkaccessible.c
gtkaccessible.h
gtkactionable.c
gtkactionable.h
gtkactionbar.c
gtkactionbar.h
gtkactionhelper.c Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkactionhelperprivate.h
gtkactionmuxer.c
gtkactionmuxerprivate.h
gtkactionobservable.c
gtkactionobservableprivate.h
gtkactionobserver.c
gtkactionobserverprivate.h
gtkadjustment.c
gtkadjustment.h
gtkadjustmentprivate.h
gtkallocatedbitmask.c
gtkallocatedbitmaskprivate.h
gtkappchooser.c
gtkappchooser.h
gtkappchooserbutton.c
gtkappchooserbutton.h
gtkappchooserdialog.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c appchooserwidget: Remove ::populate-popup 2019-12-29 17:10:16 -05:00
gtkappchooserwidget.h
gtkapplication-dbus.c
gtkapplication-quartz-menu.c Rename GtkIcon to GtkIconPaintable 2020-02-04 17:19:22 +01:00
gtkapplication-quartz.c
gtkapplication-wayland.c
gtkapplication-x11.c
gtkapplication.c profiler: Add _end_mark() version of _add_mark() 2020-02-12 11:25:34 +01:00
gtkapplication.h
gtkapplicationaccels.c
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c applicationwindow: Stop using a menu bar 2019-12-29 17:10:16 -05:00
gtkapplicationwindow.h
gtkaspectframe.c
gtkaspectframe.h
gtkassistant.c
gtkassistant.h
gtkbin.c bin: Move vfunc implementations before class_init 2020-01-07 17:27:18 +01:00
gtkbin.h
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
gtkbinlayout.c
gtkbinlayout.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h
gtkbookmarksmanager.c Read bookmarks async 2020-02-05 01:01:47 -05:00
gtkbookmarksmanagerprivate.h
gtkborder.c
gtkborder.h
gtkbox.c box: Move vfunc implementations before class_init 2020-02-07 13:16:32 -05:00
gtkbox.h
gtkboxlayout.c {box,grid}layout: Access border spacing directly 2020-02-07 13:16:32 -05:00
gtkboxlayout.h
gtkbuildable.c
gtkbuildable.h
gtkbuilder-menus.c
gtkbuilder.c GtkBuilder: Directly load the fallback missing image 2020-02-06 17:47:56 +01:00
gtkbuilder.h builder: Minor doc fixes 2019-12-12 17:30:36 -05:00
gtkbuilderparser.c builder: Don't add profiler marks for short parses 2020-02-12 12:42:29 +01:00
gtkbuilderprecompile.c
gtkbuilderprivate.h builder: Add gtk_builder_lookup_object() 2019-12-12 19:12:11 +01:00
gtkbuilderscope.c Fix the function name in the gtk-doc stanza 2020-02-13 14:53:25 +00:00
gtkbuilderscope.h builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuilderscopeprivate.h builder: Turn last dlsym() function into a scope API 2019-12-12 19:39:36 +01:00
gtkbuiltinicon.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkbuiltiniconprivate.h indentation: fix various alignment issues 2020-01-30 12:27:15 +01:00
gtkbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkbutton.h
gtkbuttonprivate.h
gtkcalendar.c docs: Match the argument name with its declaration 2020-02-13 14:53:25 +00:00
gtkcalendar.h calendar: Keep a GDateTime around 2020-02-07 13:16:32 -05:00
gtkcellarea.c
gtkcellarea.h
gtkcellareabox.c
gtkcellareabox.h
gtkcellareaboxcontext.c
gtkcellareaboxcontextprivate.h
gtkcellareacontext.c
gtkcellareacontext.h
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c
gtkcelllayout.h
gtkcellrenderer.c
gtkcellrenderer.h
gtkcellrendereraccel.c accelcellrenderer: Stop grabbing 2019-12-29 20:31:58 -05:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c IconTheme: Simplify icon scaling 2020-02-06 09:38:25 +01:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c
gtkcellrendererprogress.h
gtkcellrendererspin.c cell renderer spin: Bring this back 2019-12-24 03:33:02 -05:00
gtkcellrendererspin.h
gtkcellrendererspinner.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcellrendererspinner.h
gtkcellrenderertext.c stylecontext: Get rid of gtk_style_context_get() 2020-01-28 02:58:02 +01:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcellrenderertoggle.h
gtkcellview.c
gtkcellview.h
gtkcenterbox.c
gtkcenterbox.h
gtkcenterlayout.c
gtkcenterlayout.h
gtkcheckbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkcheckbutton.h
gtkcheckbuttonprivate.h
gtkcolorbutton.c Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtkcolorbutton.h
gtkcolorchooser.c
gtkcolorchooser.h
gtkcolorchooserdialog.c
gtkcolorchooserdialog.h
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkcolorchooserwidget.h
gtkcoloreditor.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkcoloreditorprivate.h
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h Don't export color picker functions 2020-02-05 01:01:47 -05:00
gtkcolorpickershell.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorpickershellprivate.h
gtkcolorplane.c GdkRGBA: Use floats instead of doubles 2020-01-07 17:27:15 +01:00
gtkcolorplaneprivate.h
gtkcolorscale.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkcolorscaleprivate.h
gtkcolorswatch.c Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtkcolorswatchprivate.h
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 Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkcombobox.h
gtkcomboboxprivate.h
gtkcomboboxtext.c
gtkcomboboxtext.h
gtkcomposetable.c
gtkcomposetable.h
gtkconstraint.c
gtkconstraint.h
gtkconstraintexpression.c
gtkconstraintexpressionprivate.h
gtkconstraintguide.c
gtkconstraintguide.h
gtkconstraintguideprivate.h
gtkconstraintlayout.c
gtkconstraintlayout.h
gtkconstraintlayoutprivate.h
gtkconstraintprivate.h
gtkconstraintsolver.c
gtkconstraintsolverprivate.h
gtkconstrainttypesprivate.h
gtkconstraintvflparser.c
gtkconstraintvflparserprivate.h
gtkcontainer.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkcontainer.h containter: Remove gtk_container_get_path_for_child() 2020-01-21 12:47:16 +01:00
gtkcontainerprivate.h
gtkcountingbloomfilterprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssanimatedstyle.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssanimatedstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssanimation.c
gtkcssanimationprivate.h
gtkcssarrayvalue.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssarrayvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssbgsizevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssbordervalueprivate.h
gtkcssboxesimplprivate.h css boxes: Compute inline box from border box 2020-02-11 12:10:16 +01:00
gtkcssboxesprivate.h
gtkcsscalcvalue.c numbervalue: Add early-out to multiply() 2020-01-18 08:49:52 +01:00
gtkcsscalcvalueprivate.h
gtkcsscolorvalue.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcsscolorvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsscornervalue.c dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcsscornervalueprivate.h dimensionvalue: Add gtk_css_{dimension,corner}_value_is_zero() 2020-01-26 18:21:07 +01:00
gtkcssdimensionvalue.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcssdimensionvalueprivate.h cssdimensionvalue: Remove an outdated comment 2020-01-26 18:21:07 +01:00
gtkcssdynamic.c
gtkcssdynamicprivate.h
gtkcsseasevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsseasevalueprivate.h
gtkcssenumvalue.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkcssenumvalueprivate.h
gtkcssfiltervalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssfiltervalueprivate.h
gtkcssfontfeaturesvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssfontvariationsvalueprivate.h
gtkcssiconthemevalue.c cssvalue: Add is_computed flag 2020-01-18 08:49:51 +01:00
gtkcssiconthemevalueprivate.h
gtkcssimage.c cssimage: Add gtk_css_image_to_string() 2020-01-26 18:21:07 +01:00
gtkcssimagecrossfade.c cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimagecrossfadeprivate.h
gtkcssimagefallback.c cssimagefallback: Don't snapshot invisible colors 2020-01-18 08:49:52 +01:00
gtkcssimagefallbackprivate.h
gtkcssimageicontheme.c Remove unnecessary image-missing fallbacks 2020-02-06 09:50:04 +01:00
gtkcssimageiconthemeprivate.h Rename GtkIcon to GtkIconPaintable 2020-02-04 17:19:22 +01:00
gtkcssimageinvalid.c
gtkcssimageinvalidprivate.h
gtkcssimagelinear.c cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimagelinearprivate.h cssimagelinear: Use count+array for the color stops, not GArray 2020-01-18 08:49:51 +01:00
gtkcssimagepaintable.c cssimagepaintable: Implement is_computed() 2020-01-24 06:08:39 +01:00
gtkcssimagepaintableprivate.h
gtkcssimageprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssimageradial.c cssimage: Add is_computed vfunc 2020-01-18 08:49:51 +01:00
gtkcssimageradialprivate.h cssimageradial: Use array + length instead of GArray 2020-01-18 08:49:51 +01:00
gtkcssimagerecolor.c Avoid mime sniffing where possible 2020-02-08 10:22:54 -05:00
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c cssimagescaled: Implement is_computed() 2020-01-24 06:08:39 +01:00
gtkcssimagescaledprivate.h
gtkcssimageurl.c GtkCssImageUrl: Implement is_computed() 2020-01-26 18:21:07 +01:00
gtkcssimageurlprivate.h
gtkcssimagevalue.c Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssimagevalueprivate.h
gtkcssinheritvalue.c cssvalue: Add type names for all classes 2020-01-18 08:49:51 +01:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c css: Simplify default values 2020-01-18 08:49:52 +01:00
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c
gtkcsskeyframesprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsslookup.c css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcsslookupprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssnode.c profiler: Make profiler-is-running a macro 2020-02-12 11:05:01 +01:00
gtkcssnodedeclaration.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodedeclarationprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodeprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcssnodestylecache.c
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c numbervalue: Add early-out to multiply() 2020-01-18 08:49:52 +01:00
gtkcssnumbervalueprivate.h numbervalue: Add early-out to multiply() 2020-01-18 08:49:52 +01:00
gtkcsspalettevalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsspalettevalueprivate.h
gtkcssparser.c
gtkcssparserprivate.h
gtkcsspositionvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcsspositionvalueprivate.h
gtkcssprovider.c profiler: Add _end_mark() version of _add_mark() 2020-02-12 11:25:34 +01:00
gtkcssprovider.h
gtkcssproviderprivate.h
gtkcssrepeatvalue.c cssvalue: Add is_computed flag 2020-01-18 08:49:51 +01:00
gtkcssrepeatvalueprivate.h
gtkcssselector.c cssselector: Rework how we handle the bloom filter 2020-01-29 04:20:47 +01:00
gtkcssselectorprivate.h selector: Rework iterating over subnodes 2020-01-28 04:32:15 +01:00
gtkcssshadowvalue.c css: Don't lose inset when computing shadows 2020-01-26 20:18:23 -05:00
gtkcssshadowvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssshorthandproperty.c styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkcssshorthandpropertyimpl.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssshorthandpropertyprivate.h styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkcssstaticstyle.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssstaticstyleprivate.h css: Split styles into groups 2020-01-29 11:07:32 +01:00
gtkcssstringvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssstringvalueprivate.h
gtkcssstyle.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01: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: Add a comment 2020-02-09 10:23:27 -05:00
gtkcssstyleproperty.c styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkcssstylepropertyimpl.c Remove unused include 2020-02-09 16:50:22 -05:00
gtkcssstylepropertyprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsstransformvalue.c css: Mark transform value as computed 2020-01-18 08:49:52 +01:00
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkcsstransientnodeprivate.h
gtkcsstransition.c
gtkcsstransitionprivate.h
gtkcsstypes.c css: Remove unused function 2020-02-05 04:03:43 +01:00
gtkcsstypesprivate.h css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkcssunsetvalue.c cssvalue: Add type names for all classes 2020-01-18 08:49:51 +01:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcssvalueprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gtkcsswidgetnode.c stylecontext: Remove the "changed" signal 2020-02-05 04:03:43 +01:00
gtkcsswidgetnodeprivate.h
gtkcustomlayout.c gi: Skip gtk_custom_layout_new() 2020-02-13 14:53:25 +00:00
gtkcustomlayout.h
gtkcustompaperunixdialog.c print: Don't use a toolbar in the custom paper dialog 2020-02-07 14:08:08 +01:00
gtkcustompaperunixdialog.h
gtkdbusinterfaces.xml
gtkdebug.h Remove GTK_DEBUG=baselines 2020-02-10 00:10:43 -05:00
gtkdialog.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkdialog.h
gtkdialogprivate.h
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 Use style values directly 2020-01-29 11:07:32 +01: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 icontheme: Pass fallbacks as optional argument to lookup_icon() 2020-02-04 16:51:54 +01:00
gtkdragsource.h Remove unused includes 2020-02-09 23:59:22 -05:00
gtkdrawingarea.c Fix incorrect use of GIR closure annotations. 2020-01-13 14:11:15 +13:00
gtkdrawingarea.h
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 Fix the Emoji chooser finalize 2020-02-12 14:23:01 -05:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c Fix Emoji completion 2020-01-23 14:07:09 -05:00
gtkemojicompletion.h
gtkentry.c Remove unused includes 2020-02-09 23:59:22 -05:00
gtkentry.h Remove unused includes 2020-02-09 23:59:22 -05:00
gtkentrybuffer.c entrybuffer: remove text in ::deleted-text default handler 2019-11-05 10:27:29 -08:00
gtkentrybuffer.h
gtkentrycompletion.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkentrycompletion.h
gtkentryprivate.h entry: Remove unused function 2019-10-22 09:37:08 +02:00
gtkenums.h Move GTK_BORDER_STYLE_HIDDEN before GTK_BORDER_STYLE_SOLID 2020-02-07 13:15:59 -05:00
gtkeventcontroller.c eventcontroller: Fix name property 2019-12-25 09:47:22 -05:00
gtkeventcontroller.h
gtkeventcontrollerkey.c imwayland: Connect gtk_im_context_focus_in/out to GtkEventControllerKey 2020-01-28 23:47:16 +09:00
gtkeventcontrollerkey.h eventcontrollerkey: Add getters for the properties 2019-10-07 04:49:50 +02:00
gtkeventcontrollerlegacy.c
gtkeventcontrollerlegacy.h
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
gtkeventcontrollerscroll.c eventcontrollerscroll: Events are unhandled by default 2019-09-25 17:51:53 +02:00
gtkeventcontrollerscroll.h
gtkexpander.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkexpander.h
gtkfilechooser.c
gtkfilechooser.h
gtkfilechooserbutton.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkfilechooserbutton.h
gtkfilechooserdialog.c filechooser: Remove debug spew 2020-01-31 16:55:01 +01:00
gtkfilechooserdialog.h
gtkfilechooserembed.c filechooser: Remove default size machinery 2020-01-28 02:17:31 +01:00
gtkfilechooserembed.h filechooser: Remove default size machinery 2020-01-28 02:17:31 +01:00
gtkfilechooserentry.c widget: Make gtk_widget_grab_focus() return a boolean 2019-10-15 16:33:05 +02:00
gtkfilechooserentry.h
gtkfilechoosererrorstack.c
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c
gtkfilechoosernative.h
gtkfilechoosernativeportal.c
gtkfilechoosernativeprivate.h
gtkfilechoosernativequartz.c
gtkfilechoosernativewin32.c
gtkfilechooserprivate.h
gtkfilechooserutils.c
gtkfilechooserutils.h
gtkfilechooserwidget.c filechooser: Remove outdated hack 2020-02-09 16:54:38 -05:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h
gtkfilefilter.c
gtkfilefilter.h
gtkfilefilterprivate.h
gtkfilesystem.c
gtkfilesystem.h
gtkfilesystemmodel.c
gtkfilesystemmodel.h
gtkfilterlistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkfilterlistmodel.h
gtkfixed.c
gtkfixed.h
gtkfixedlayout.c fixed layout: Actually set child transforms 2020-01-08 10:40:44 -05:00
gtkfixedlayout.h
gtkflattenlistmodel.c
gtkflattenlistmodel.h
gtkflowbox.c stylecontext: Get rid of gtk_style_context_get() 2020-01-28 02:58:02 +01:00
gtkflowbox.h
gtkfontbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkfontbutton.h
gtkfontchooser.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkfontchooser.h
gtkfontchooserdialog.c
gtkfontchooserdialog.h
gtkfontchooserprivate.h
gtkfontchooserutils.c
gtkfontchooserutils.h
gtkfontchooserwidget.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkfontchooserwidget.h
gtkfontchooserwidgetprivate.h
gtkframe.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkframe.h
gtkgesture.c gtkgesture: Fix get-center for touchpad gestures 2020-01-17 22:34:48 +02:00
gtkgesture.h
gtkgestureclick.c
gtkgestureclick.h
gtkgestureclickprivate.h
gtkgesturedrag.c
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c Move the rest of the drag-source api over 2020-01-08 18:48:20 -05:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturepan.c
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c gtkgesturerotate: Fix a memory leak 2019-12-18 23:03:19 +02:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c
gtkgesturestylus.h
gtkgesturestylusprivate.h
gtkgestureswipe.c
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c
gtkgesturezoom.h
gtkgesturezoomprivate.h
gtkgizmo.c
gtkgizmoprivate.h
gtkgladecatalog.c
gtkglarea.c
gtkglarea.h
gtkgrid.c
gtkgrid.h
gtkgridlayout.c {box,grid}layout: Access border spacing directly 2020-02-07 13:16:32 -05:00
gtkgridlayout.h
gtkheaderbar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkheaderbar.h
gtkheaderbarprivate.h
gtkhsla.c
gtkhslaprivate.h
gtkiconcache.c icontheme: Optimize memory use and lookup speed by internalizing icon names 2020-02-07 12:00:52 +01:00
gtkiconcacheprivate.h icontheme: Optimize memory use and lookup speed by internalizing icon names 2020-02-07 12:00:52 +01:00
gtkiconcachevalidatorprivate.h
gtkiconhelper.c Rename GTK_ICON_LOOKUP_LOAD_IN_THREAD to GTK_ICON_LOOKUP_PRELOAD 2020-02-10 11:43:47 +01:00
gtkiconhelperprivate.h IconTheme: Simplify icon scaling 2020-02-06 09:38:25 +01:00
gtkicontheme.c icon theme: Don't add profiler marks for short async icon loads 2020-02-12 12:43:27 +01:00
gtkicontheme.h Typo fix 2020-02-11 07:46:12 -05:00
gtkiconthemeprivate.h icontheme: Optimize memory use and lookup speed by internalizing icon names 2020-02-07 12:00:52 +01:00
gtkiconview.c Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtkiconview.h Remove unused includes 2020-02-09 23:59:22 -05:00
gtkiconviewprivate.h iconview: Use a named subnode for dnd highlight 2020-01-08 18:48:22 -05:00
gtkimage.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkimage.h
gtkimagedefinition.c
gtkimagedefinitionprivate.h
gtkimageprivate.h
gtkimcontext.c
gtkimcontext.h
gtkimcontextbroadway.c
gtkimcontextbroadway.h
gtkimcontextime.c stylecontext: Get rid of gtk_style_context_get() 2020-01-28 02:58:02 +01:00
gtkimcontextime.h
gtkimcontextquartz.c
gtkimcontextquartz.h
gtkimcontextsimple.c
gtkimcontextsimple.h
gtkimcontextsimpleprivate.h
gtkimcontextsimpleseqs.h
gtkimcontextwayland.c imwayland: Fix get_preedit_string cursor position 2020-01-17 16:16:13 +08:00
gtkimcontextwayland.h
gtkimmodule.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c
gtkimmulticontext.h
gtkinfobar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkinfobar.h
gtkintl.h
gtkistringprivate.h texthistory: add GtkTextHistory helper 2019-11-05 09:34:29 -08:00
gtkkeyhash.c
gtkkeyhash.h
gtkkineticscrolling.c
gtkkineticscrollingprivate.h
gtklabel.c label: Don't use gtk_widget_peek_style_context 2020-02-07 13:16:45 -05:00
gtklabel.h gtk: Remove menu code 2019-12-29 20:31:58 -05:00
gtklabelprivate.h
gtklayoutchild.c
gtklayoutchild.h
gtklayoutmanager.c
gtklayoutmanager.h
gtklayoutmanagerprivate.h
gtklevelbar.c Start using GtkWidget's new style class API 2020-02-07 13:16:32 -05:00
gtklevelbar.h
gtklinkbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtklinkbutton.h
gtklistbox.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtklistbox.h
gtklistlistmodel.c
gtklistlistmodelprivate.h
gtkliststore.c
gtkliststore.h
gtklockbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c
gtkmagnifierprivate.h
gtkmain.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtkmain.h Drop gtk_get_main_thread 2020-02-09 23:13:13 -05:00
gtkmaplistmodel.c maplistmodel: Add an example to the docs 2020-02-04 17:51:01 +01:00
gtkmaplistmodel.h
gtkmarshalers.list marshalers: Add another 2020-01-08 18:48:19 -05:00
gtkmediacontrols.c
gtkmediacontrols.h
gtkmediafile.c mediafile: Add g-i annotations for actual return-type of factory methods 2019-09-26 08:19:25 +02:00
gtkmediafile.h
gtkmediafileprivate.h
gtkmediastream.c
gtkmediastream.h
gtkmenubutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkmenubutton.h menubutton: Stop supporting menus 2019-12-29 20:31:57 -05:00
gtkmenubuttonprivate.h
gtkmenusectionbox.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkmenusectionboxprivate.h
gtkmenutracker.c
gtkmenutrackeritem.c
gtkmenutrackeritemprivate.h
gtkmenutrackerprivate.h
gtkmessagedialog.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkmessagedialog.h
gtkmnemonichash.c
gtkmnemonichash.h
gtkmodelbutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkmodelbuttonprivate.h Privatize popover menu pieces 2019-11-11 12:42:06 +01:00
gtkmodules.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c
gtkmountoperation.c Replace last users of gtk_icon_paintable_download_texture () 2020-02-06 17:47:56 +01:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtknative.c
gtknative.h
gtknativedialog.c
gtknativedialog.h
gtknativedialogprivate.h
gtknativeprivate.h
gtknomediafile.c
gtknomediafileprivate.h
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 Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtknotebook.h
gtkorientable.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkorientable.h
gtkorientableprivate.h
gtkoverlay.c
gtkoverlay.h
gtkoverlaylayout.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkoverlaylayoutprivate.h
gtkpadcontroller.c
gtkpadcontroller.h
gtkpagesetup.c
gtkpagesetup.h
gtkpagesetupunixdialog.c
gtkpagesetupunixdialog.h
gtkpaned.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkpaned.h
gtkpango.c
gtkpango.h
gtkpapersize.c
gtkpapersize.h
gtkpasswordentry.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkpasswordentry.h
gtkpathbar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkpathbar.h
gtkpicture.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkpicture.h
gtkplacessidebar.c Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtkplacessidebarprivate.h
gtkplacesview.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkplacesviewprivate.h
gtkplacesviewrow.c placesviewrow: popup-menu returns a boolean 2019-10-09 16:57:20 +02:00
gtkplacesviewrowprivate.h
gtkpointerfocus.c
gtkpointerfocusprivate.h
gtkpopover.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkpopover.h
gtkpopovermenu.c popovermenu: Avoid an uninitialized variable 2020-02-12 17:58:41 -05: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
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
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c
gtkprintbackendprivate.h
gtkprintcontext.c
gtkprintcontext.h
gtkprinter.c
gtkprinter.h
gtkprinteroption.c
gtkprinteroption.h
gtkprinteroptionset.c
gtkprinteroptionset.h
gtkprinteroptionwidget.c
gtkprinteroptionwidget.h
gtkprinterprivate.h
gtkprintjob.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkprintjob.h
gtkprintoperation-portal.c
gtkprintoperation-portal.h
gtkprintoperation-private.h
gtkprintoperation-unix.c
gtkprintoperation-win32.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtkprintoperation.c
gtkprintoperation.h
gtkprintoperationpreview.c
gtkprintoperationpreview.h
gtkprintsettings.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtkprintsettings.h
gtkprintunixdialog.c cssnode: Convert name + id from interned string to GQuark 2020-01-28 02:17:03 +01:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.c
gtkprivate.h Remove gtk_propagate_event from public API 2020-02-09 11:00:53 -05:00
gtkprivatetypebuiltins.c.template
gtkprivatetypebuiltins.h.template
gtkprogressbar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkprogressbar.h
gtkprogresstracker.c
gtkprogresstrackerprivate.h
gtkpropertylookuplistmodel.c
gtkpropertylookuplistmodelprivate.h
gtkquartz.c
gtkquartz.h
gtkquery.c
gtkquery.h
gtkradiobutton.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtkradiobutton.h
gtkrange.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c
gtkrbtreeprivate.h
gtkrecentmanager.c
gtkrecentmanager.h
gtkrender.c GtkIconPaintable: Always recolor when snapshotting. 2020-02-06 09:38:25 +01:00
gtkrender.h render: Remove gtk_render_background_get_clip 2020-01-26 18:21:07 +01:00
gtkrenderbackground.c css: Make some local variables const 2020-02-05 04:03:43 +01:00
gtkrenderbackgroundprivate.h
gtkrenderborder.c renderborder: Make simple border case more obvious 2020-02-07 13:15:59 -05:00
gtkrenderborderprivate.h
gtkrendericon.c gtk_css_style_snapshot_icon_paintable: Fix uninitialized memory access 2020-02-06 17:47:56 +01:00
gtkrendericonprivate.h GtkIconPaintable: Always recolor when snapshotting. 2020-02-06 09:38:25 +01:00
gtkrendernodepaintable.c rendernodepaintable: ceil() bounds for intrinsic size 2020-01-07 17:27:19 +01:00
gtkrendernodepaintableprivate.h
gtkrevealer.c revealer: Fix child size allocation at small scales 2020-02-11 13:52:12 +01:00
gtkrevealer.h
gtkroot.c
gtkroot.h
gtkrootprivate.h gtkroot: Make enum a typedef 2020-02-07 01:00:52 +01:00
gtkroundedbox.c css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkroundedboxprivate.h css: Remove outline border radius properties 2020-02-08 20:43:16 +01:00
gtkscale.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkscale.h
gtkscalebutton.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkscalebutton.h
gtkscaler.c
gtkscalerprivate.h
gtkscrollable.c
gtkscrollable.h
gtkscrollbar.c
gtkscrollbar.h
gtkscrolledwindow.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkscrolledwindow.h
gtksearchbar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtksearchbar.h
gtksearchengine.c Remove simple search engine 2020-01-31 16:52:27 +01:00
gtksearchengine.h
gtksearchenginemodel.c
gtksearchenginemodel.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginetracker.c
gtksearchenginetracker.h
gtksearchentry.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtksearchentry.h
gtksearchentryprivate.h
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
gtkselectionprivate.h
gtkseparator.c
gtkseparator.h
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
gtkshortcutlabel.c gdk: Make gdk_keyval_name() return a const char 2020-02-09 16:50:22 -05:00
gtkshortcutlabel.h shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:08 +02:00
gtkshortcutsgroup.c
gtkshortcutsgroup.h
gtkshortcutssection.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkshortcutssection.h
gtkshortcutsshortcut.c shortcutlabel: Inherit from GtkWidget 2019-10-22 09:37:08 +02:00
gtkshortcutsshortcut.h
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkshortcutswindow.h
gtkshortcutswindowprivate.h
gtkshow.c
gtkshow.h
gtksidebarrow.c Remove unused includes 2020-02-09 23:59:22 -05:00
gtksidebarrowprivate.h
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
gtksizegroup.c
gtksizegroup.h
gtksizerequest.c Use style values directly 2020-01-29 11:07:32 +01:00
gtksizerequest.h
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtkslicelistmodel.c slicelistmodel: Fix two wrong computations 2020-02-14 03:15:22 +01:00
gtkslicelistmodel.h
gtksnapshot.c snapshot: Remove new_with_parent 2020-02-07 13:16:32 -05:00
gtksnapshot.h
gtksnapshotprivate.h snapshot: Remove new_with_parent 2020-02-07 13:16:32 -05:00
gtksortlistmodel.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtksortlistmodel.h
gtkspinbutton.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtkspinbutton.h
gtkspinner.c widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkspinner.h
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 Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkstacksidebar.h stacksidebar: Inherit from GtkWidget 2019-10-09 16:57:22 +02:00
gtkstackswitcher.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -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
gtkstyleanimation.c
gtkstyleanimationprivate.h
gtkstylecascade.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstylecascadeprivate.h
gtkstylecontext.c stylecontext: Remove unused typedef 2020-02-05 04:03:43 +01:00
gtkstylecontext.h Remove gtk_style_context_get_parent() 2020-02-13 14:53:25 +00:00
gtkstylecontextprivate.h stylecontext: Remove the "changed" signal 2020-02-05 04:03:43 +01:00
gtkstyleproperty.c styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkstylepropertyprivate.h styleproperty: Remove ability to query properties 2020-01-28 02:58:02 +01:00
gtkstyleprovider.c css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkstyleprovider.h
gtkstyleproviderprivate.h css: Add fast-path for parent selector matching 2020-01-28 02:17:03 +01:00
gtkswitch.c
gtkswitch.h
gtktestutils.c Stop using gtk_main and gtk_main_quit 2020-02-09 23:12:32 -05:00
gtktestutils.h
gtktext.c Remove unused includes 2020-02-09 23:59:22 -05:00
gtktext.h widget: Make gtk_widget_grab_focus() return a boolean 2019-10-15 16:33:05 +02:00
gtktextattributes.c
gtktextattributes.h
gtktextbtree.c textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextbtree.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextbuffer.c Match argument name between declaration and definition 2020-02-13 14:53:25 +00:00
gtktextbuffer.h Match argument name between declaration and definition 2020-02-13 14:53:25 +00:00
gtktextbufferprivate.h
gtktextchild.c textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextchild.h
gtktextchildprivate.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexthandle.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtktexthandleprivate.h
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 textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextiter.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextiterprivate.h
gtktextlayout.c Merge branch 'icon-theme-api-rework' into 'master' 2020-02-10 12:45:56 +00: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
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextprivate.h textview: add undo/redo support to GtkTextView 2019-11-05 09:34:29 -08:00
gtktextsegment.c
gtktextsegment.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexttag.c
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c
gtktexttagtable.h
gtktexttagtableprivate.h
gtktexttypes.c
gtktexttypes.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextutil.c Use style values directly 2020-01-29 11:07:32 +01:00
gtktextutil.h Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtktextview.c textview: Fix docs typo 2020-02-14 21:18:49 +01:00
gtktextview.h textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextviewchild.c cssnode: Convert name + id from interned string to GQuark 2020-01-28 02:17:03 +01:00
gtktextviewchildprivate.h textview: use GtkTextViewChild for border and overlay children 2019-10-04 14:45:43 -07:00
gtktextviewprivate.h
gtktogglebutton.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtktogglebutton.h
gtktooltip.c tooltip: Never set a window to be its own parent 2019-12-30 09:52:13 -05:00
gtktooltip.h
gtktooltipprivate.h
gtktooltipwindow.c tooltip: Don't css-validate 2020-02-04 17:19:04 +01:00
gtktooltipwindowprivate.h tooltips: Stop using GTK_WINDOW_POPUP 2019-12-29 22:09:13 -05:00
gtktrashmonitor.c
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c
gtktreednd.h Remove gtkdnd.h 2020-01-08 18:48:20 -05:00
gtktreelistmodel.c treelistmodel: Small documentation tweaks 2020-02-04 17:51:01 +01: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
gtktreemodelfilter.c
gtktreemodelfilter.h
gtktreemodelsort.c Annotate GtkTreeModelSort.new_with_model() appropriately 2019-12-03 15:36:42 +00:00
gtktreemodelsort.h
gtktreepopover.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtktreepopoverprivate.h treepopover: Fix header guard 2020-02-07 13:16:32 -05:00
gtktreeprivate.h
gtktreerbtree.c
gtktreerbtreeprivate.h
gtktreeselection.c tree-selection: Drop GtkTreeSelectionPrivate 2019-12-16 20:54:23 -05:00
gtktreeselection.h
gtktreesortable.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreesortable.h
gtktreestore.c treestore: Silence compiler warnings 2020-02-05 01:01:47 -05:00
gtktreestore.h
gtktreeview.c Add a notify function to GdkContentProvider 2020-02-13 14:53:25 +00:00
gtktreeview.h treeview: Use gdk_drag_begin 2020-01-08 18:48:21 -05:00
gtktreeviewcolumn.c
gtktreeviewcolumn.h
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtktypes.h widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkversion.h.in
gtkvideo.c
gtkvideo.h
gtkviewport.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkviewport.h
gtkvolumebutton.c
gtkvolumebutton.h
gtkwidget.c widget: Add gtk_widget_get_css_name() API 2020-02-14 21:18:49 +01:00
gtkwidget.h widget: Add gtk_widget_get_css_name() API 2020-02-14 21:18:49 +01:00
gtkwidgetfocus.c widgetfocus: Remove unnecessary check 2020-02-04 17:51:01 +01:00
gtkwidgetpaintable.c
gtkwidgetpaintable.h
gtkwidgetpaintableprivate.h
gtkwidgetprivate.h widget: Replace style-updated signal with css_changed vfunc 2020-02-05 02:46:13 +01:00
gtkwin32.c
gtkwindow.c window: Remove GtkWindowType and window->type 2020-02-14 21:18:49 +01:00
gtkwindow.h window: Remove GtkWindowType and window->type 2020-02-14 21:18:49 +01:00
gtkwindowgroup.c
gtkwindowgroup.h
gtkwindowprivate.h Remove gtk_window_set_hardcoded_surface 2019-12-30 00:31:32 -05:00
imm-extra.h
language-names.c Port the font chooser to just use harfbuzz 2019-11-01 13:01:54 -04:00
language-names.h
libgtk4.manifest.in
meson.build Merge branch 'ci-pages' into 'master' 2020-02-12 22:35:58 +00:00
open-type-layout.h
org.gtk.gtk4.Settings.ColorChooser.gschema.xml
org.gtk.gtk4.Settings.Debug.gschema.xml
org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
org.gtk.gtk4.Settings.FileChooser.gschema.xml
paper_names_offsets.c
paper_names.c
script-names.c
script-names.h
text-input-unstable-v3.xml