gtk2/gtk
Chun-wei Fan e1422d73b1 gtkfontchooserwidget.c: Always enable font features with later Pango
This is a backport of the code in GTK4 where we can use the font
features that is given to us via HarfBuzz if we have Pango 1.44.x and
HarfBuzz 2.2.0 or later installed, even if we do not have PangoFT2
aavilable.

Since Pango 1.44.x depends on HarfBuzz for all platforms after 1.44.0,
we could take advantage of that and build the support in
GtkFontChooserWidget.

Add a directive that is to be used by Visual Studio compilers via the
Visual Studio projects to link to harfbuzz.lib automatically, so that
this support can be linked properly if we have the required Pango and
HarfBuzz headers and lib's installed.  Meson builds via Visual Studio
should handle this automatically, since pkg-config is being used there.

Since HAVE_PANGOFT2 and HAVE_HARFBUZZ is not defined by default in the
Visaul Studio projects, we will leave it up to the user to enable them
themselves and put in pangoft2-1.0.lib and harfbuzz.lib in the project
settings by themselves, or they could use Meson, as we did before.
2021-11-29 12:25:52 +08:00
..
a11y a11y: Plug a memory leak with treeviews 2021-06-11 08:55:48 -04:00
compose Revert Compose sequence changes 2021-04-01 15:52:12 -04:00
cursor
deprecated docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
emoji emoji: Update data to CLRD v39 2021-05-06 16:04:25 +02:00
gesture assets: adjust gesture graphic 2020-09-17 21:43:37 -04:00
glade
icons
inspector inspector: Avoid an array overrun 2020-01-18 10:53:30 -05:00
theme win32 theme: Draw expander arrow 2021-11-23 12:42:41 +01:00
ui GtkFileChooserDialog: give a accessible name the GtkFileChooserWidget 2021-05-11 19:34:00 +02:00
encodesymbolic.c
fallback-c89.c gtk/fallback-c89.c: Add fallback for fmin() 2020-12-23 12:52:19 +08:00
fnmatch.c
gdkpixbufutils.c
gdkpixbufutilsprivate.h
gen-gtk-gresources-xml.py Redo the handling of Emoji data 2021-05-06 15:36:27 +02:00
gen-paper-names.c
gen-rc.py gtk: Fix building version resource on Windows 11 SDK 2021-10-14 10:30:58 +08:00
generate-uac-manifest.py gtk/generate-uac-manifest.py: Fix UAC manifest .rc 2021-10-13 11:38:26 +08:00
gentypefuncs.py build: always use utf-8 when reading/writing text files 2019-06-25 08:53:26 +02:00
gtk-a11y.h GtkPlug/Socket: add accessibility support 2020-10-08 22:00:21 +02:00
gtk-autocleanups.h
gtk-builder-tool.c
gtk-keys.css.default
gtk-keys.css.emacs
gtk-keys.css.mac [Mac Keys] Restore command-key bindings. 2020-10-13 14:36:13 -07:00
gtk-launch.c
gtk-query-settings.c
gtk-win32.rc.body.in gtk: Fix building version resource on Windows 11 SDK 2021-10-14 10:30:58 +08:00
gtk.h
gtkaboutdialog.c aboutdialog: Update precondition checks for new licenses added in 3.24.20 2020-05-11 18:35:58 +01:00
gtkaboutdialog.h aboutdialog: Document the new licenses added in 3.24.20 2020-05-11 18:35:58 +01:00
gtkaccelgroup.c accelgroup: Fix a buffer overrun 2019-12-23 23:19:57 -05:00
gtkaccelgroup.h
gtkaccelgroupprivate.h
gtkaccellabel.c
gtkaccellabel.h
gtkaccelmap.c
gtkaccelmap.h
gtkaccelmapprivate.h
gtkaccessible.c
gtkaccessible.h
gtkactionable.c
gtkactionable.h
gtkactionbar.c
gtkactionbar.h
gtkactionhelper.c
gtkactionhelper.h
gtkactionmuxer.c action muxer: Be safe against reinsertion 2019-06-23 20:50:20 -04:00
gtkactionmuxer.h
gtkactionobservable.c
gtkactionobservable.h
gtkactionobserver.c
gtkactionobserver.h
gtkadjustment.c
gtkadjustment.h
gtkadjustmentprivate.h
gtkallocatedbitmask.c
gtkallocatedbitmaskprivate.h
gtkappchooser.c
gtkappchooser.h
gtkappchooserbutton.c
gtkappchooserbutton.h
gtkappchooserdialog.c appchooserdialog: Don't show broken subtitles 2020-05-01 18:22:39 +02:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c
gtkappchooserwidget.h
gtkapplication-dbus.c gtkapplication-dbus: Fetch inital screen saver state async 2021-06-01 14:32:58 +02:00
gtkapplication-quartz-menu.c Handle NSException from removeItemAtIndex. 2020-01-22 20:53:38 -08:00
gtkapplication-quartz.c [Quartz]Silence type mismatch warning. 2020-06-20 10:20:20 -07:00
gtkapplication-wayland.c
gtkapplication-x11.c
gtkapplication.c application: Complete startup notification sequence for remote invocations 2020-01-10 13:32:37 +02:00
gtkapplication.h
gtkapplicationaccels.c
gtkapplicationaccelsprivate.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c
gtkapplicationwindow.h
gtkaspectframe.c
gtkaspectframe.h
gtkassistant.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtkassistant.h
gtkbbox.c
gtkbbox.h
gtkbin.c
gtkbin.h
gtkbindings.c
gtkbindings.h
gtkbindingsprivate.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h
gtkbookmarksmanager.c
gtkbookmarksmanager.h
gtkborder.c
gtkborder.h
gtkbox.c box: Fix guards not working 2021-04-28 23:44:20 +02:00
gtkbox.h
gtkboxgadget.c
gtkboxgadgetprivate.h
gtkboxprivate.h
gtkbuildable.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkbuildable.h docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkbuilder-menus.c
gtkbuilder.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkbuilder.h
gtkbuilder.its
gtkbuilder.loc
gtkbuilder.rnc
gtkbuilder.rng
gtkbuilderparser.c gtkbuilder: Eliminate array reallocations in get_parameters() 2020-06-10 19:59:03 +01:00
gtkbuilderprivate.h gtkbuilder: Eliminate array reallocations in get_parameters() 2020-06-10 19:59:03 +01:00
gtkbuiltinicon.c
gtkbuiltiniconprivate.h
gtkbutton.c
gtkbutton.h
gtkbuttonprivate.h
gtkcairoblur.c
gtkcairoblurprivate.h
gtkcalendar.c
gtkcalendar.h
gtkcellarea.c cellarea: Don't shrink area too much 2021-06-15 19:34:37 +02:00
gtkcellarea.h
gtkcellareabox.c
gtkcellareabox.h
gtkcellareaboxcontext.c
gtkcellareaboxcontextprivate.h
gtkcellareacontext.c
gtkcellareacontext.h
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkcelllayout.h
gtkcellrenderer.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtkcellrenderer.h
gtkcellrendereraccel.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c
gtkcellrendererprogress.h
gtkcellrendererspin.c
gtkcellrendererspin.h
gtkcellrendererspinner.c
gtkcellrendererspinner.h
gtkcellrenderertext.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c
gtkcellrenderertoggle.h
gtkcellview.c
gtkcellview.h
gtkcheckbutton.c
gtkcheckbutton.h
gtkcheckbuttonprivate.h
gtkcheckmenuitem.c
gtkcheckmenuitem.h
gtkcheckmenuitemprivate.h
gtkclipboard-quartz.c Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gtkclipboard.c GtkClipboard: Reset a source id to prevent double free 2021-09-15 07:37:46 +02:00
gtkclipboard.h
gtkclipboardprivate.h
gtkcolorbutton.c
gtkcolorbutton.h
gtkcolorchooser.c
gtkcolorchooser.h
gtkcolorchooserdialog.c
gtkcolorchooserdialog.h
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c colorchooser: Bring color names back 2020-10-07 15:36:23 -04:00
gtkcolorchooserwidget.h
gtkcoloreditor.c
gtkcoloreditorprivate.h
gtkcolorpicker.c
gtkcolorpickerkwin.c
gtkcolorpickerkwinprivate.h
gtkcolorpickerportal.c colorpickerportal: Remove g_auto usage 2020-03-30 17:50:09 +02:00
gtkcolorpickerportalprivate.h
gtkcolorpickerprivate.h
gtkcolorpickershell.c
gtkcolorpickershellprivate.h
gtkcolorplane.c
gtkcolorplaneprivate.h
gtkcolorscale.c
gtkcolorscaleprivate.h
gtkcolorswatch.c
gtkcolorswatchprivate.h
gtkcolorutils.c
gtkcolorutils.h
gtkcombobox.c tooltips: hide tooltips before showing popups 2019-09-03 20:01:20 -04:00
gtkcombobox.h
gtkcomboboxprivate.h
gtkcomboboxtext.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkcomboboxtext.h
gtkcomposetable.c composetable: invalidate cache based on symlink mtime too 2021-11-16 18:30:02 +01:00
gtkcomposetable.h imcontext: Backport compose sequence improvements 2021-02-08 20:28:49 -05:00
gtkcontainer.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkcontainer.h
gtkcontainerprivate.h a11y: Include window management buttons in headerbar 2019-08-15 13:09:07 +02:00
gtkcssanimatedstyle.c
gtkcssanimatedstyleprivate.h
gtkcssanimation.c
gtkcssanimationprivate.h
gtkcssarrayvalue.c
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c
gtkcssbordervalueprivate.h
gtkcsscalcvalue.c
gtkcsscalcvalueprivate.h
gtkcsscolorvalue.c
gtkcsscolorvalueprivate.h
gtkcsscornervalue.c
gtkcsscornervalueprivate.h
gtkcsscustomgadget.c gtkcsscustomgadget.c: Fix build with latest stable GLib with MSVC 2021-04-16 15:28:28 +08:00
gtkcsscustomgadgetprivate.h
gtkcsscustomproperty.c
gtkcsscustompropertyprivate.h
gtkcssdimensionvalue.c
gtkcssdimensionvalueprivate.h
gtkcsseasevalue.c
gtkcsseasevalueprivate.h
gtkcssenginevalue.c
gtkcssenginevalueprivate.h
gtkcssenumvalue.c css: Support PANGO_WEIGHT_ULTRAHEAVY 2019-09-03 17:12:03 -04:00
gtkcssenumvalueprivate.h
gtkcssgadget.c Silence a compiler warning 2020-03-13 16:05:13 +00:00
gtkcssgadgetprivate.h
gtkcssiconthemevalue.c
gtkcssiconthemevalueprivate.h
gtkcssimage.c
gtkcssimagebuiltin.c
gtkcssimagebuiltinprivate.h
gtkcssimagecrossfade.c
gtkcssimagecrossfadeprivate.h
gtkcssimagefallback.c
gtkcssimagefallbackprivate.h
gtkcssimagegradient.c
gtkcssimagegradientprivate.h
gtkcssimageicontheme.c
gtkcssimageiconthemeprivate.h
gtkcssimagelinear.c
gtkcssimagelinearprivate.h
gtkcssimageprivate.h
gtkcssimageradial.c css: Avoid a crash while parsing radial gradients 2021-11-16 12:04:54 +11:00
gtkcssimageradialprivate.h
gtkcssimagerecolor.c
gtkcssimagerecolorprivate.h
gtkcssimagescaled.c
gtkcssimagescaledprivate.h
gtkcssimagesurface.c GtkCssImageSurface: Plug cache surface leak 2020-01-13 23:24:47 +01:00
gtkcssimagesurfaceprivate.h
gtkcssimageurl.c
gtkcssimageurlprivate.h
gtkcssimagevalue.c
gtkcssimagevalueprivate.h
gtkcssimagewin32.c
gtkcssimagewin32private.h
gtkcssinheritvalue.c
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c
gtkcsskeyframesprivate.h
gtkcsslookup.c
gtkcsslookupprivate.h
gtkcssmatcher.c
gtkcssmatcherprivate.h
gtkcssnode.c cssnode: Bail out nicely if there is no settings 2020-09-30 15:22:15 +02:00
gtkcssnodedeclaration.c
gtkcssnodedeclarationprivate.h
gtkcssnodeprivate.h
gtkcssnodestylecache.c
gtkcssnodestylecacheprivate.h
gtkcssnumbervalue.c
gtkcssnumbervalueprivate.h
gtkcsspalettevalue.c
gtkcsspalettevalueprivate.h
gtkcssparser.c
gtkcssparserprivate.h
gtkcsspathnode.c
gtkcsspathnodeprivate.h
gtkcsspositionvalue.c
gtkcsspositionvalueprivate.h
gtkcssprovider.c
gtkcssprovider.h
gtkcssproviderprivate.h
gtkcssrepeatvalue.c
gtkcssrepeatvalueprivate.h
gtkcssrgbavalue.c
gtkcssrgbavalueprivate.h
gtkcsssection.c
gtkcsssection.h
gtkcsssectionprivate.h
gtkcssselector.c
gtkcssselectorprivate.h
gtkcssshadowsvalue.c
gtkcssshadowsvalueprivate.h
gtkcssshadowvalue.c cssshadowvalue: Apply device scale to the offset when blurring text 2021-03-24 18:37:12 +08:00
gtkcssshadowvalueprivate.h
gtkcssshorthandproperty.c
gtkcssshorthandpropertyimpl.c Fix crash in parse_border() 2019-11-23 18:06:31 +01:00
gtkcssshorthandpropertyprivate.h
gtkcssstaticstyle.c
gtkcssstaticstyleprivate.h
gtkcssstringvalue.c
gtkcssstringvalueprivate.h
gtkcssstyle.c css: add support for font-feature-settings 2020-02-25 22:54:00 +01:00
gtkcssstylechange.c
gtkcssstylechangeprivate.h
gtkcssstylefuncs.c
gtkcssstylefuncsprivate.h
gtkcssstyleprivate.h
gtkcssstyleproperty.c
gtkcssstylepropertyimpl.c css: add support for font-feature-settings 2020-02-25 22:54:00 +01:00
gtkcssstylepropertyprivate.h
gtkcsstransformvalue.c
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c
gtkcsstransientnodeprivate.h
gtkcsstransition.c
gtkcsstransitionprivate.h
gtkcsstypedvalue.c
gtkcsstypedvalueprivate.h
gtkcsstypes.c
gtkcsstypesprivate.h css: add support for font-feature-settings 2020-02-25 22:54:00 +01:00
gtkcssunsetvalue.c
gtkcssunsetvalueprivate.h
gtkcssvalue.c
gtkcssvalueprivate.h
gtkcsswidgetnode.c cssnode: Bail out nicely if there is no settings 2020-09-30 15:22:15 +02:00
gtkcsswidgetnodeprivate.h
gtkcsswin32sizevalue.c
gtkcsswin32sizevalueprivate.h
gtkcustompaperunixdialog.c
gtkcustompaperunixdialog.h
gtkdbusinterfaces.xml
gtkdebug.h
gtkdialog.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkdialog.h
gtkdialogprivate.h
gtkdnd-quartz.c Ensure gdk_quartz_drag_source freed on all paths. 2021-05-04 08:33:56 -07:00
gtkdnd.c
gtkdnd.h
gtkdndprivate.h
gtkdragdest.c
gtkdragdest.h
gtkdragsource.c
gtkdragsource.h
gtkdrawingarea.c
gtkdrawingarea.h
gtkeditable.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtkeditable.h
gtkemojichooser.c gtkemojichooser: Use retrocompatible format for saving recent-emoji 2021-05-06 16:04:25 +02:00
gtkemojichooser.h
gtkemojicompletion.c Redo the handling of Emoji data 2021-05-06 15:36:27 +02:00
gtkemojicompletion.h
gtkentry.c Fix event type annotation on GtkEntry::icon-press / icon-release 2020-09-03 09:36:00 +03:00
gtkentry.h
gtkentrybuffer.c
gtkentrybuffer.h
gtkentrycompletion.c entry completion: Update popup visibility on manual complete 2019-06-15 23:25:20 +10:00
gtkentrycompletion.h
gtkentryprivate.h
gtkenums.h imwayland: Suppport terminal purpose 2019-12-12 18:20:06 +00:00
gtkeventbox.c
gtkeventbox.h
gtkeventcontroller.c
gtkeventcontroller.h
gtkeventcontrollerkey.c keycontroller: Fix ::key-released signal argument 2019-10-21 23:40:52 +02:00
gtkeventcontrollerkey.h
gtkeventcontrollermotion.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkeventcontrollermotion.h
gtkeventcontrollerprivate.h
gtkeventcontrollerscroll.c eventcontrollerscroll: Fix the history push condition 2020-05-15 01:37:40 +05:00
gtkeventcontrollerscroll.h
gtkexpander.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkexpander.h
gtkfilechooser.c gtkfilechooser: Fix open() references in documentation 2020-10-12 12:12:33 +01:00
gtkfilechooser.h
gtkfilechooserbutton.c FileChooserButton: query 'display name' also for unbookmarked files 2020-04-19 14:16:02 -04:00
gtkfilechooserbutton.h
gtkfilechooserdialog.c
gtkfilechooserdialog.h
gtkfilechooserembed.c
gtkfilechooserembed.h
gtkfilechooserentry.c
gtkfilechooserentry.h
gtkfilechoosernative.c filechoosernative: Make get_filter work for (non-portal) native chooser 2020-05-23 14:02:34 +02:00
gtkfilechoosernative.h
gtkfilechoosernativeportal.c gtk/gtkfilechoosernativeportal.c: Fix on C89 compilers 2020-07-16 18:31:37 +08:00
gtkfilechoosernativeprivate.h Disable Quartz Native Filechooser when running earlier than MacOS X 10.6 2019-06-22 14:43:50 -07:00
gtkfilechoosernativequartz.c Add a public header for Cocoa access functions. 2021-04-16 16:56:55 -07:00
gtkfilechoosernativewin32.c Implement choices for GtkFileChooserNativeWin32 2019-07-29 03:58:14 +00:00
gtkfilechooserprivate.h GtkFileChooser: add a sortable "Type" column 2019-05-27 22:05:51 -04:00
gtkfilechooserutils.c
gtkfilechooserutils.h
gtkfilechooserwidget.c GtkFileChooserWidget: export a11y action "show_location" 2021-05-11 19:34:00 +02:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h
gtkfilefilter.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkfilefilter.h
gtkfilefilterprivate.h
gtkfilesystem.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkfilesystem.h
gtkfilesystemmodel.c file-system-model: Refactor a helper 2020-04-27 08:21:45 -04:00
gtkfilesystemmodel.h
gtkfixed.c
gtkfixed.h
gtkflowbox.c flowbox: Don't use a removed child after it has been unparented 2020-06-04 08:24:08 -04:00
gtkflowbox.h
gtkfontbutton.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkfontbutton.h
gtkfontchooser.c fontchooser: Fix some since annotations 2021-04-11 23:22:46 -04:00
gtkfontchooser.h
gtkfontchooserdialog.c
gtkfontchooserdialog.h
gtkfontchooserprivate.h
gtkfontchooserutils.c
gtkfontchooserutils.h
gtkfontchooserwidget.c gtkfontchooserwidget.c: Always enable font features with later Pango 2021-11-29 12:25:52 +08:00
gtkfontchooserwidget.h
gtkfontchooserwidgetprivate.h
gtkframe.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkframe.h
gtkgesture.c gtkgesture: Apply gesture group state after setting up sequence 2021-07-21 14:27:28 +02:00
gtkgesture.h
gtkgesturedrag.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturemultipress.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkgesturemultipress.h
gtkgesturemultipressprivate.h
gtkgesturepan.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c gtkgesturerotate: Fix a memory leak 2019-12-19 20:53:45 +02:00
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgesturestylus.c gtk: fix all uses of g_cclosure_marshal_generic 2019-06-01 00:02:39 -07:00
gtkgesturestylus.h
gtkgesturestylusprivate.h
gtkgestureswipe.c gestureswipe: Count last event when calculating velocity 2020-10-21 20:57:30 +05:00
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c
gtkgesturezoom.h
gtkgesturezoomprivate.h
gtkgladecatalog.c
gtkglarea.c Switch to GL_ARB_framebuffer_object 2020-06-11 21:24:17 +02:00
gtkglarea.h
gtkgrid.c
gtkgrid.h
gtkheaderbar.c a11y: Include window management buttons in headerbar 2019-08-15 13:09:07 +02:00
gtkheaderbar.h
gtkheaderbarprivate.h
gtkhsla.c
gtkhslaprivate.h
gtkicon.c
gtkiconcache.c gtkiconcache: use _fstat64 under 64bit mingw to match GStatBuf 2019-08-26 20:13:48 +02:00
gtkiconcache.h
gtkiconcachevalidator.c
gtkiconcachevalidator.h
gtkiconhelper.c
gtkiconhelperprivate.h
gtkiconprivate.h
gtkicontheme.c gtksettings: Remove display from cache on closing 2020-01-23 17:34:47 +01:00
gtkicontheme.h
gtkiconthemeprivate.h
gtkiconview.c gtk: Properly calculate device offset for DnD 2019-09-23 11:50:05 +02:00
gtkiconview.h
gtkiconviewprivate.h
gtkimage.c
gtkimage.h
gtkimagedefinition.c
gtkimagedefinitionprivate.h
gtkimageprivate.h
gtkimcontext.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtkimcontext.h
gtkimcontextinfo.h
gtkimcontextsimple.c imcontext: Ignore more keysyms 2021-06-04 21:30:36 -04:00
gtkimcontextsimple.h
gtkimcontextsimpleseqs.h Revert Compose sequence changes 2021-04-01 15:52:12 -04:00
gtkimmodule.c
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c gkimmulticontext: Fix crash due to leaked signal handler 2020-01-06 20:39:34 +01:00
gtkimmulticontext.h
gtkinfobar.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkinfobar.h
gtkintl.h
gtkinvisible.c
gtkinvisible.h
gtkkeyhash.c
gtkkeyhash.h
gtkkineticscrolling.c scrolledwindow: Cancel overshoot on dimension changes 2021-04-01 16:37:03 +05:00
gtkkineticscrolling.h scrolledwindow: Cancel overshoot on dimension changes 2021-04-01 16:37:03 +05:00
gtklabel.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtklabel.h
gtklabelprivate.h
gtklayout.c
gtklayout.h
gtklevelbar.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtklevelbar.h
gtklinkbutton.c
gtklinkbutton.h
gtklistbox.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtklistbox.h
gtkliststore.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkliststore.h
gtklockbutton.c
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c
gtkmagnifierprivate.h
gtkmain.c gtk-debug: Allow interactive debug even without G_ENABLE_DEBUG 2021-01-18 18:35:50 +01:00
gtkmain.h
gtkmarshalers.list keycontroller: Fix ::key-released signal argument 2019-10-21 23:40:52 +02:00
gtkmenu.c Remove platform specific code 2020-05-11 10:13:17 +08:00
gtkmenu.h
gtkmenubar.c
gtkmenubar.h
gtkmenubutton.c GtkMenuButton: disable focus-on-click 2020-03-31 21:00:32 -04:00
gtkmenubutton.h
gtkmenubuttonprivate.h
gtkmenuitem.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkmenuitem.h
gtkmenuitemprivate.h
gtkmenuprivate.h
gtkmenusectionbox.c
gtkmenusectionbox.h
gtkmenushell.c
gtkmenushell.h
gtkmenushellprivate.h
gtkmenutoolbutton.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkmenutoolbutton.h
gtkmenutracker.c
gtkmenutracker.h
gtkmenutrackeritem.c
gtkmenutrackeritem.h
gtkmessagedialog.c
gtkmessagedialog.h
gtkmnemonichash.c
gtkmnemonichash.h
gtkmodelbutton.c modelbutton: Update a11y states 2020-01-31 19:08:09 +01:00
gtkmodelbutton.h
gtkmodelmenuitem.c
gtkmodelmenuitem.h
gtkmodifierstyle.c
gtkmodifierstyle.h
gtkmodules.c gtksettings: Remove display from cache on closing 2020-01-23 17:34:47 +01:00
gtkmodules.h
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c
gtkmountoperation.c gtkmountoperation: Drop the new line character when splitting a message 2020-08-07 10:30:13 +02:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtknativedialog.c GtkNativeDialog: Fix a typo in the docs 2020-12-07 17:17:39 -08:00
gtknativedialog.h
gtknativedialogprivate.h
gtknotebook.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtknotebook.h
gtkoffscreenwindow.c
gtkoffscreenwindow.h
gtkorientable.c
gtkorientable.h
gtkorientableprivate.h
gtkoverlay.c overlay: Clarify pass-through docs 2021-04-16 11:15:05 -04:00
gtkoverlay.h Overlay: Use @index_, not @position, in reorder() 2019-06-20 21:40:57 +01:00
gtkpadcontroller.c
gtkpadcontroller.h
gtkpagesetup.c
gtkpagesetup.h
gtkpagesetupunixdialog.c
gtkpagesetupunixdialog.h
gtkpaned.c Prevent Gtk-CRITICAL when unrealize-ing a GtkPaned. 2019-07-30 18:50:59 +01:00
gtkpaned.h
gtkpango.c
gtkpango.h
gtkpapersize.c
gtkpapersize.h
gtkpathbar.c
gtkpathbar.h
gtkpixelcache.c Ensure that cached surface sizes are 1x1 2019-11-16 18:54:26 +00:00
gtkpixelcacheprivate.h
gtkplacessidebar.c gtkplacessidebar: Disconnect and unref cloud_manager in dispose 2020-10-06 23:51:36 +02:00
gtkplacessidebar.h
gtkplacessidebarprivate.h
gtkplacesview.c placesview: Open location even if mount was not found 2021-04-21 15:33:34 +02:00
gtkplacesviewprivate.h
gtkplacesviewrow.c
gtkplacesviewrowprivate.h
gtkplug.c GtkPlug/Socket: add accessibility support 2020-10-08 22:00:21 +02:00
gtkplug.h
gtkpopover.c Merge branch 'BUG_double_popover_focus_filechooser_GTK3' into 'gtk-3-24' 2020-05-19 23:26:56 +00:00
gtkpopover.h
gtkpopovermenu.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkpopovermenu.h
gtkpopoverprivate.h filechooser: set default widget early for 'Rename' popover 2020-03-31 14:32:03 -04:00
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c gtkprintbackend:backend_create: avoid strdup+free 2019-07-17 10:42:05 +00:00
gtkprintbackend.h
gtkprintcontext.c
gtkprintcontext.h
gtkprinter-private.h
gtkprinter.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtkprinter.h
gtkprinteroption.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkprinteroption.h
gtkprinteroptionset.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkprinteroptionwidget.h
gtkprintjob.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkprintjob.h
gtkprintoperation-portal.c Remember to call print_cb even if print operation is cancelled. 2020-07-08 21:51:16 -04:00
gtkprintoperation-portal.h
gtkprintoperation-private.h
gtkprintoperation-unix.c
gtkprintoperation-win32.c gtkprintoperation-win32.c: Fix build on Visual Studio 2021-11-25 19:00:22 +08:00
gtkprintoperation.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtkprintoperation.h
gtkprintoperationpreview.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtkprintoperationpreview.h
gtkprintsettings.c
gtkprintsettings.h
gtkprintunixdialog.c
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.c gtkprivate: Remove g_auto usage 2020-03-30 17:50:50 +02:00
gtkprivate.h Redo the handling of Emoji data 2021-05-06 15:36:27 +02:00
gtkprivatetypebuiltins.c.template Use g_once for all the mkenums template files 2019-05-21 10:46:04 -05:00
gtkprivatetypebuiltins.h.template
gtkprogressbar.c
gtkprogressbar.h
gtkprogresstracker.c
gtkprogresstrackerprivate.h
gtkquartz.c Hide Objective-C from outside GdkQuartz. 2019-06-22 13:37:46 -07:00
gtkquartz.h
gtkquery.c
gtkquery.h
gtkradiobutton.c
gtkradiobutton.h
gtkradiomenuitem.c
gtkradiomenuitem.h
gtkradiotoolbutton.c
gtkradiotoolbutton.h
gtkrange.c
gtkrange.h
gtkrangeprivate.h
gtkrbtree.c
gtkrbtree.h
gtkrecentchooser.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkrecentchooser.h
gtkrecentchooserdefault.c
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c
gtkrecentchooserdialog.h
gtkrecentchoosermenu.c
gtkrecentchoosermenu.h
gtkrecentchooserprivate.h
gtkrecentchooserutils.c GtkRecentFilter: Do not unset the uri if it is needed 2021-10-19 20:28:06 +02:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c
gtkrecentchooserwidget.h
gtkrecentfilter.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkrecentfilter.h
gtkrecentmanager.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkrecentmanager.h
gtkrender.c
gtkrender.h
gtkrenderbackground.c
gtkrenderbackgroundprivate.h
gtkrenderborder.c
gtkrenderborderprivate.h
gtkrendericon.c
gtkrendericonprivate.h
gtkrenderprivate.h
gtkrevealer.c
gtkrevealer.h
gtkroundedbox.c
gtkroundedboxprivate.h
gtkscale.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkscale.h
gtkscalebutton.c Document the CSS class used for the ScaleButton popover 2019-12-22 19:12:20 +00:00
gtkscalebutton.h
gtkscrollable.c
gtkscrollable.h
gtkscrollbar.c
gtkscrollbar.h
gtkscrolledwindow.c scrolledwindow: Always add other scrollbar size... 2021-04-19 14:43:01 -04:00
gtkscrolledwindow.h
gtksearchbar.c
gtksearchbar.h
gtksearchengine.c searchengine: Prepare for apps linking to Tracker 2.x 2020-09-01 13:22:12 +02:00
gtksearchengine.h gtksearchengine: Add autoptr handler for this type 2020-05-19 22:03:20 +02:00
gtksearchenginemodel.c searchenginemodel: finalize search results 2021-10-04 15:41:42 +02:00
gtksearchenginemodel.h
gtksearchenginequartz.c gtksearchengine: Add "got_results" argument to ::finished 2020-05-19 22:03:20 +02:00
gtksearchenginequartz.h
gtksearchenginesimple.c gtksearchengine: Add "got_results" argument to ::finished 2020-05-19 22:03:20 +02:00
gtksearchenginesimple.h
gtksearchenginetracker3.c searchengine: Prepare for apps linking to Tracker 2.x 2020-09-01 13:22:12 +02:00
gtksearchenginetracker3.h gtksearchengine: Add tracker3 search engine 2020-05-19 22:03:39 +02:00
gtksearchenginetracker.c gtksearchengine: Add "got_results" argument to ::finished 2020-05-19 22:03:20 +02:00
gtksearchenginetracker.h
gtksearchentry.c
gtksearchentry.h
gtksearchentryprivate.h
gtkselection.c Avoid Broadwayd - GtkEntry popup takes 35s after application startup 2019-11-22 14:37:53 +01:00
gtkselection.h
gtkselectionprivate.h
gtkseparator.c
gtkseparator.h
gtkseparatormenuitem.c
gtkseparatormenuitem.h
gtkseparatortoolitem.c
gtkseparatortoolitem.h
gtksettings.c settings: Support loading float values from keyfiles 2020-12-16 20:49:39 +01:00
gtksettings.h
gtksettingsprivate.h
gtkshortcutlabel.c
gtkshortcutlabel.h
gtkshortcutsgroup.c
gtkshortcutsgroup.h
gtkshortcutssection.c ShortcutsSection: Fix tiny grammar-o "in for"→"in" 2019-06-24 18:01:53 +01:00
gtkshortcutssection.h
gtkshortcutsshortcut.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkshortcutsshortcut.h
gtkshortcutsshortcutprivate.h
gtkshortcutswindow.c
gtkshortcutswindow.h
gtkshortcutswindowprivate.h
gtkshow.c gtkshow: Document that gtk_show_uri is deprecated 2020-09-18 17:00:41 -04:00
gtkshow.h
gtksidebarrow.c
gtksidebarrowprivate.h
gtksizegroup-private.h
gtksizegroup.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtksizegroup.h
gtksizerequest.c
gtksizerequest.h
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtksocket.c GtkPlug/Socket: add accessibility support 2020-10-08 22:00:21 +02:00
gtksocket.h
gtksocketprivate.h
gtkspinbutton.c spinbutton: Interpret localized digits 2021-03-29 22:10:06 -04:00
gtkspinbutton.h
gtkspinner.c
gtkspinner.h
gtkstack.c
gtkstack.h
gtkstacksidebar.c
gtkstacksidebar.h
gtkstackswitcher.c
gtkstackswitcher.h
gtkstatusbar.c
gtkstatusbar.h
gtkstyleanimation.c
gtkstyleanimationprivate.h
gtkstylecascade.c
gtkstylecascadeprivate.h
gtkstylecontext.c stylecontext: Add style property fallback for gtk-cursor-aspect-ratio 2020-12-16 20:49:39 +01:00
gtkstylecontext.h
gtkstylecontextprivate.h
gtkstyleproperty.c
gtkstylepropertyprivate.h
gtkstyleprovider.c
gtkstyleprovider.h
gtkstyleproviderprivate.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtkstyleproviderprivate.h
gtkswitch.c switch: Fix toggling switch on touch devices 2019-12-06 20:16:51 +05:30
gtkswitch.h
gtktestutils.c
gtktestutils.h
gtktextattributes.c
gtktextattributes.h
gtktextattributesprivate.h
gtktextbtree.c textbtree: short-circuit visibility check when possible 2020-03-18 12:56:19 -07:00
gtktextbtree.h
gtktextbuffer.c texttagtable: move private functions to gtktexttagtableprivate.h 2020-03-18 12:42:40 -07:00
gtktextbuffer.h
gtktextbufferprivate.h
gtktextbufferrichtext.c
gtktextbufferrichtext.h
gtktextbufferserialize.c GtkTextBufferSerialize: Add missing format string argument 2019-04-27 14:41:48 +02:00
gtktextbufferserialize.h
gtktextchild.c Merge branch 'wip/kalev/gcc-11' into 'master' 2021-08-22 19:03:23 +00:00
gtktextchild.h
gtktextchildprivate.h
gtktextdisplay.c
gtktextdisplay.h
gtktexthandle.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtktexthandleprivate.h
gtktextiter.c
gtktextiter.h
gtktextiterprivate.h
gtktextlayout.c
gtktextlayout.h
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextsegment.c Merge branch 'wip/kalev/gcc-11' into 'master' 2021-08-22 19:03:23 +00:00
gtktextsegment.h
gtktexttag.c texttag: avoid use of g_signal_emit_by_name() 2020-03-18 12:50:32 -07:00
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtktexttagtable.h texttagtable: move private functions to gtktexttagtableprivate.h 2020-03-18 12:42:40 -07:00
gtktexttagtableprivate.h textbtree: short-circuit visibility check when possible 2020-03-18 12:56:19 -07:00
gtktexttypes.c
gtktexttypes.h
gtktextutil.c
gtktextutil.h
gtktextview.c textview: Use correct aspect ratio when invaldiating cursor 2020-12-16 20:49:39 +01:00
gtktextview.h
gtktogglebutton.c
gtktogglebutton.h
gtktogglebuttonprivate.h
gtktoggletoolbutton.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtktoggletoolbutton.h
gtktoolbar.c gtk: rely on default marshallers 2019-05-31 11:12:29 -07:00
gtktoolbar.h
gtktoolbarprivate.h
gtktoolbutton.c marshallers: ensure g_cclosure_marshal_VOID__VOIDv is used 2019-05-29 13:30:15 -07:00
gtktoolbutton.h
gtktoolitem.c
gtktoolitem.h
gtktoolitemgroup.c
gtktoolitemgroup.h
gtktoolpalette.c Fix GPtrArray sorting function 2020-05-29 15:24:09 -05:00
gtktoolpalette.h
gtktoolpaletteprivate.h
gtktoolshell.c
gtktoolshell.h
gtktooltip.c Merge branch 'BUG_tooltip_blocks_combo_GTK3' into 'gtk-3-24' 2019-09-15 21:20:37 +00:00
gtktooltip.h
gtktooltipprivate.h tooltips: hide tooltips before showing popups 2019-09-03 20:01:20 -04:00
gtktooltipwindow.c
gtktooltipwindowprivate.h
gtktrashmonitor.c trash-monitor: Rate limit updates 2020-05-21 21:16:20 -04:00
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c
gtktreednd.h
gtktreemenu.c
gtktreemenu.h
gtktreemodel.c va_marshaller: add various va_marshallers 2019-06-01 00:33:32 -07:00
gtktreemodel.h
gtktreemodelfilter.c
gtktreemodelfilter.h
gtktreemodelsort.c Annotate GtkTreeModelSort.new_with_model() appropriately 2019-12-03 16:02:45 +00:00
gtktreemodelsort.h
gtktreeprivate.h
gtktreeselection.c docs: Fix gtk_tree_selection_get_selected_rows() 2021-09-30 00:38:17 +01:00
gtktreeselection.h
gtktreesortable.c
gtktreesortable.h
gtktreestore.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtktreestore.h
gtktreeview.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtktreeview.h
gtktreeviewcolumn.c GtkTreeviewColumn: don't focus-on-click header buttons 2020-04-30 22:30:17 -04:00
gtktreeviewcolumn.h
gtktypebuiltins.c.template Use g_once for all the mkenums template files 2019-05-21 10:46:04 -05:00
gtktypebuiltins.h.template meson: mkenums: only write basenames in the comments 2019-04-11 16:45:36 +02:00
gtktypes.h
gtkunixprint-autocleanups.h
gtkunixprint.h
gtkutils.c
gtkutilsprivate.h
gtkversion.h.in
gtkviewport.c
gtkviewport.h
gtkvolumebutton.c
gtkvolumebutton.h
gtkwidget.c docs: Escape the XML tags in the Widget class description 2021-08-22 19:38:44 +01:00
gtkwidget.h
gtkwidgetpath.c
gtkwidgetpath.h
gtkwidgetpathprivate.h
gtkwidgetprivate.h
gtkwin32.c
gtkwin32draw.c
gtkwin32drawprivate.h
gtkwin32embed.c
gtkwin32embed.h
gtkwin32embedwidget.c Win32: Fix print dialog custom widget measurement 2021-11-17 15:41:13 +01:00
gtkwin32embedwidget.h
gtkwin32theme.c
gtkwin32themeprivate.h
gtkwindow.c Merge branch 'gtk3-docs-fixes' into 'gtk-3-24' 2021-08-22 19:13:57 +00:00
gtkwindow.h
gtkwindowgroup.c
gtkwindowgroup.h
gtkwindowprivate.h
gtkx-autocleanups.h
gtkx.h
gtkxembed.c
gtkxembed.h
language-names.c
language-names.h
libgtk3.manifest.in
Makefile.am gtk: Fix building version resource on Windows 11 SDK 2021-10-14 10:30:58 +08:00
makefile.msc.in
meson.build Redo the handling of Emoji data 2021-05-06 15:36:27 +02:00
open-type-layout.h
org.gtk.Settings.ColorChooser.gschema.xml
org.gtk.Settings.Debug.gschema.xml
org.gtk.Settings.EmojiChooser.gschema.xml gtkemojichooser: Use retrocompatible format for saving recent-emoji 2021-05-06 16:04:25 +02:00
org.gtk.Settings.FileChooser.gschema.xml GtkFileChooser: add a sortable "Type" column 2019-05-27 22:05:51 -04:00
paper_names_offsets.c
paper_names.c
queryimmodules.c
script-names.c
script-names.h
updateiconcache.c update-icon-cache.c: Declare variables at top-of-block 2021-04-16 15:36:58 +08:00
xembed.h