pkgsrc/x11/gtk4/PLIST
wiz 9020060182 gtk4: update to 4.6.6.
Overview of Changes in 4.6.6, 02-07-2022
========================================

* Fix translations in GTKs own ui files

* Wayland:
 - Fix a problem with the activation protocol
 - Don't force the HighContrast icontheme

* Windows:
 - Fix a problem with builtin icons if the
   hicolor icontheme is not installed

Overview of Changes in 4.6.5, 27-05-2022
========================================

* GtkFileChooser:
 - Fix pasting text into the name field

* GtkText:
 - Remove an assertion that is sometimes hit

* Wayland:
 - Ensure that our cursor surfaces don't violate
   protocol constraints

* Accssibility:
 - Fix a problem in the accessibility tree

Overview of Changes in 4.6.4, 13-05-2022
========================================

* GtkFileChooser:
 - Fix select button sensitivity in select_folder mode
 - Fix some fallout from list model porting

* GtkListView, GtkColumnView:
 - Optimize scrolling

* print-to-file:
 - Handle nonexisting files better in the dialog

* Avoid infinite loops in size allocation

* CSS:
 - Optimize a case of reparenting that is important in GtkListView

* GSK:
 - Check for half-float support before using it

* Wayland:
 - Ignore empty preedit updates This fixes a problem with
   textview scrolling
 - Freeze popups when hidden. This addresses a frame rate drop

Overview of Changes in 4.6.3, 21-04-2022
========================================

* GtkOverlay:
 - Bring back positional style classes

* GtkFileChooser:
 - Prevent unwanted completion popups
 - Fix small problems in save mode
 - Fix buildable suport of GtkFileFilter

* GtkPopover:
 - Fix button positions in right-to-left locales

* GtkLabel:
 - Fix small issues with link handling

* Tooltips:
 - Don't restrict the minimum tooltip length

* Theme:
 - Don't use opacity for overlay scrollbars
 - Fix selection text color in  vertical spin buttons

* GSK:
 - Accept textures that are generated by webkit
 - Align offscreen rendering to the pixel grid

* Accessibility
 - Fix a crash in startup when orca is running

* Input:
 - Fix display changes in GtkIMMultiContext
 - Fix activating on-screen keyboards
 - Always propagate hold events in GtkEventControllerScroll

* Windows:
 - Fix a critical warning in clipboard handling
 - Report serial numbers for events

* MacOS:
 - Prevent fullscreen transition reentrancy


Overview of Changes in 4.6.2, 18-03-2022
========================================

* GtkScrolledWindow:
 - Set scroll-to-focus on viewports
 - Avoid doubly triggering deceleration

* GtkEntry:
 - Stop cursor blinking on focus-out

* Emoji:
 - Update Emoji data to CLDR 40 and Unicode 14
 - Add more locales for Emoji data (da, de, en, es,
   fr hu, it, ko, lt, ms, nl, pl, pt, ru, s, uk zh)

* GDK
 - Optimize texture conversions on x86 and ARM
 - Use EGK_KHR_swap_buffers_with_damage if available

* GSK
 - Avoid clearing opaque regions
 - Support using a non-default framebuffer
 - Handle large viewports by tiling

* Wayland:
 - Prefer xdg-activation over gtk-shell
 - text protocol: Fix text caret location
 - text protocol: Use serials to control outbound messages

* Inspector:
 - Show app ID and resource path

* Demos:
 - widget-factory: Handle F11 to toggle fullscreen

* Tools:
 - gtk-builder-tool: Allow use without display

* Windows:
 - Fix preedit window placement on HiDPI
 - Build improvements
 - Fix fullscreen handling

* MacOS:
 - Fix scrolling with an external mouse
 - Fix kinetic scrolling with overshoot
 - Improve monitor detection
 - Many input handling fixes
 - Support OpenGL accelerated video playback
 - Support fullscreen
 - Improve interactive window resizing and moving
 - Fix backdrop state handling
 - Fix GtkFileChooserNative filtering
 - Use CALayer and IOSurface for rendering
 - Use per monitor CVDisplayLink to support mixed-rate monitors
 - Start applications in foreground
 - Fix cursor blink time

Overview of Changes in 4.6.1, 11-02-2022
========================================

* GtkFontChooser:
 - Stop using PangoFc api
 - Fix a crash
 - Use new HarfBuzz api

* GtkMenuButton:
 - Update accessible description

* GtkTextView:
 - Fix intra-widget dnd

* Printing:
 - Fix an fd leak

* Input:
 - Make sure input methods get focus-in events
 - Always flush events to avoid scroll event pileup
 - Support hold events
 - Update keysyms from libxkbcommon

* Theme:
 - Improve text selection legibility

* Introspection:
 - Add missing nullable annotations everywhere

* Build:
 - Make stack noexec again
 - Avoid symbol leaks
 - Drop unneeded script data

* Windows:
 - Stop using WM_SYNCPAINT
 - Relax check for GL 3.x legacy contexts
 - Use native apis for language names
 - Rewrite the keymap code
 - Use the GL renderer by default

* Wayland:
 - Fix support for the new high-contrast setting
 - Avoid redundant scale changes
 - Fix DND hotspot handling
 - Don't always restore the saved size when floating

* MacOS:
 - Various performance improvements

Overview of Changes in 4.6.0, 30-12-2021
========================================

* GtkProgressBar:
 - Fix handling of "inverted"

* GtkLabel:
 - Add a "natural wrap mode" property to influence how
   natural width is determined

* GtkTextView
 - Scroll insertion on-screen after undo / redo

* gsk:
 - Abort region diffing when changes are too complex

* gdk:
 - Avoid compressing discrete scroll events
 - Fix problems with hiding windows
 - Improve GL and GLES version checks

* Wayland:
 - Support new high-contrast setting

* Inspector:
 - Add DND inspection support

* build:
 - Avoid deprecated meson apis

Overview of Changes in 4.5.1, 16-12-2021
========================================

* GtkWidget sizing has been rewritten to implement
  width-for-height more properly. This had some fallout,
  and some widgets may still not react kindly to the
  new way of doing things.

  See https://blog.gtk.org/2021/12/03/sizable-news/
  for details, and please file issues if you notice fallout.

* Rename git `master` branch to `main`

* Css:
 - Fully support font-variant-caps
 - Fix a crash with gradients

* Make various widgets activatable:
 - GtkComboBox
 - GtkDropDown

* GtkPopover:
 - Make focus indicators not disappear

* GtkTextView:
 - Don't leave embedded children stranded when scrolling
 - Don't insert Emoji into non-editable textviews
 - Fix Emoji chooser positioning
 - Fix problems with pasting text
 - Improve scroll-to-mark behavior
 - Support right-aligned, centered and decimal tabs
 - Make child anchor replacement character settable
 - Provide more context to input methods

* GtkDragIcon:
 - Provide default icons for paintables and files

* GtkBuilder:
 - Speed up template precompilation

* Actions:
 - Reduce allocations during signal emissions
 - Avoid duplication and unnecessary recursion

* Inspector:
 - Show the selected im-module in the General tab
 - Add a clipboard viewer
 - Make the recorder record events too
 - Add a graph visualizing gtk_widget_measure()

* Gsk:
 - Fix hexbox rendering
 - Fix transformed linear gradient rendering

* Printing:
 - Fix dialog-less printing

* Windows:
 - Use the common EGL setup code
 - Respect GDK_DEBUG=gl-egl
 - Fix AeroSnap indicator and positioning

* X11:
 - Improve behavior of windows drags on headerbar controls
 - Trap errors for RANDR changes
 - Fix problems with drag icons

* Wayland:
 - Ensure we prefer the Wayland im-module over others

Overview of Changes in 4.5.0
============================

* gsk:
 - Drop the GL renderer in favor of NGL
 - Rename NGL to GL
 - Fix some coordinate overflow issues
 - Reimplement texture upload and download for better
   support of image formats and color spaces
 - New api:
   gsk_transform_skew
   gsk_transform_to_2d_components

* gdk:
 - Support HSL in gdk_rgba_parse
 - Use libpng, libjpeg and libtiff directly when loading
   textures, and support more image formats (including 16bit
   and float formats)
 - New apis:
   gdk_texture_new_from_bytes
   gdk_texture_new_from_filename
   gdk_texture_download_float
   gdk_texture_save_to_png_bytes
   gdk_texture_save_to_tiff
   gdk_texture_save_to_tiff_bytes
   gdk_display_create_gl_context
 - Implement GIcon and GLoadableIcon in GdkTexture
 - Move EGL initialization to the frontend
 - Use configless EGL contexts, if supported
 - Use >8bit pixel formats, if supported and requested

* css:
 - Add support for line-height
 - Add support for text-transform

* theme:
 - Fixes for buttons in toolbars

* input:
 - Update compose sequences from libX11 1.7.2
 - Accept replacement string longer than 20 characters

* text:
 - Implement sloped caret drawing
 - Add a gtk-hint-font-metrics setting to switch
   font rendering to be more similar to GTK3

* GtkTextView:
 - Add support for line height
 - Add support for text transforms
 - Misc fixes for css->pango attribute translations
 - Invalidate pango contexts when font settings change
 - Improve undo grouping when overwriting

* GtkListView:
 - Make tree indentation more flexible with
   GtkTreeExpander:indent-for-icon

* GtkMenuButton:
 - Support custom children

* GtkFlowBox:
 - Add prepend and append

* GtkCalendar:
 - Fix handling of weeks starting on Monday

* GtkWindow:
 - Add a titlebar property

* GtkDropDown:
 - Add a show-arrow property

* GtkPopoverMenu:
 - Support a use-markup attribute in menu models

* Add GtkSymbolicPaintable

* Tools:
 - Support DND in gtk4-node-editor and the inspector's recorder

* Demos:
 - Improve the font rendering demo

* Build:
 - Require Pango 1.49
 - Require libpng, libtiff and libjpeg
 - Speed up handling of resources during build

* X11:
 - Support touchpad gestures with XInput 2.4

* Windows:
 - Fix DND coordinates

Overview of Changes in 4.4.0
============================

* Input:
 - Match IBus for display of Compose sequences
 - Match IBus for handling of mismatches
 - Handle Escape in Compose sequences
 - Allow multiple dead keys
 - Support 32bit keysyms

* GtkCheckButton:
 - Activate when moving focus

* GtkLabel:
 - Propertly ignore double underscores for mnemonics

* GtkPopoverMenu:
 - Fix focus cycling

* GtkTextView:
 - Improve word selection
 - Fix block cursors on empty lines

* GdkToplevel:
 - Support the gnome-shell titlebar gesture protocol

* GdkDropTarget:
 - Allow creating drop targets in ui files

* gsk:
 - Handle partial color fonts correctly
 - Use harfbuzz for color font information
 - Avoid pango for glyph cache rendering
 - Shrink shadow extents

* Settings:
 - Change the default for gtk-split-cursor to FALSE

* Demos:
 - Small improvements to widget-factory
 - gtk-demo: Improve the hypertext demo
 - gtk-dem: Improve the clipboard demo

* X11:
 - Set WM_CLASS on toplevels

* Wayland:
 - Support wl_seat v7

* Windows:
 - Drop the local DND protocol
 - Avoid WGL if shaders don't work
 - Use WinPointer API

Overview of Changes in 4.3.2
============================

* GtkToggleButton:
 - Fix the actionable implementation

* GtkCheckButton:
 - Fix the actionable implementation
 - Cancel activation on when the pointer leaves

* GtkMenuButton:
 - Make activatable again
 - Add a way to have an icon + arrow

* GtkColorButton:
 - Make activatable again

* GtkFontButton:
 - Make activatable again

* GtkAppChooserButton:
 - Make activatable again

* GtkColumnView:
 - Fix double activation

* GtkLabel:
 - Fix mnemonics without markup

* GtkTreeView:
 - Clip header buttons

* GtkTextView:
 - Add api to get the RTL and LTR contexts
 - Fix some errors in text history grouping

* GtkText:
 - Don't show placeholder text on top of entry text
 - Add api to compute the cursor extents
 - Fix y coordinates for text selection

* GtkFileChooser:
 - Don't show Trash in the side bar

* GtkPopoverMenu:
 - Add scrollbars to long menus

* GtkActionMuxer:
 - Fix propagation of accel changes

* Introspection:
 - Annotate all filename arguments
 - Rename GtkMediaStream apis to avoid name collisions
 - Rename GtkDropTarget properties to avoid name collisions
 - Make GtkPasswordEntryBuffer introspectable

* Printing:
 - Remove the Google Cloud Print backend

* Theme:
 - Sync included icons with the Adwaita icon theme

* GSK:
 - Avoid overflowing the vertex counter
 - Handle negative scales correctly in the ngl renderer

* GDK:
 - Cleanup and simplify OpenGL setup code
 - Add a GdkDisplay::init_gl vfunc and gdk_display_prepare_gl() api
 - Require EGL 1.4
 - Fix EGL + NVidia

* Build:
 - Enable gstreamer by default
 - Disable Vulkan by default
 - Remove the sassc option
 - Remove options and checks for X11 extensions

* X11:
 - Stop using XComposite
 - Remove the Visual cache

* Wayland:
 - Fix some DND corner cases
 - Work with version 2 of pointer-gestures-v1
 - Look for cursor themes in $HOME/.icons

* Windows:
 - Fix SIGILL on x64 due to popcnt
 - Fix popup placement
 - Fix drag icon placement
 - Clean up HiDPI and WGL support
 - Default to WGL

* MacOs:
 - Fix input method support
 - Register known clipboard types for drop targets
 - Add initial DND support

Overview of Changes in 4.3.1
============================

* GtkEmojiChooser:
 - Update data from CLDR 39
 - Load Emoji data for both language and territory

* GtkCalendar:
 - Fix an off-by-one error in day numbers

* GtkListView:
 - Add .activatable style class to activatable items

* GtkCheckButton:
 - Don't allow unchecking grouped radio buttons

*GtkToggleButton:
 - Fix mnemonic activation propagation

* GtkLabel:
 - Make mnemonics work even when invisible
 - Fix mnemonic activation propagation

* GtkMenuButton:
 - Add a property to mark primary menus and make F10 work

* GtkApplication:
 - Fix initial screensaver state async

* GtkEntry:
 - Apply xalign to placeholder text (as it was in GTK 3)

* GtkSpinButton:
 - Fix swipe gestures

* GtkStackSwitcher:
 - Implement GtkOrientable (as it was in GTK 3)
 - Fix a use-after-free problem with drag timeouts

* GtkFileChooser:
 - Add support for (case-insensitive) suffix matches in GtkFileFilter

* GtkPasswordEntry:
 - Make GtkPasswordEntryBuffer public, to make it easier
   to write your own password entry widget

* Input:
 - Fix interference between various obscure XKB features
   (e.g. overlays) and Compose sequences

* Action support:
 - Fix submenu-action handling

* Theme:
 - Update icons from the Adwaita icon theme
 - Fix icon names for GtkSwitch
 - Fix switch-off icon

* GSK:
 - Improve transformed offscreen rendering
 - Add padding between cached glyphs

* Wayland:
 - Fix monitor sizes in the presence of transforms
 - Add a getter for the EGLDisplay
 - Fix click-drag-release sequences for popovers

* X11:
 - Support EGL for X11. Fall back to GLX if EGL isn't available
 - Always fall back to GLX on NVidia
 - Add a getter for the EGLDisplay

* Broadway:
 - Add a setter for display scale

* Windows:
 - Add a getter for the EGLDisplay
 - Make GL work for media playback

* MacOS:
 - Fix menubar appearance

* Tools:
 - gtk4-builder-tool: Replace can-focus with focusable in 3-to-4 conversion

* Introspection:
 - Add missing annotations in a few places (e.g. gtk_free_view_row_activated)

* Build:
 - Only build one source file with -mf16c
 - Fix devel styling for ci flatpak builds
 - Generate appdata for demo flatpaks

* Docs:
 - Numerous fixes and additions

Overview of Changes in 4.3.0
============================

* GtkVideo:
 - Detect stream metadata when using gstreamer

* GtkFileChooser:
 - Fix a crash

* GtkButton:
 - Add back visual feedback for keynav activation

* GtkFontChooser:
 - Fix initial font selection

* Text widgets:
 - Replace squiggly error underlines by dotted lines
 - Support translucent selections

* GtkTextView:
 - Various improvements to rendering performance

* GtkScrolledWindow:
 - Stop using scroll cursors

* GtkMenuButton:
 - Make focus-on-click work

* GtkToggleButton:
 - Make grouped buttons mutually exclusive

* GtkPasswordEntry:
 - Use MADV_DONTDUMP for secure memory

* GtkListBox:
 - Allow repeated selection extension for MULTIPLE

* Themes:
 - Reorganize and rename included themes. The theme is now
   called Default, with dark, hc and hc-dark variants.
   Visually, the themes are unchanged.
 - The theme variants are also available as standalone
   themes called Default-dark, etc.
 - The theme named Adwaita is moving to libadwaita
 - Fix resize border sizing
 - Fix solid-csd window decorations

* Input:
 - Revert some Compose sequence changes (mainly around dead
   acute and apostrophe)
 - Consume all key events during preedit, to avoid unexpected
   interactions
 - Ignore more modifiers during preedit, to allow using 3rd and
   5th level choosers
 - Fix handling of cursor positions in non-ASCII preedit text
 - Fix a problem with deferred focus setting

* GdkClipboard:
 - Ensure strings are nul-terminated

* GSK:
 - Improvements to the ngl renderer
   - Fix offscreen rendering with transforms
   - Fix downscaled textures
   - Avoid huge intermediate textures
   - Use fp16 for colors
   - Optimize handling of underlines in text
   - Fix corner cases of shadow rendering
 - Reorganize shader resources
 - Make shadow rendering match across renderers

* Accessibility:
 - Various fixes to get Orca to speak (still a work in progress)

* Wayland:
 - Improve font settings fallback
 - Avoid unintentional rendering freezes with popovers
 - Support the xdg_activation_v1 protocol

* X11:
 - Don't beep on untrusted displays
 - Don't crash when popovers are outside the workarea

* Windows:
 - Fix using GL rendering with Mesa drivers

* Tools:
 - Add support for copy/paste in gtk4-node-editor
 - Make syntax highlighting work in the gtk4-demo flatpak

* Inspector:
 - Enable the inspector by default, in all cases
 - Show keyboard layouts
 - Improve monitor information
2022-07-29 16:08:20 +00:00

660 lines
26 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2022/07/29 16:08:20 wiz Exp $
bin/gtk4-builder-tool
bin/gtk4-demo
bin/gtk4-demo-application
bin/gtk4-encode-symbolic-svg
bin/gtk4-icon-browser
bin/gtk4-launch
bin/gtk4-print-editor
bin/gtk4-query-settings
bin/gtk4-update-icon-cache
bin/gtk4-widget-factory
include/gtk-4.0/gdk/gdk-autocleanup.h
include/gtk-4.0/gdk/gdk.h
include/gtk-4.0/gdk/gdkapplaunchcontext.h
include/gtk-4.0/gdk/gdkcairo.h
include/gtk-4.0/gdk/gdkcairocontext.h
include/gtk-4.0/gdk/gdkclipboard.h
include/gtk-4.0/gdk/gdkconfig.h
include/gtk-4.0/gdk/gdkcontentdeserializer.h
include/gtk-4.0/gdk/gdkcontentformats.h
include/gtk-4.0/gdk/gdkcontentprovider.h
include/gtk-4.0/gdk/gdkcontentproviderimpl.h
include/gtk-4.0/gdk/gdkcontentserializer.h
include/gtk-4.0/gdk/gdkcursor.h
include/gtk-4.0/gdk/gdkdevice.h
include/gtk-4.0/gdk/gdkdevicepad.h
include/gtk-4.0/gdk/gdkdevicetool.h
include/gtk-4.0/gdk/gdkdisplay.h
include/gtk-4.0/gdk/gdkdisplaymanager.h
include/gtk-4.0/gdk/gdkdrag.h
include/gtk-4.0/gdk/gdkdragsurface.h
include/gtk-4.0/gdk/gdkdrawcontext.h
include/gtk-4.0/gdk/gdkdrop.h
include/gtk-4.0/gdk/gdkenums.h
include/gtk-4.0/gdk/gdkenumtypes.h
include/gtk-4.0/gdk/gdkevents.h
include/gtk-4.0/gdk/gdkframeclock.h
include/gtk-4.0/gdk/gdkframetimings.h
include/gtk-4.0/gdk/gdkglcontext.h
include/gtk-4.0/gdk/gdkgltexture.h
include/gtk-4.0/gdk/gdkkeys.h
include/gtk-4.0/gdk/gdkkeysyms.h
include/gtk-4.0/gdk/gdkmemorytexture.h
include/gtk-4.0/gdk/gdkmonitor.h
include/gtk-4.0/gdk/gdkpaintable.h
include/gtk-4.0/gdk/gdkpango.h
include/gtk-4.0/gdk/gdkpixbuf.h
include/gtk-4.0/gdk/gdkpopup.h
include/gtk-4.0/gdk/gdkpopuplayout.h
include/gtk-4.0/gdk/gdkrectangle.h
include/gtk-4.0/gdk/gdkrgba.h
include/gtk-4.0/gdk/gdkseat.h
include/gtk-4.0/gdk/gdksnapshot.h
include/gtk-4.0/gdk/gdksurface.h
include/gtk-4.0/gdk/gdktexture.h
include/gtk-4.0/gdk/gdktoplevel.h
include/gtk-4.0/gdk/gdktoplevellayout.h
include/gtk-4.0/gdk/gdktoplevelsize.h
include/gtk-4.0/gdk/gdktypes.h
include/gtk-4.0/gdk/gdkversionmacros.h
include/gtk-4.0/gdk/gdkvulkancontext.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacos.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacosdevice.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacosdisplay.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacosglcontext.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacoskeymap.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacosmonitor.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacosseat.h
${PLIST.quartz}include/gtk-4.0/gdk/macos/gdkmacossurface.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx-autocleanups.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11applaunchcontext.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11device-xi2.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11device.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11devicemanager-xi2.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11devicemanager.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11display.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11dnd.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11glcontext.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11monitor.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11property.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11screen.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11selection.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11surface.h
${PLIST.x11}include/gtk-4.0/gdk/x11/gdkx11utils.h
include/gtk-4.0/gsk/gl/gskglrenderer.h
include/gtk-4.0/gsk/gsk-autocleanup.h
include/gtk-4.0/gsk/gsk.h
include/gtk-4.0/gsk/gskcairorenderer.h
include/gtk-4.0/gsk/gskenums.h
include/gtk-4.0/gsk/gskenumtypes.h
include/gtk-4.0/gsk/gskglshader.h
include/gtk-4.0/gsk/gskrenderer.h
include/gtk-4.0/gsk/gskrendernode.h
include/gtk-4.0/gsk/gskroundedrect.h
include/gtk-4.0/gsk/gsktransform.h
include/gtk-4.0/gsk/gsktypes.h
include/gtk-4.0/gtk/css/gtkcss.h
include/gtk-4.0/gtk/css/gtkcssenums.h
include/gtk-4.0/gtk/css/gtkcssenumtypes.h
include/gtk-4.0/gtk/css/gtkcsserror.h
include/gtk-4.0/gtk/css/gtkcsslocation.h
include/gtk-4.0/gtk/css/gtkcsssection.h
include/gtk-4.0/gtk/gtk-autocleanups.h
include/gtk-4.0/gtk/gtk.h
include/gtk-4.0/gtk/gtkaboutdialog.h
include/gtk-4.0/gtk/gtkaccelgroup.h
include/gtk-4.0/gtk/gtkaccessible.h
include/gtk-4.0/gtk/gtkactionable.h
include/gtk-4.0/gtk/gtkactionbar.h
include/gtk-4.0/gtk/gtkadjustment.h
include/gtk-4.0/gtk/gtkappchooser.h
include/gtk-4.0/gtk/gtkappchooserbutton.h
include/gtk-4.0/gtk/gtkappchooserdialog.h
include/gtk-4.0/gtk/gtkappchooserwidget.h
include/gtk-4.0/gtk/gtkapplication.h
include/gtk-4.0/gtk/gtkapplicationwindow.h
include/gtk-4.0/gtk/gtkaspectframe.h
include/gtk-4.0/gtk/gtkassistant.h
include/gtk-4.0/gtk/gtkatcontext.h
include/gtk-4.0/gtk/gtkbinlayout.h
include/gtk-4.0/gtk/gtkbitset.h
include/gtk-4.0/gtk/gtkbookmarklist.h
include/gtk-4.0/gtk/gtkboolfilter.h
include/gtk-4.0/gtk/gtkborder.h
include/gtk-4.0/gtk/gtkbox.h
include/gtk-4.0/gtk/gtkboxlayout.h
include/gtk-4.0/gtk/gtkbuildable.h
include/gtk-4.0/gtk/gtkbuilder.h
include/gtk-4.0/gtk/gtkbuilderlistitemfactory.h
include/gtk-4.0/gtk/gtkbuilderscope.h
include/gtk-4.0/gtk/gtkbutton.h
include/gtk-4.0/gtk/gtkcalendar.h
include/gtk-4.0/gtk/gtkcellarea.h
include/gtk-4.0/gtk/gtkcellareabox.h
include/gtk-4.0/gtk/gtkcellareacontext.h
include/gtk-4.0/gtk/gtkcelleditable.h
include/gtk-4.0/gtk/gtkcelllayout.h
include/gtk-4.0/gtk/gtkcellrenderer.h
include/gtk-4.0/gtk/gtkcellrendereraccel.h
include/gtk-4.0/gtk/gtkcellrenderercombo.h
include/gtk-4.0/gtk/gtkcellrendererpixbuf.h
include/gtk-4.0/gtk/gtkcellrendererprogress.h
include/gtk-4.0/gtk/gtkcellrendererspin.h
include/gtk-4.0/gtk/gtkcellrendererspinner.h
include/gtk-4.0/gtk/gtkcellrenderertext.h
include/gtk-4.0/gtk/gtkcellrenderertoggle.h
include/gtk-4.0/gtk/gtkcellview.h
include/gtk-4.0/gtk/gtkcenterbox.h
include/gtk-4.0/gtk/gtkcenterlayout.h
include/gtk-4.0/gtk/gtkcheckbutton.h
include/gtk-4.0/gtk/gtkcolorbutton.h
include/gtk-4.0/gtk/gtkcolorchooser.h
include/gtk-4.0/gtk/gtkcolorchooserdialog.h
include/gtk-4.0/gtk/gtkcolorchooserwidget.h
include/gtk-4.0/gtk/gtkcolorutils.h
include/gtk-4.0/gtk/gtkcolumnview.h
include/gtk-4.0/gtk/gtkcolumnviewcolumn.h
include/gtk-4.0/gtk/gtkcombobox.h
include/gtk-4.0/gtk/gtkcomboboxtext.h
include/gtk-4.0/gtk/gtkconstraint.h
include/gtk-4.0/gtk/gtkconstraintguide.h
include/gtk-4.0/gtk/gtkconstraintlayout.h
include/gtk-4.0/gtk/gtkcssprovider.h
include/gtk-4.0/gtk/gtkcustomfilter.h
include/gtk-4.0/gtk/gtkcustomlayout.h
include/gtk-4.0/gtk/gtkcustomsorter.h
include/gtk-4.0/gtk/gtkdebug.h
include/gtk-4.0/gtk/gtkdialog.h
include/gtk-4.0/gtk/gtkdirectorylist.h
include/gtk-4.0/gtk/gtkdragicon.h
include/gtk-4.0/gtk/gtkdragsource.h
include/gtk-4.0/gtk/gtkdrawingarea.h
include/gtk-4.0/gtk/gtkdropcontrollermotion.h
include/gtk-4.0/gtk/gtkdropdown.h
include/gtk-4.0/gtk/gtkdroptarget.h
include/gtk-4.0/gtk/gtkdroptargetasync.h
include/gtk-4.0/gtk/gtkeditable.h
include/gtk-4.0/gtk/gtkeditablelabel.h
include/gtk-4.0/gtk/gtkemojichooser.h
include/gtk-4.0/gtk/gtkentry.h
include/gtk-4.0/gtk/gtkentrybuffer.h
include/gtk-4.0/gtk/gtkentrycompletion.h
include/gtk-4.0/gtk/gtkenums.h
include/gtk-4.0/gtk/gtkeventcontroller.h
include/gtk-4.0/gtk/gtkeventcontrollerfocus.h
include/gtk-4.0/gtk/gtkeventcontrollerkey.h
include/gtk-4.0/gtk/gtkeventcontrollerlegacy.h
include/gtk-4.0/gtk/gtkeventcontrollermotion.h
include/gtk-4.0/gtk/gtkeventcontrollerscroll.h
include/gtk-4.0/gtk/gtkexpander.h
include/gtk-4.0/gtk/gtkexpression.h
include/gtk-4.0/gtk/gtkfilechooser.h
include/gtk-4.0/gtk/gtkfilechooserdialog.h
include/gtk-4.0/gtk/gtkfilechoosernative.h
include/gtk-4.0/gtk/gtkfilechooserwidget.h
include/gtk-4.0/gtk/gtkfilefilter.h
include/gtk-4.0/gtk/gtkfilter.h
include/gtk-4.0/gtk/gtkfilterlistmodel.h
include/gtk-4.0/gtk/gtkfixed.h
include/gtk-4.0/gtk/gtkfixedlayout.h
include/gtk-4.0/gtk/gtkflattenlistmodel.h
include/gtk-4.0/gtk/gtkflowbox.h
include/gtk-4.0/gtk/gtkfontbutton.h
include/gtk-4.0/gtk/gtkfontchooser.h
include/gtk-4.0/gtk/gtkfontchooserdialog.h
include/gtk-4.0/gtk/gtkfontchooserwidget.h
include/gtk-4.0/gtk/gtkframe.h
include/gtk-4.0/gtk/gtkgesture.h
include/gtk-4.0/gtk/gtkgestureclick.h
include/gtk-4.0/gtk/gtkgesturedrag.h
include/gtk-4.0/gtk/gtkgesturelongpress.h
include/gtk-4.0/gtk/gtkgesturepan.h
include/gtk-4.0/gtk/gtkgesturerotate.h
include/gtk-4.0/gtk/gtkgesturesingle.h
include/gtk-4.0/gtk/gtkgesturestylus.h
include/gtk-4.0/gtk/gtkgestureswipe.h
include/gtk-4.0/gtk/gtkgesturezoom.h
include/gtk-4.0/gtk/gtkglarea.h
include/gtk-4.0/gtk/gtkgrid.h
include/gtk-4.0/gtk/gtkgridlayout.h
include/gtk-4.0/gtk/gtkgridview.h
include/gtk-4.0/gtk/gtkheaderbar.h
include/gtk-4.0/gtk/gtkicontheme.h
include/gtk-4.0/gtk/gtkiconview.h
include/gtk-4.0/gtk/gtkimage.h
include/gtk-4.0/gtk/gtkimcontext.h
include/gtk-4.0/gtk/gtkimcontextsimple.h
include/gtk-4.0/gtk/gtkimmodule.h
include/gtk-4.0/gtk/gtkimmulticontext.h
include/gtk-4.0/gtk/gtkinfobar.h
include/gtk-4.0/gtk/gtklabel.h
include/gtk-4.0/gtk/gtklayoutchild.h
include/gtk-4.0/gtk/gtklayoutmanager.h
include/gtk-4.0/gtk/gtklevelbar.h
include/gtk-4.0/gtk/gtklinkbutton.h
include/gtk-4.0/gtk/gtklistbase.h
include/gtk-4.0/gtk/gtklistbox.h
include/gtk-4.0/gtk/gtklistitem.h
include/gtk-4.0/gtk/gtklistitemfactory.h
include/gtk-4.0/gtk/gtkliststore.h
include/gtk-4.0/gtk/gtklistview.h
include/gtk-4.0/gtk/gtklockbutton.h
include/gtk-4.0/gtk/gtkmain.h
include/gtk-4.0/gtk/gtkmaplistmodel.h
include/gtk-4.0/gtk/gtkmediacontrols.h
include/gtk-4.0/gtk/gtkmediafile.h
include/gtk-4.0/gtk/gtkmediastream.h
include/gtk-4.0/gtk/gtkmenubutton.h
include/gtk-4.0/gtk/gtkmessagedialog.h
include/gtk-4.0/gtk/gtkmountoperation.h
include/gtk-4.0/gtk/gtkmultifilter.h
include/gtk-4.0/gtk/gtkmultiselection.h
include/gtk-4.0/gtk/gtkmultisorter.h
include/gtk-4.0/gtk/gtknative.h
include/gtk-4.0/gtk/gtknativedialog.h
include/gtk-4.0/gtk/gtknoselection.h
include/gtk-4.0/gtk/gtknotebook.h
include/gtk-4.0/gtk/gtknumericsorter.h
include/gtk-4.0/gtk/gtkorientable.h
include/gtk-4.0/gtk/gtkoverlay.h
include/gtk-4.0/gtk/gtkoverlaylayout.h
include/gtk-4.0/gtk/gtkpadcontroller.h
include/gtk-4.0/gtk/gtkpagesetup.h
include/gtk-4.0/gtk/gtkpaned.h
include/gtk-4.0/gtk/gtkpapersize.h
include/gtk-4.0/gtk/gtkpasswordentry.h
include/gtk-4.0/gtk/gtkpasswordentrybuffer.h
include/gtk-4.0/gtk/gtkpicture.h
include/gtk-4.0/gtk/gtkpopover.h
include/gtk-4.0/gtk/gtkpopovermenu.h
include/gtk-4.0/gtk/gtkpopovermenubar.h
include/gtk-4.0/gtk/gtkprintcontext.h
include/gtk-4.0/gtk/gtkprintoperation.h
include/gtk-4.0/gtk/gtkprintoperationpreview.h
include/gtk-4.0/gtk/gtkprintsettings.h
include/gtk-4.0/gtk/gtkprogressbar.h
include/gtk-4.0/gtk/gtkrange.h
include/gtk-4.0/gtk/gtkrecentmanager.h
include/gtk-4.0/gtk/gtkrender.h
include/gtk-4.0/gtk/gtkrevealer.h
include/gtk-4.0/gtk/gtkroot.h
include/gtk-4.0/gtk/gtkscale.h
include/gtk-4.0/gtk/gtkscalebutton.h
include/gtk-4.0/gtk/gtkscrollable.h
include/gtk-4.0/gtk/gtkscrollbar.h
include/gtk-4.0/gtk/gtkscrolledwindow.h
include/gtk-4.0/gtk/gtksearchbar.h
include/gtk-4.0/gtk/gtksearchentry.h
include/gtk-4.0/gtk/gtkselectionfiltermodel.h
include/gtk-4.0/gtk/gtkselectionmodel.h
include/gtk-4.0/gtk/gtkseparator.h
include/gtk-4.0/gtk/gtksettings.h
include/gtk-4.0/gtk/gtkshortcut.h
include/gtk-4.0/gtk/gtkshortcutaction.h
include/gtk-4.0/gtk/gtkshortcutcontroller.h
include/gtk-4.0/gtk/gtkshortcutlabel.h
include/gtk-4.0/gtk/gtkshortcutmanager.h
include/gtk-4.0/gtk/gtkshortcutsgroup.h
include/gtk-4.0/gtk/gtkshortcutssection.h
include/gtk-4.0/gtk/gtkshortcutsshortcut.h
include/gtk-4.0/gtk/gtkshortcutswindow.h
include/gtk-4.0/gtk/gtkshortcuttrigger.h
include/gtk-4.0/gtk/gtkshow.h
include/gtk-4.0/gtk/gtksignallistitemfactory.h
include/gtk-4.0/gtk/gtksingleselection.h
include/gtk-4.0/gtk/gtksizegroup.h
include/gtk-4.0/gtk/gtksizerequest.h
include/gtk-4.0/gtk/gtkslicelistmodel.h
include/gtk-4.0/gtk/gtksnapshot.h
include/gtk-4.0/gtk/gtksorter.h
include/gtk-4.0/gtk/gtksortlistmodel.h
include/gtk-4.0/gtk/gtkspinbutton.h
include/gtk-4.0/gtk/gtkspinner.h
include/gtk-4.0/gtk/gtkstack.h
include/gtk-4.0/gtk/gtkstacksidebar.h
include/gtk-4.0/gtk/gtkstackswitcher.h
include/gtk-4.0/gtk/gtkstatusbar.h
include/gtk-4.0/gtk/gtkstringfilter.h
include/gtk-4.0/gtk/gtkstringlist.h
include/gtk-4.0/gtk/gtkstringsorter.h
include/gtk-4.0/gtk/gtkstylecontext.h
include/gtk-4.0/gtk/gtkstyleprovider.h
include/gtk-4.0/gtk/gtkswitch.h
include/gtk-4.0/gtk/gtksymbolicpaintable.h
include/gtk-4.0/gtk/gtktestatcontext.h
include/gtk-4.0/gtk/gtktestutils.h
include/gtk-4.0/gtk/gtktext.h
include/gtk-4.0/gtk/gtktextbuffer.h
include/gtk-4.0/gtk/gtktextchild.h
include/gtk-4.0/gtk/gtktextiter.h
include/gtk-4.0/gtk/gtktextmark.h
include/gtk-4.0/gtk/gtktexttag.h
include/gtk-4.0/gtk/gtktexttagtable.h
include/gtk-4.0/gtk/gtktextview.h
include/gtk-4.0/gtk/gtktogglebutton.h
include/gtk-4.0/gtk/gtktooltip.h
include/gtk-4.0/gtk/gtktreednd.h
include/gtk-4.0/gtk/gtktreeexpander.h
include/gtk-4.0/gtk/gtktreelistmodel.h
include/gtk-4.0/gtk/gtktreelistrowsorter.h
include/gtk-4.0/gtk/gtktreemodel.h
include/gtk-4.0/gtk/gtktreemodelfilter.h
include/gtk-4.0/gtk/gtktreemodelsort.h
include/gtk-4.0/gtk/gtktreeselection.h
include/gtk-4.0/gtk/gtktreesortable.h
include/gtk-4.0/gtk/gtktreestore.h
include/gtk-4.0/gtk/gtktreeview.h
include/gtk-4.0/gtk/gtktreeviewcolumn.h
include/gtk-4.0/gtk/gtktypebuiltins.h
include/gtk-4.0/gtk/gtktypes.h
include/gtk-4.0/gtk/gtkversion.h
include/gtk-4.0/gtk/gtkvideo.h
include/gtk-4.0/gtk/gtkviewport.h
include/gtk-4.0/gtk/gtkvolumebutton.h
include/gtk-4.0/gtk/gtkwidget.h
include/gtk-4.0/gtk/gtkwidgetpaintable.h
include/gtk-4.0/gtk/gtkwindow.h
include/gtk-4.0/gtk/gtkwindowcontrols.h
include/gtk-4.0/gtk/gtkwindowgroup.h
include/gtk-4.0/gtk/gtkwindowhandle.h
include/gtk-4.0/unix-print/gtk/gtkpagesetupunixdialog.h
include/gtk-4.0/unix-print/gtk/gtkprinter.h
include/gtk-4.0/unix-print/gtk/gtkprintjob.h
include/gtk-4.0/unix-print/gtk/gtkprintunixdialog.h
include/gtk-4.0/unix-print/gtk/gtkunixprint-autocleanups.h
include/gtk-4.0/unix-print/gtk/gtkunixprint.h
lib/girepository-1.0/Gdk-4.0.typelib
${PLIST.x11}lib/girepository-1.0/GdkX11-4.0.typelib
lib/girepository-1.0/Gsk-4.0.typelib
lib/girepository-1.0/Gtk-4.0.typelib
${PLIST.cups}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-cups.so
lib/gtk-4.0/4.0.0/printbackends/libprintbackend-file.so
${PLIST.lpr}lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so
lib/libgtk-4.${SOEXT}
${PLIST.dylib}lib/libgtk-4.1.dylib
${PLIST.no-dylib}lib/libgtk-4.so.1
${PLIST.no-dylib}lib/libgtk-4.so.1.600.6
${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc
lib/pkgconfig/gtk4-unix-print.pc
${PLIST.x11}lib/pkgconfig/gtk4-x11.pc
lib/pkgconfig/gtk4.pc
share/applications/org.gtk.Demo4.desktop
share/applications/org.gtk.IconBrowser4.desktop
share/applications/org.gtk.PrintEditor4.desktop
share/applications/org.gtk.WidgetFactory4.desktop
share/gettext/its/gtk4builder.its
share/gettext/its/gtk4builder.loc
share/gir-1.0/Gdk-4.0.gir
${PLIST.x11}share/gir-1.0/GdkX11-4.0.gir
share/gir-1.0/Gsk-4.0.gir
share/gir-1.0/Gtk-4.0.gir
share/glib-2.0/schemas/org.gtk.Demo4.gschema.xml
share/glib-2.0/schemas/org.gtk.gtk4.Settings.ColorChooser.gschema.xml
share/glib-2.0/schemas/org.gtk.gtk4.Settings.Debug.gschema.xml
share/glib-2.0/schemas/org.gtk.gtk4.Settings.EmojiChooser.gschema.xml
share/glib-2.0/schemas/org.gtk.gtk4.Settings.FileChooser.gschema.xml
share/gtk-4.0/emoji/da.gresource
share/gtk-4.0/emoji/de.gresource
share/gtk-4.0/emoji/es.gresource
share/gtk-4.0/emoji/fr.gresource
share/gtk-4.0/emoji/hu.gresource
share/gtk-4.0/emoji/it.gresource
share/gtk-4.0/emoji/ko.gresource
share/gtk-4.0/emoji/lt.gresource
share/gtk-4.0/emoji/ms.gresource
share/gtk-4.0/emoji/nl.gresource
share/gtk-4.0/emoji/pl.gresource
share/gtk-4.0/emoji/pt.gresource
share/gtk-4.0/emoji/ru.gresource
share/gtk-4.0/emoji/sv.gresource
share/gtk-4.0/emoji/uk.gresource
share/gtk-4.0/emoji/zh.gresource
share/gtk-4.0/gtk4builder.rng
share/gtk-4.0/valgrind/gtk.supp
share/icons/hicolor/scalable/apps/org.gtk.Demo4.svg
share/icons/hicolor/scalable/apps/org.gtk.IconBrowser4.svg
share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.Devel.svg
share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.svg
share/icons/hicolor/scalable/apps/org.gtk.WidgetFactory4.svg
share/icons/hicolor/symbolic/apps/org.gtk.Demo4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.IconBrowser4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.PrintEditor4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.WidgetFactory4-symbolic.svg
share/locale/af/LC_MESSAGES/gtk40-properties.mo
share/locale/af/LC_MESSAGES/gtk40.mo
share/locale/am/LC_MESSAGES/gtk40-properties.mo
share/locale/am/LC_MESSAGES/gtk40.mo
share/locale/an/LC_MESSAGES/gtk40-properties.mo
share/locale/an/LC_MESSAGES/gtk40.mo
share/locale/ang/LC_MESSAGES/gtk40-properties.mo
share/locale/ang/LC_MESSAGES/gtk40.mo
share/locale/ar/LC_MESSAGES/gtk40-properties.mo
share/locale/ar/LC_MESSAGES/gtk40.mo
share/locale/as/LC_MESSAGES/gtk40-properties.mo
share/locale/as/LC_MESSAGES/gtk40.mo
share/locale/ast/LC_MESSAGES/gtk40-properties.mo
share/locale/ast/LC_MESSAGES/gtk40.mo
share/locale/az/LC_MESSAGES/gtk40-properties.mo
share/locale/az/LC_MESSAGES/gtk40.mo
share/locale/az_IR/LC_MESSAGES/gtk40-properties.mo
share/locale/az_IR/LC_MESSAGES/gtk40.mo
share/locale/be/LC_MESSAGES/gtk40-properties.mo
share/locale/be/LC_MESSAGES/gtk40.mo
share/locale/be@latin/LC_MESSAGES/gtk40-properties.mo
share/locale/be@latin/LC_MESSAGES/gtk40.mo
share/locale/bg/LC_MESSAGES/gtk40-properties.mo
share/locale/bg/LC_MESSAGES/gtk40.mo
share/locale/bn/LC_MESSAGES/gtk40-properties.mo
share/locale/bn/LC_MESSAGES/gtk40.mo
share/locale/bn_IN/LC_MESSAGES/gtk40-properties.mo
share/locale/bn_IN/LC_MESSAGES/gtk40.mo
share/locale/br/LC_MESSAGES/gtk40-properties.mo
share/locale/br/LC_MESSAGES/gtk40.mo
share/locale/bs/LC_MESSAGES/gtk40-properties.mo
share/locale/bs/LC_MESSAGES/gtk40.mo
share/locale/ca/LC_MESSAGES/gtk40-properties.mo
share/locale/ca/LC_MESSAGES/gtk40.mo
share/locale/ca@valencia/LC_MESSAGES/gtk40-properties.mo
share/locale/ca@valencia/LC_MESSAGES/gtk40.mo
share/locale/crh/LC_MESSAGES/gtk40-properties.mo
share/locale/crh/LC_MESSAGES/gtk40.mo
share/locale/cs/LC_MESSAGES/gtk40-properties.mo
share/locale/cs/LC_MESSAGES/gtk40.mo
share/locale/cy/LC_MESSAGES/gtk40-properties.mo
share/locale/cy/LC_MESSAGES/gtk40.mo
share/locale/da/LC_MESSAGES/gtk40-properties.mo
share/locale/da/LC_MESSAGES/gtk40.mo
share/locale/de/LC_MESSAGES/gtk40-properties.mo
share/locale/de/LC_MESSAGES/gtk40.mo
share/locale/dz/LC_MESSAGES/gtk40-properties.mo
share/locale/dz/LC_MESSAGES/gtk40.mo
share/locale/el/LC_MESSAGES/gtk40-properties.mo
share/locale/el/LC_MESSAGES/gtk40.mo
share/locale/en/LC_MESSAGES/gtk40-properties.mo
share/locale/en/LC_MESSAGES/gtk40.mo
share/locale/en@shaw/LC_MESSAGES/gtk40-properties.mo
share/locale/en@shaw/LC_MESSAGES/gtk40.mo
share/locale/en_CA/LC_MESSAGES/gtk40-properties.mo
share/locale/en_CA/LC_MESSAGES/gtk40.mo
share/locale/en_GB/LC_MESSAGES/gtk40-properties.mo
share/locale/en_GB/LC_MESSAGES/gtk40.mo
share/locale/eo/LC_MESSAGES/gtk40-properties.mo
share/locale/eo/LC_MESSAGES/gtk40.mo
share/locale/es/LC_MESSAGES/gtk40-properties.mo
share/locale/es/LC_MESSAGES/gtk40.mo
share/locale/et/LC_MESSAGES/gtk40-properties.mo
share/locale/et/LC_MESSAGES/gtk40.mo
share/locale/eu/LC_MESSAGES/gtk40-properties.mo
share/locale/eu/LC_MESSAGES/gtk40.mo
share/locale/fa/LC_MESSAGES/gtk40-properties.mo
share/locale/fa/LC_MESSAGES/gtk40.mo
share/locale/fi/LC_MESSAGES/gtk40-properties.mo
share/locale/fi/LC_MESSAGES/gtk40.mo
share/locale/fr/LC_MESSAGES/gtk40-properties.mo
share/locale/fr/LC_MESSAGES/gtk40.mo
share/locale/fur/LC_MESSAGES/gtk40-properties.mo
share/locale/fur/LC_MESSAGES/gtk40.mo
share/locale/ga/LC_MESSAGES/gtk40-properties.mo
share/locale/ga/LC_MESSAGES/gtk40.mo
share/locale/gd/LC_MESSAGES/gtk40-properties.mo
share/locale/gd/LC_MESSAGES/gtk40.mo
share/locale/gl/LC_MESSAGES/gtk40-properties.mo
share/locale/gl/LC_MESSAGES/gtk40.mo
share/locale/gu/LC_MESSAGES/gtk40-properties.mo
share/locale/gu/LC_MESSAGES/gtk40.mo
share/locale/he/LC_MESSAGES/gtk40-properties.mo
share/locale/he/LC_MESSAGES/gtk40.mo
share/locale/hi/LC_MESSAGES/gtk40-properties.mo
share/locale/hi/LC_MESSAGES/gtk40.mo
share/locale/hr/LC_MESSAGES/gtk40-properties.mo
share/locale/hr/LC_MESSAGES/gtk40.mo
share/locale/hu/LC_MESSAGES/gtk40-properties.mo
share/locale/hu/LC_MESSAGES/gtk40.mo
share/locale/hy/LC_MESSAGES/gtk40-properties.mo
share/locale/hy/LC_MESSAGES/gtk40.mo
share/locale/ia/LC_MESSAGES/gtk40-properties.mo
share/locale/ia/LC_MESSAGES/gtk40.mo
share/locale/id/LC_MESSAGES/gtk40-properties.mo
share/locale/id/LC_MESSAGES/gtk40.mo
share/locale/io/LC_MESSAGES/gtk40-properties.mo
share/locale/io/LC_MESSAGES/gtk40.mo
share/locale/is/LC_MESSAGES/gtk40-properties.mo
share/locale/is/LC_MESSAGES/gtk40.mo
share/locale/it/LC_MESSAGES/gtk40-properties.mo
share/locale/it/LC_MESSAGES/gtk40.mo
share/locale/ja/LC_MESSAGES/gtk40-properties.mo
share/locale/ja/LC_MESSAGES/gtk40.mo
share/locale/ka/LC_MESSAGES/gtk40-properties.mo
share/locale/ka/LC_MESSAGES/gtk40.mo
share/locale/kg/LC_MESSAGES/gtk40-properties.mo
share/locale/kg/LC_MESSAGES/gtk40.mo
share/locale/kk/LC_MESSAGES/gtk40-properties.mo
share/locale/kk/LC_MESSAGES/gtk40.mo
share/locale/km/LC_MESSAGES/gtk40-properties.mo
share/locale/km/LC_MESSAGES/gtk40.mo
share/locale/kn/LC_MESSAGES/gtk40-properties.mo
share/locale/kn/LC_MESSAGES/gtk40.mo
share/locale/ko/LC_MESSAGES/gtk40-properties.mo
share/locale/ko/LC_MESSAGES/gtk40.mo
share/locale/ku/LC_MESSAGES/gtk40-properties.mo
share/locale/ku/LC_MESSAGES/gtk40.mo
share/locale/ky/LC_MESSAGES/gtk40-properties.mo
share/locale/ky/LC_MESSAGES/gtk40.mo
share/locale/lg/LC_MESSAGES/gtk40-properties.mo
share/locale/lg/LC_MESSAGES/gtk40.mo
share/locale/li/LC_MESSAGES/gtk40-properties.mo
share/locale/li/LC_MESSAGES/gtk40.mo
share/locale/lt/LC_MESSAGES/gtk40-properties.mo
share/locale/lt/LC_MESSAGES/gtk40.mo
share/locale/lv/LC_MESSAGES/gtk40-properties.mo
share/locale/lv/LC_MESSAGES/gtk40.mo
share/locale/mai/LC_MESSAGES/gtk40-properties.mo
share/locale/mai/LC_MESSAGES/gtk40.mo
share/locale/mi/LC_MESSAGES/gtk40-properties.mo
share/locale/mi/LC_MESSAGES/gtk40.mo
share/locale/mjw/LC_MESSAGES/gtk40-properties.mo
share/locale/mjw/LC_MESSAGES/gtk40.mo
share/locale/mk/LC_MESSAGES/gtk40-properties.mo
share/locale/mk/LC_MESSAGES/gtk40.mo
share/locale/ml/LC_MESSAGES/gtk40-properties.mo
share/locale/ml/LC_MESSAGES/gtk40.mo
share/locale/mn/LC_MESSAGES/gtk40-properties.mo
share/locale/mn/LC_MESSAGES/gtk40.mo
share/locale/mr/LC_MESSAGES/gtk40-properties.mo
share/locale/mr/LC_MESSAGES/gtk40.mo
share/locale/ms/LC_MESSAGES/gtk40-properties.mo
share/locale/ms/LC_MESSAGES/gtk40.mo
share/locale/my/LC_MESSAGES/gtk40-properties.mo
share/locale/my/LC_MESSAGES/gtk40.mo
share/locale/nb/LC_MESSAGES/gtk40-properties.mo
share/locale/nb/LC_MESSAGES/gtk40.mo
share/locale/nds/LC_MESSAGES/gtk40-properties.mo
share/locale/nds/LC_MESSAGES/gtk40.mo
share/locale/ne/LC_MESSAGES/gtk40-properties.mo
share/locale/ne/LC_MESSAGES/gtk40.mo
share/locale/nl/LC_MESSAGES/gtk40-properties.mo
share/locale/nl/LC_MESSAGES/gtk40.mo
share/locale/nn/LC_MESSAGES/gtk40-properties.mo
share/locale/nn/LC_MESSAGES/gtk40.mo
share/locale/nso/LC_MESSAGES/gtk40-properties.mo
share/locale/nso/LC_MESSAGES/gtk40.mo
share/locale/oc/LC_MESSAGES/gtk40-properties.mo
share/locale/oc/LC_MESSAGES/gtk40.mo
share/locale/or/LC_MESSAGES/gtk40-properties.mo
share/locale/or/LC_MESSAGES/gtk40.mo
share/locale/pa/LC_MESSAGES/gtk40-properties.mo
share/locale/pa/LC_MESSAGES/gtk40.mo
share/locale/pl/LC_MESSAGES/gtk40-properties.mo
share/locale/pl/LC_MESSAGES/gtk40.mo
share/locale/ps/LC_MESSAGES/gtk40-properties.mo
share/locale/ps/LC_MESSAGES/gtk40.mo
share/locale/pt/LC_MESSAGES/gtk40-properties.mo
share/locale/pt/LC_MESSAGES/gtk40.mo
share/locale/pt_BR/LC_MESSAGES/gtk40-properties.mo
share/locale/pt_BR/LC_MESSAGES/gtk40.mo
share/locale/ro/LC_MESSAGES/gtk40-properties.mo
share/locale/ro/LC_MESSAGES/gtk40.mo
share/locale/ru/LC_MESSAGES/gtk40-properties.mo
share/locale/ru/LC_MESSAGES/gtk40.mo
share/locale/rw/LC_MESSAGES/gtk40-properties.mo
share/locale/rw/LC_MESSAGES/gtk40.mo
share/locale/si/LC_MESSAGES/gtk40-properties.mo
share/locale/si/LC_MESSAGES/gtk40.mo
share/locale/sk/LC_MESSAGES/gtk40-properties.mo
share/locale/sk/LC_MESSAGES/gtk40.mo
share/locale/sl/LC_MESSAGES/gtk40-properties.mo
share/locale/sl/LC_MESSAGES/gtk40.mo
share/locale/sq/LC_MESSAGES/gtk40-properties.mo
share/locale/sq/LC_MESSAGES/gtk40.mo
share/locale/sr/LC_MESSAGES/gtk40-properties.mo
share/locale/sr/LC_MESSAGES/gtk40.mo
share/locale/sr@ije/LC_MESSAGES/gtk40-properties.mo
share/locale/sr@ije/LC_MESSAGES/gtk40.mo
share/locale/sr@latin/LC_MESSAGES/gtk40-properties.mo
share/locale/sr@latin/LC_MESSAGES/gtk40.mo
share/locale/sv/LC_MESSAGES/gtk40-properties.mo
share/locale/sv/LC_MESSAGES/gtk40.mo
share/locale/ta/LC_MESSAGES/gtk40-properties.mo
share/locale/ta/LC_MESSAGES/gtk40.mo
share/locale/te/LC_MESSAGES/gtk40-properties.mo
share/locale/te/LC_MESSAGES/gtk40.mo
share/locale/tg/LC_MESSAGES/gtk40-properties.mo
share/locale/tg/LC_MESSAGES/gtk40.mo
share/locale/th/LC_MESSAGES/gtk40-properties.mo
share/locale/th/LC_MESSAGES/gtk40.mo
share/locale/tk/LC_MESSAGES/gtk40-properties.mo
share/locale/tk/LC_MESSAGES/gtk40.mo
share/locale/tr/LC_MESSAGES/gtk40-properties.mo
share/locale/tr/LC_MESSAGES/gtk40.mo
share/locale/tt/LC_MESSAGES/gtk40-properties.mo
share/locale/tt/LC_MESSAGES/gtk40.mo
share/locale/ug/LC_MESSAGES/gtk40-properties.mo
share/locale/ug/LC_MESSAGES/gtk40.mo
share/locale/uk/LC_MESSAGES/gtk40-properties.mo
share/locale/uk/LC_MESSAGES/gtk40.mo
share/locale/ur/LC_MESSAGES/gtk40-properties.mo
share/locale/ur/LC_MESSAGES/gtk40.mo
share/locale/uz/LC_MESSAGES/gtk40-properties.mo
share/locale/uz/LC_MESSAGES/gtk40.mo
share/locale/uz@cyrillic/LC_MESSAGES/gtk40-properties.mo
share/locale/uz@cyrillic/LC_MESSAGES/gtk40.mo
share/locale/vi/LC_MESSAGES/gtk40-properties.mo
share/locale/vi/LC_MESSAGES/gtk40.mo
share/locale/wa/LC_MESSAGES/gtk40-properties.mo
share/locale/wa/LC_MESSAGES/gtk40.mo
share/locale/xh/LC_MESSAGES/gtk40-properties.mo
share/locale/xh/LC_MESSAGES/gtk40.mo
share/locale/yi/LC_MESSAGES/gtk40-properties.mo
share/locale/yi/LC_MESSAGES/gtk40.mo
share/locale/zh_CN/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_CN/LC_MESSAGES/gtk40.mo
share/locale/zh_HK/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_HK/LC_MESSAGES/gtk40.mo
share/locale/zh_TW/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_TW/LC_MESSAGES/gtk40.mo
share/metainfo/org.gtk.Demo4.appdata.xml
share/metainfo/org.gtk.IconBrowser4.appdata.xml
share/metainfo/org.gtk.PrintEditor4.appdata.xml
share/metainfo/org.gtk.WidgetFactory4.appdata.xml