gtk 4.1.1

2021-02-23 Thread Matthias Clasen
News * Popover: - Support shadows on popover > contents * Input: - Show preedit for compose sequences - Support long compose sequences - Support compose sequences producing multiple characters * Themes: - Allow suggested and destructive actions in lists - Disable shadows on

gnome-shell-extensions 40.beta

2021-02-23 Thread Florian Müllner
News * Add tooltips to workspace thumbnails [Florian; !155] * Drop arrows from top bar menus [Florian; !156] * drive-menu: Mark mounts that can be unmounted as removable [Michael; !152] * Remove horizontal-workspaces extension [Florian; !158] * Adjust to shell overview changes [Florian;

sysprof 3.39.92

2021-02-23 Thread Christian Hergert
News * Use pic when compiling static libsysprof-capture * Some changes to podman symbol decoding * Handle NULL readers gracefully from capture cursors * Use g_memdup2() * UI tweaks * Translation updates Download

libsoup 2.99.1

2021-02-23 Thread Patrick Griffis
News * This is a major ABI breaking release that can be installed in parallel with 2.7x. Numerous API have been changed which is documented on https://libsoup.org Download https://download.gnome.org/sources/libsoup/2.99/libsoup-2.99.1.tar.xz (1.38M) sha256sum:

gnome-session 40.beta

2021-02-23 Thread Benjamin Berg
News gnome-session: GNOME session will now only block sleep for suspend inhibitors and will block shutdown if a logout inhibitor is active. Previously a suspend inhibitor would prevent both sleep and logout. As such,

gtk+ 3.24.26

2021-02-23 Thread Matthias Clasen
News * Input: - Fix a few oversights in Compose file parsing - Fine-tune Compose preedit display * Theme: - Fine-tune scrollbar size and transitions - Reinstate invisible borders for tiled windows * Wayland: - Fix a problem with font settings not being found * Translation updates

gtkmm-documentation 4.0.1

2021-02-23 Thread Kjell Ahlstedt
News The tarball for 4.0.1 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the README file, especially the last paragraph. * Update the "Working with gtkmm's Source Code" appendix (Kjell Ahlstedt) * Meson build: Don't require gtkmm

gtkmm 4.0.1

2021-02-23 Thread Kjell Ahlstedt
News The tarball for 4.0.1 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Gdk: * TimeCoord: Don't use the deprecated g_memdup() (Kjell Ahlstedt) Gtk: * ExpressionWatch: Add a missing #include (Kjell

gtkmm 3.24.4

2021-02-23 Thread Kjell Ahlstedt
News The tarball for 3.24.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file. Build on Windows: * Gtk::TreePath: Export comparison operators (Chun-wei Fan) Issue #88 (Patrick Storz) (Chun-wei Fan) Merge