From: Matthias Clasen Date: Wed, 9 Jun 2021 22:23:47 +0000 (-0400) Subject: 4.3.1 X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~83^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=143770f16d43245f2821d1cdddd6ec1c4d92175f;p=gtk4.git 4.3.1 --- diff --git a/NEWS b/NEWS index 4a525139e6..cedc38e4ce 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,106 @@ +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 + +* Translation updates: + Friulian + Nepali + Norwegian Bokmål + Ukrainian + + Overview of Changes in 4.3.0 ============================ diff --git a/meson.build b/meson.build index 7534e7f8d9..dc78358fa2 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.3.0', + version: '4.3.1', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',