gtk2/gtk
Christian Hergert 6c8d47f585 textbtree: short-circuit visibility check when possible
If we have never seen a GtkTextTag in the GtkTextTagTable with the
invisible bit set, then we do not need to go through the process of
checking the accumulated tags.

Not using invisible tags is overwhelmingly the common case.
2020-03-18 11:32:46 -07:00
..
a11y a11y: Drop the private from GtkPopoverAccessible 2020-03-13 09:51:04 -04:00
css Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
deprecated
emoji
gesture
glade
icons Drop rtl variants of media-playback-start 2020-02-24 20:49:10 -05:00
inspector inspector: Stop raising and lowering windows 2020-03-11 19:35:56 -04:00
theme Adwaita: dark switches/check/radios 2020-03-18 13:01:17 +01:00
tools Merge branch 'master' into 'master' 2020-03-06 18:02:06 +00:00
ui Stop setting type hints for dialogs 2020-03-11 19:36:04 -04: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 selection: Remove GtkSelectionData 2020-02-23 01:59:00 +01:00
gtk-compose-lookaside.txt
gtk-text-input.xml
gtk-win32.rc.body.in
gtk.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkaboutdialog.c aboutdialog: Clarify docs and fix preconditions 2020-02-20 10:23:09 +01:00
gtkaboutdialog.h
gtkaccelgroup.c
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 build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtkaccelmap.h
gtkaccelmapprivate.h
gtkaccessible.c
gtkaccessible.h
gtkactionable.c
gtkactionable.h
gtkactionbar.c actionbar: Use a bin layout 2020-02-15 17:18:26 +01:00
gtkactionbar.h
gtkactionhelper.c
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 Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c
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 applicationaccels: Use g_renew() 2020-03-06 05:44:11 +01:00
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c
gtkapplicationwindow.h
gtkaspectframe.c
gtkaspectframe.h
gtkassistant.c
gtkassistant.h
gtkbin.c
gtkbin.h
gtkbindings.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkbindings.h gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05: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 builder: Make object names a const array 2020-03-07 15:30:38 +01:00
gtkbuilder.h builder: Make object names a const array 2020-03-07 15:30:38 +01:00
gtkbuilderparser.c builder: Make object names a const array 2020-03-07 15:30:38 +01:00
gtkbuilderprecompile.c
gtkbuilderprivate.h builder: Make object names a const array 2020-03-07 15:30:38 +01:00
gtkbuilderscope.c Fix the function name in the gtk-doc stanza 2020-02-13 14:53:25 +00:00
gtkbuilderscope.h
gtkbuilderscopeprivate.h
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 events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkbutton.h
gtkbuttonprivate.h
gtkcalendar.c Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkcalendar.h calendar: Keep a GDateTime around 2020-02-07 13:16:32 -05:00
gtkcellarea.c cellarea: Be very clear 2020-03-06 05:50:35 +01:00
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 Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01: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
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 dnd: Don't create custom color drag icons 2020-03-02 04:43:56 +01:00
gtkcolorbutton.h
gtkcolorchooser.c colorchooser: Fix typo in checkerboard color 2020-02-25 11:08:25 +01:00
gtkcolorchooser.h
gtkcolorchooserdialog.c
gtkcolorchooserdialog.h
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c colorchooserwidget: Get rid of a gtk_widget_destroy() call 2020-02-25 10:43:15 +01:00
gtkcolorchooserwidget.h
gtkcoloreditor.c coloreditor: Scale h value to 360 2020-02-15 17:18:27 +01:00
gtkcoloreditorprivate.h
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h Don't export color picker functions 2020-02-05 01:01:47 -05:00
gtkcolorpickershell.c
gtkcolorpickershellprivate.h
gtkcolorplane.c
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 dnd: Don't create custom color drag icons 2020-03-02 04:43:56 +01:00
gtkcolorswatchprivate.h
gtkcolorutils.c
gtkcolorutils.h
gtkcombobox.c combobox: Inline variables into return_if_fail() 2020-02-22 07:33:41 +01:00
gtkcombobox.h
gtkcomboboxprivate.h
gtkcomboboxtext.c comboboxtext: Inline functions into return_if_fail() 2020-02-22 07:33:40 +01:00
gtkcomboboxtext.h
gtkcomposetable.c
gtkcomposetable.h
gtkconstraint.c
gtkconstraint.h
gtkconstraintexpression.c
gtkconstraintexpressionprivate.h
gtkconstraintguide.c
gtkconstraintguide.h
gtkconstraintguideprivate.h
gtkconstraintlayout.c Fix message for VFL parser errors 2020-03-11 15:14:17 +00:00
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 Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +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 Avoid a crash in css font features values 2020-02-27 14:30:58 -05:00
gtkcssfontfeaturesvalueprivate.h
gtkcssfontvariationsvalue.c css: Set the is_computed flag for more values 2020-01-18 08:49:51 +01:00
gtkcssfontvariationsvalueprivate.h
gtkcssiconthemevalue.c icontheme: Update the api 2020-02-18 20:32:17 -05: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 Drop the margin property 2020-02-25 20:59:04 -05:00
gtkcustompaperunixdialog.h
gtkdbusinterfaces.xml
gtkdebug.h Remove GTK_DEBUG=baselines 2020-02-10 00:10:43 -05:00
gtkdialog.c GtkDialog: Add type Gtk.HeaderBar annotation to headerbar getter return value 2020-02-18 10:55:31 +02:00
gtkdialog.h
gtkdialogprivate.h
gtkdragdestprivate.h
gtkdragicon.c gtkdragicon: Use drag surface api 2020-03-12 14:56:21 -04:00
gtkdragicon.h Fix introspection warnings for GtkDragIcon 2020-03-03 13:12:52 +00:00
gtkdragsource.c dragicon: Add gtk_drag_icon_create_widget_for_value() 2020-03-02 04:43:56 +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
gtkdrop.c gdk: Make gdk_drop_status() take preferred action 2020-03-02 04:43:56 +01:00
gtkdropcontrollermotion.c Add missing ownership transfer annotations 2020-02-26 10:29:59 +00:00
gtkdropcontrollermotion.h Add GtkDropControllerMotion 2020-02-22 07:33:40 +01:00
gtkdropprivate.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptarget.c Really fix annotation for GtkDropTarget.get_gtypes() 2020-03-09 17:03:58 +01:00
gtkdroptarget.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptargetasync.c droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkdroptargetasync.h droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkeditable.c
gtkeditable.h
gtkemojichooser.c emojichooser: Fix keynav 2020-03-17 21:49:29 -04:00
gtkemojichooser.h Fix the build with -Dgtk_doc=true 2020-02-08 19:04:19 -05:00
gtkemojicompletion.c popover: Drop ::relative-to 2020-02-24 20:46:41 -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
gtkentrybuffer.h
gtkentrycompletion.c Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkentrycompletion.h
gtkentryprivate.h Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkenums.h gtk: Tweak GTK_ALIGN_BASELINE docs 2020-03-12 12:36:09 -07:00
gtkeventcontroller.c Fix a hard-to-spot typo 2020-02-22 13:49:12 -05:00
gtkeventcontroller.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerfocus.c Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerfocus.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkeventcontrollerkey.h Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkeventcontrollerlegacy.c Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
gtkeventcontrollerlegacy.h
gtkeventcontrollermotion.c eventcontrollermotion: Fix docs 2020-02-22 07:33:40 +01:00
gtkeventcontrollermotion.h Keep more event controller api private 2020-02-21 00:51:03 -05:00
gtkeventcontrollerprivate.h gtk: Bubble drag events like motion events 2020-02-22 07:33:40 +01:00
gtkeventcontrollerscroll.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkeventcontrollerscroll.h
gtkexpander.c Port simple cases to GtkDropControllerMotion 2020-02-22 07:33:40 +01:00
gtkexpander.h
gtkfilechooser.c Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooser.h Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooserbutton.c droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkfilechooserbutton.h
gtkfilechooserdialog.c Remove GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER 2020-02-22 15:22:06 +00: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 Remove GtkFileChooserEntry:local-only 2020-02-22 15:22:06 +00:00
gtkfilechooserentry.h Remove GtkFileChooserEntry:local-only 2020-02-22 15:22:06 +00:00
gtkfilechoosererrorstack.c filechoosererrorstack: Set a layout manager 2020-02-20 10:23:09 +01:00
gtkfilechoosererrorstackprivate.h
gtkfilechoosernative.c Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechoosernative.h
gtkfilechoosernativeportal.c
gtkfilechoosernativeprivate.h
gtkfilechoosernativequartz.c Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechoosernativewin32.c Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooserprivate.h Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooserutils.c Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooserutils.h Remove preview widget from GtkFileChooser 2020-02-22 16:39:01 +00:00
gtkfilechooserwidget.c Merge branch 'wip/baedert/test-cflags' into 'master' 2020-03-13 18:40:46 +00:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h
gtkfilefilter.c GtkFileFilter: Don't set the name from the GtkBuilder ID 2020-01-27 16:01:54 +13:00
gtkfilefilter.h
gtkfilefilterprivate.h
gtkfilesystem.c
gtkfilesystem.h
gtkfilesystemmodel.c filechooser: Fallback if content-type unavailable 2020-02-28 17:33:08 +01:00
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
gtkfixedlayout.h
gtkflattenlistmodel.c
gtkflattenlistmodel.h
gtkflowbox.c Strip const from GdkEvent 2020-02-21 00:51:02 -05: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 Replace a few more fallthrough comments 2020-03-12 08:32:03 +01:00
gtkgesture.h Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
gtkgestureclick.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgestureclick.h
gtkgestureclickprivate.h
gtkgesturedrag.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c Strip const from GdkEvent 2020-02-21 00:51:02 -05:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturepan.c
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h gesture: Keep the target widget for events 2020-02-21 00:51:02 -05:00
gtkgesturerotate.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgesturestylus.h
gtkgesturestylusprivate.h
gtkgestureswipe.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c events: reorganize getters 2020-02-21 00:51:03 -05:00
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 gtk: use toplevel state getter 2020-03-12 14:56:20 -04: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 build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtkicontheme.h icontheme: Update the api 2020-02-18 20:32:17 -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 Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkiconview.h treeview, iconview: Don't return the drop target 2020-03-02 03:18:55 +01:00
gtkiconviewprivate.h droptarget: Redo 2020-03-02 03:18:55 +01: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 gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkimcontext.h gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkimcontextbroadway.c
gtkimcontextbroadway.h
gtkimcontextime.c win32: Build fixes 2020-03-13 07:47:48 -04:00
gtkimcontextime.h
gtkimcontextquartz.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkimcontextquartz.h
gtkimcontextsimple.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkimcontextsimple.h
gtkimcontextsimpleprivate.h
gtkimcontextsimpleseqs.h
gtkimcontextwayland.c imcontextwayland: Honour len argument in gtk_im_context_wayland_set_surrounding 2020-03-16 16:53:33 +01:00
gtkimcontextwayland.h
gtkimmodule.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkimmulticontext.h
gtkinfobar.c infobar: Remove _get_{action,content}_area() 2020-02-15 17:18:26 +01:00
gtkinfobar.h infobar: Remove _get_{action,content}_area() 2020-02-15 17:18:26 +01:00
gtkintl.h
gtkistringprivate.h
gtkkeyhash.c gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtkkeyhash.h
gtkkineticscrolling.c
gtkkineticscrollingprivate.h
gtklabel.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtklabel.h
gtklabelprivate.h
gtklayoutchild.c
gtklayoutchild.h
gtklayoutmanager.c
gtklayoutmanager.h
gtklayoutmanagerprivate.h
gtklevelbar.c levelbar: Guard function by right compiler macros 2020-02-22 07:33:41 +01:00
gtklevelbar.h
gtklinkbutton.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtklinkbutton.h
gtklistbox.c droptarget: Redo 2020-03-02 03:18:55 +01:00
gtklistbox.h
gtklistlistmodel.c
gtklistlistmodelprivate.h
gtkliststore.c liststore: Fix gtk_list_store_iter_is_valid() 2020-03-06 05:44:11 +01:00
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 droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkmain.h Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -05:00
gtkmaplistmodel.c maplistmodel: Add an example to the docs 2020-02-04 17:51:01 +01:00
gtkmaplistmodel.h
gtkmarshalers.list
gtkmediacontrols.c
gtkmediacontrols.h
gtkmediafile.c
gtkmediafile.h
gtkmediafileprivate.h
gtkmediastream.c
gtkmediastream.h
gtkmenubutton.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkmenubutton.h
gtkmenubuttonprivate.h
gtkmenusectionbox.c Drop the margin property 2020-02-25 20:59:04 -05:00
gtkmenusectionboxprivate.h
gtkmenutracker.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
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 Drop the margin property 2020-02-25 20:59:04 -05:00
gtkmodelbuttonprivate.h
gtkmodules.c Remove gtkutils{.c,private.h} 2020-01-26 18:21:07 +01:00
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c mountoperation-x11: Fix copy/paste thinko 2020-03-05 07:05:48 +01:00
gtkmountoperation.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtknative.c
gtknative.h
gtknativedialog.c
gtknativedialog.h
gtknativedialogprivate.h
gtknativeprivate.h
gtknomediafile.c
gtknomediafileprivate.h
gtknoselection.c
gtknoselection.h
gtknotebook.c notebook: Don't crash on drags not coming from a notebook 2020-03-05 07:59:05 +01: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 padcontroller: Copy action entries 2020-03-07 14:52:45 +01:00
gtkpadcontroller.h padcontroller: Copy action entries 2020-03-07 14:52:45 +01:00
gtkpagesetup.c
gtkpagesetup.h
gtkpagesetupunixdialog.c
gtkpagesetupunixdialog.h
gtkpaned.c Strip const from GdkEvent 2020-02-21 00:51:02 -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 pathbar: Don't do the same thing twice. 2020-03-06 05:53:20 +01:00
gtkpathbar.h pathbar: Inherit from GtkWidget 2020-02-25 11:08:25 +01:00
gtkpicture.c Use style values directly 2020-01-29 11:07:32 +01:00
gtkpicture.h
gtkplacessidebar.c droptarget: Redo 2020-03-02 03:18:55 +01:00
gtkplacessidebarprivate.h placessidebar: Don't use the GdkDrag 2020-03-02 03:18:55 +01:00
gtkplacesview.c Merge branch 'spinning-spinner' into 'master' 2020-02-25 04:04:46 +00:00
gtkplacesviewprivate.h Remove GtkPlacesView:local-only 2020-02-22 15:22:06 +00:00
gtkplacesviewrow.c
gtkplacesviewrowprivate.h
gtkpointerfocus.c
gtkpointerfocusprivate.h
gtkpopover.c popover: Add keynav keybindings 2020-03-17 20:15:26 -04:00
gtkpopover.h popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkpopovermenu.c popovermenu: Avoid a gtk_widget_destroy() call 2020-02-25 10:43:15 +01:00
gtkpopovermenu.h popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkpopovermenubar.c popovermenubar: Avoid calling gtk_widget_destroy() 2020-02-25 10:43:15 +01:00
gtkpopovermenubar.h
gtkpopovermenubarprivate.h
gtkpopovermenuprivate.h popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkpopoverprivate.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c Drop the margin property 2020-02-25 20:59:04 -05:00
gtkprintbackendprivate.h
gtkprintcontext.c
gtkprintcontext.h
gtkprinter.c
gtkprinter.h
gtkprinteroption.c
gtkprinteroption.h
gtkprinteroptionset.c
gtkprinteroptionset.h
gtkprinteroptionwidget.c Remove overwrite confirmation machinery from GtkFileChooser 2020-02-22 15:22:06 +00:00
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 win32: Build fixes 2020-03-13 07:47:48 -04: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 Replace fallthrough comments with G_GNUC_FALLTHROUGH 2020-03-06 10:39:42 +01:00
gtkprintutils.h
gtkprivate.c
gtkprivate.h Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -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 selection: Remove GtkSelectionData 2020-02-23 01:59:00 +01:00
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 range: Remove an outdated comment 2020-02-25 14:18:23 +01:00
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
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
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 scale: Remove useless extra local variable 2020-02-20 10:30:14 +01:00
gtkscale.h
gtkscalebutton.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
gtkscalebutton.h
gtkscaler.c
gtkscalerprivate.h
gtkscrollable.c
gtkscrollable.h
gtkscrollbar.c
gtkscrollbar.h
gtkscrolledwindow.c scrolledwindow: Remove an unnecessary cast 2020-02-25 14:18:24 +01: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
gtkselectionmodel.c
gtkselectionmodel.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
gtksettingsprivate.h
gtkshortcutlabel.c shortcutlabel: Remove unnecessary includes 2020-02-25 11:08:25 +01:00
gtkshortcutlabel.h
gtkshortcutsgroup.c
gtkshortcutsgroup.h
gtkshortcutssection.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtkshortcutssection.h
gtkshortcutsshortcut.c
gtkshortcutsshortcut.h
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c shortcutswindow: Stop setting type hints 2020-03-11 19:36:04 -04: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
gtksingleselection.h
gtksizegroup-private.h
gtksizegroup.c
gtksizegroup.h
gtksizerequest.c sizerequest: Stop clamping for_size to natural size 2020-02-22 07:33:23 +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 Split off GtkEventControllerFocus 2020-02-21 00:51:03 -05:00
gtkspinbutton.h
gtkspinner.c Rename GtkSpinner::active to ::spinning 2020-02-24 22:37:02 -05:00
gtkspinner.h Rename GtkSpinner::active to ::spinning 2020-02-24 22:37:02 -05:00
gtkstack.c stack: Make static analyzer happy 2020-03-06 05:56:29 +01:00
gtkstack.h stack: Add GtkStackPage:visible accessors 2020-02-20 10:23:09 +01:00
gtkstacksidebar.c Rename gtk_widget{get,set,has}_style_class to _css_class 2020-02-07 13:16:45 -05:00
gtkstacksidebar.h
gtkstackswitcher.c stackswitcher: Avoid calling gtk_widget_destroy() 2020-02-25 11:08:25 +01:00
gtkstackswitcher.h
gtkstatusbar.c Fix gtk-doc stanza for private symbol 2020-02-26 10:25:46 +00:00
gtkstatusbar.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
gtkstatusbarprivate.h statusbar: Remove _get_message_area() from public API 2020-02-25 14:18:24 +01:00
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 Replace a few more fallthrough comments 2020-03-12 08:32:03 +01:00
gtktext.h
gtktextattributes.c
gtktextattributes.h
gtktextbtree.c textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktextbtree.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextbuffer.c 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
gtktexthistoryprivate.h
gtktextiter.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktextiter.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextiterprivate.h
gtktextlayout.c Merge branch 'icon-theme-api-rework' into 'master' 2020-02-10 12:45:56 +00:00
gtktextlayoutprivate.h
gtktextlinedisplaycache.c
gtktextlinedisplaycacheprivate.h
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextprivate.h text: Remove gtk_text_get_im_context() 2020-02-20 10:23:09 +01:00
gtktextsegment.c
gtktextsegment.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktexttag.c
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttagtable.h
gtktexttagtableprivate.h textbtree: short-circuit visibility check when possible 2020-03-18 11:32:46 -07:00
gtktexttypes.c
gtktexttypes.h textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
gtktextutil.c Use style values directly 2020-01-29 11:07:32 +01:00
gtktextutil.h
gtktextview.c textview: use gdk_event_unref() 2020-03-17 13:24:03 -07:00
gtktextview.h gtk: Stop using GdkEventKey 2020-02-21 00:51:03 -05:00
gtktextviewchild.c cssnode: Convert name + id from interned string to GQuark 2020-01-28 02:17:03 +01:00
gtktextviewchildprivate.h
gtktextviewprivate.h
gtktogglebutton.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
gtktogglebutton.h
gtktooltip.c events: reorganize getters 2020-02-21 00:51:03 -05:00
gtktooltip.h
gtktooltipprivate.h Make crossing events handled the same way 2020-02-21 00:50:59 -05:00
gtktooltipwindow.c gtk: use toplevel state getter 2020-03-12 14:56:20 -04:00
gtktooltipwindowprivate.h
gtktrashmonitor.c
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c Add missing ownership transfer annotations 2020-02-26 10:29:59 +00:00
gtktreednd.h dnd: Port the TreeModel machinery to GValue DND 2020-02-18 02:40:00 +01:00
gtktreelistmodel.c treelistmodel: Small documentation tweaks 2020-02-04 17:51:01 +01:00
gtktreelistmodel.h
gtktreemodel.c treepath: Use g_renew() 2020-03-06 05:43:56 +01:00
gtktreemodel.h
gtktreemodelfilter.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktreemodelfilter.h
gtktreemodelsort.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktreemodelsort.h
gtktreepopover.c Go back to ::enter/::leave for pointer changes 2020-02-21 00:51:03 -05:00
gtktreepopoverprivate.h treepopover: Fix header guard 2020-02-07 13:16:32 -05:00
gtktreeprivate.h
gtktreerbtree.c build: Add -Wnull-dereference 2020-03-05 08:14:37 +01:00
gtktreerbtreeprivate.h
gtktreeselection.c
gtktreeselection.h
gtktreesortable.c Add missing (closure) GIR annotations 2020-01-13 14:26:50 +13:00
gtktreesortable.h
gtktreestore.c dnd: Port the TreeModel machinery to GValue DND 2020-02-18 02:40:00 +01:00
gtktreestore.h
gtktreeview.c treeview: Don't assign value twice. 2020-03-06 05:51:37 +01:00
gtktreeview.h treeview, iconview: Don't return the drop target 2020-03-02 03:18:55 +01:00
gtktreeviewcolumn.c treeview, iconview: Don't return the drop target 2020-03-02 03:18:55 +01:00
gtktreeviewcolumn.h
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtktypes.h selection: Remove GtkSelectionData 2020-02-23 01:59:00 +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 window: Drop gtk_window_set_attached_to 2020-03-14 02:00:10 -04:00
gtkwidget.h widget: Remove gtk_widget_input_shape_combine_region() 2020-02-25 14:18:24 +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: Remove set_csd_input_shape 2020-02-25 14:18:24 +01:00
gtkwin32.c
gtkwindow.c window: Set min size properly 2020-03-17 20:46:57 -04:00
gtkwindow.h Drop focus-related properties 2020-03-14 19:28:00 -04:00
gtkwindowgroup.c Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -05:00
gtkwindowgroup.h Drop gtk_grab_add/remove from public api 2020-02-28 16:36:17 -05:00
gtkwindowprivate.h window: Carry an extra input region 2020-02-25 14:18:24 +01:00
imm-extra.h
language-names.c
language-names.h
libgtk4.manifest.in
meson.build build: Install gtkeventcontrollerfocus.h 2020-03-03 00:38:13 -03: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