From d5b1f669f95cc9a1a6f308cc526c2d343fdc3a26f0a658b4e1005a349122dd28 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Mon, 17 Jun 2024 06:51:37 +0000 Subject: [PATCH] - Update to 3.6.0: * Support composing characters in the address bar with X input method. * Double-click the border to maximize just that side of the window. * Repeat the double-click to restore that side. Also for corners. * Ignore duplicate requests from GNOME to move or resize a window. * Restore the moving of windows by dragging with the right button down. * Avoid constructing invalid work areas. * Don't dispatch events to destroyed windows. * Don't install mouse bindings when the frame is being destroyed. * Don't create a Window handle for a destroyed or orphaned window. OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=159 --- icewm-3.5.0.tar.lz | 3 --- icewm-3.6.0.tar.lz | 3 +++ icewm.changes | 14 ++++++++++++++ icewm.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 icewm-3.5.0.tar.lz create mode 100644 icewm-3.6.0.tar.lz diff --git a/icewm-3.5.0.tar.lz b/icewm-3.5.0.tar.lz deleted file mode 100644 index f05787b..0000000 --- a/icewm-3.5.0.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e5dc6b4a8768f40e5c0e967bf686fab6a7f7b290816f3e82d518a4cd8cbcd48 -size 1844111 diff --git a/icewm-3.6.0.tar.lz b/icewm-3.6.0.tar.lz new file mode 100644 index 0000000..c014acf --- /dev/null +++ b/icewm-3.6.0.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979fafd3a3371f73cbafe592e2be052475637ac4bb4385bb132331fd6924bc76 +size 1844915 diff --git a/icewm.changes b/icewm.changes index 32b8412..e020176 100644 --- a/icewm.changes +++ b/icewm.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 17 06:45:58 UTC 2024 - Paolo Stivanin + +- Update to 3.6.0: + * Support composing characters in the address bar with X input method. + * Double-click the border to maximize just that side of the window. + * Repeat the double-click to restore that side. Also for corners. + * Ignore duplicate requests from GNOME to move or resize a window. + * Restore the moving of windows by dragging with the right button down. + * Avoid constructing invalid work areas. + * Don't dispatch events to destroyed windows. + * Don't install mouse bindings when the frame is being destroyed. + * Don't create a Window handle for a destroyed or orphaned window. + ------------------------------------------------------------------- Wed May 22 07:52:14 UTC 2024 - Paolo Stivanin diff --git a/icewm.spec b/icewm.spec index 3f3f663..ea99b26 100644 --- a/icewm.spec +++ b/icewm.spec @@ -18,7 +18,7 @@ %global lites icewm icewmhint icewmbg icesh icewm-session Name: icewm -Version: 3.5.0 +Version: 3.6.0 Release: 0 Summary: Window Manager with a Taskbar License: LGPL-2.1-or-later