Package Release Info

libwnck-43.2-bp160.1.7

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libwnck-3-0
libwnck-devel
libwnck-lang
libwnck-tools
typelib-1_0-Wnck-3_0

Change Logs

* Tue Jan 14 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.2:
  + Add WnckHandle to the docs.
  + Add missing build dependency.
  + Do not restore original event mask.
- Switch to source service for tarball/source.
* Sat Oct 05 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.1:
  + Return correct number of application windows.
  + Avoid showing pointless tooltips.
  + Do not remove underscores form window titles.
  + Do not crash if XRes 1.2 is not available.
  + Do not crash if display is not available.
- Drop handle-avoid-segfault-in-invalidate-icons.patch: Fixed
  upstream.
* Mon Aug 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire gettext-devel instead of gettext: allow OBS to
  shortcut through gettext-runtime-mini.
* Fri Dec 16 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Drop baselibs.conf: there is no known consumer of the -32bit
  package.
* Wed Nov 09 2022 Dude <le0nard@posteo.net>
- Add handle-avoid-segfault-in-invalidate-icons.patch to fix a
  segmentation fault (boo#1204157)
* Fri Sep 16 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 43.0:
  + WnckHandle is now public and should be used for all the
    operations. Usage of all the older entry-point getters is now
    deprecated.
* Thu Feb 17 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 40.1:
  + Revert "pager: do not change workspace size from size_allocate"
  + Updated translations.
- Drop libwnck-rpmlintrc: No longer needed.
* Thu Sep 16 2021 Stanislav Brabec <sbrabec@suse.com>
- Remove obsolete translation-update-upstream support
  (jsc#SLE-21105).
* Fri May 14 2021 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 40.0:
  + Features:
  - Use new GNOME versioning scheme (not strictly the same
    schedule though).
  - pager: Add API to disable scrolling.
  - tasklist: Reworked the size management to use internal
    WnckButton and GTK's preferred size.
  - Add WnckHandle (private for now).
  + Fixes:
  - Do not leak pango font description.
  - tasklist: Use geometries to respect HiDPI settings.
  + Updated translations.
* Wed Mar 25 2020 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.0:
  + Add a weak reference callback to window to disconnect obsolete
    signal handlers.
  + pager: Add scroll modes.
  + meson build fixes.