From 80ea3b00a9169373ed8fb6ae1c4a47ff2dab093350e655efdfc71d7cea881212 Mon Sep 17 00:00:00 2001 From: Yifan Jiang Date: Tue, 19 May 2020 01:21:42 +0000 Subject: [PATCH] Accepting request 806033 from home:z1trus:branches:X11:windowmanagers - Update to 1.6.5 * Fixes and updates for both the configure and the cmake build * "icesh last" may only obtain a client list if no previous selection * Relinquish the window manager selection when done * If "exec xterm" fails then let icewm-session restart icewm * Implement all of the functionality of "icesh -X". * Document all task button mouse clicks. * Optimize the startup of the task bar. * New icewm-menu-xrandr "--max" option for menu options selector. * Let icewm-menu-xrandr prefer the mode with the highest refresh rate. * Document all hidden features of the window list window. * Setting winoptions "tray" option non-zero overrules "ignoreTaskBar". * Make tray toggle more intuitive by toggling between only two states. * When parsing workspace names in icesh also test with spaces trimmed. * Filter on property values in icesh and add click and delay to icesh. * Filter clients in icesh by EWMH window state. * Change the EWMH window state in icesh. * Half a dozen fixes and improvements to the window list window. * Fix tooltip positioning for multi-monitor when primary screen is right. * Add all startup options to generated preferences. * Prevent task bar auto hide if address bar is visible for #412. * Fix the parsing of the opacity field in rgba colors. * Eliminate a large number of superfluous frame border updates. Changes in 1.6.4 * Use "icesh keys" to let icewm reload the keybindings from the "keys" file. * Allow mouse pointer buttons to trigger actions from "keys". * If a theme cannot be found then fall back on the default theme. * Always keep track of the WM_CLIENT_LEADER property. * Automatically focus an urgent window in click-to-focus mode, * if it has the same leader as the focused window. * Set alpha threshold to 10 to completely draw 32-bit icons. * Use WM_CLASS to locate an icon if no other source of icon was found. * Add tracing of executed programs. * Add spy and sizeby commands to icesh. * Fix for pagerShowPreview for very wide multi-head desktops. * Fix for context menu popup in icehelp. * Fix for positioning of splash window on multi-head displays. * Fix for positioning of status window on multi-head displays. * Fix for positioning of window list window on multi-head displays. * Fix for positioning of tooltip windows on multi-head displays. * Fix for missed events when monitor changes resolution. * Fix for positioning the taskbar when monitor changes resolution. * Portability to older systems: only requires libXrandr 1.2 and GCC 4.9. * Give icewm a proper implementation of _NET_MOVERESIZE_WINDOW. * 10 translations updated. OBS-URL: https://build.opensuse.org/request/show/806033 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=109 --- icewm-1.6.3.tar.lz | 3 --- icewm-1.6.5.tar.lz | 3 +++ icewm.changes | 52 ++++++++++++++++++++++++++++++++++++++++++++++ icewm.spec | 2 +- 4 files changed, 56 insertions(+), 4 deletions(-) delete mode 100644 icewm-1.6.3.tar.lz create mode 100644 icewm-1.6.5.tar.lz diff --git a/icewm-1.6.3.tar.lz b/icewm-1.6.3.tar.lz deleted file mode 100644 index 0131593..0000000 --- a/icewm-1.6.3.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e022c1bb1b2414dd5b8abcef09e5b643748b26c1223679e2653dfc8241cae2be -size 1678149 diff --git a/icewm-1.6.5.tar.lz b/icewm-1.6.5.tar.lz new file mode 100644 index 0000000..4f9d057 --- /dev/null +++ b/icewm-1.6.5.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41e6abf842ff3f8705a81d352be7c5b181c587549c183de0641c3820234a7b2 +size 1681783 diff --git a/icewm.changes b/icewm.changes index c11ffe4..b4bfa10 100644 --- a/icewm.changes +++ b/icewm.changes @@ -1,3 +1,55 @@ +------------------------------------------------------------------- +Sat May 16 12:10:39 UTC 2020 - Namor Barcode + +- Update to 1.6.5 + + * Fixes and updates for both the configure and the cmake build + * "icesh last" may only obtain a client list if no previous selection + * Relinquish the window manager selection when done + * If "exec xterm" fails then let icewm-session restart icewm + * Implement all of the functionality of "icesh -X". + * Document all task button mouse clicks. + * Optimize the startup of the task bar. + * New icewm-menu-xrandr "--max" option for menu options selector. + * Let icewm-menu-xrandr prefer the mode with the highest refresh rate. + * Document all hidden features of the window list window. + * Setting winoptions "tray" option non-zero overrules "ignoreTaskBar". + * Make tray toggle more intuitive by toggling between only two states. + * When parsing workspace names in icesh also test with spaces trimmed. + * Filter on property values in icesh and add click and delay to icesh. + * Filter clients in icesh by EWMH window state. + * Change the EWMH window state in icesh. + * Half a dozen fixes and improvements to the window list window. + * Fix tooltip positioning for multi-monitor when primary screen is right. + * Add all startup options to generated preferences. + * Prevent task bar auto hide if address bar is visible for #412. + * Fix the parsing of the opacity field in rgba colors. + * Eliminate a large number of superfluous frame border updates. + +Changes in 1.6.4 + + * Use "icesh keys" to let icewm reload the keybindings from the "keys" file. + * Allow mouse pointer buttons to trigger actions from "keys". + * If a theme cannot be found then fall back on the default theme. + * Always keep track of the WM_CLIENT_LEADER property. + * Automatically focus an urgent window in click-to-focus mode, + * if it has the same leader as the focused window. + * Set alpha threshold to 10 to completely draw 32-bit icons. + * Use WM_CLASS to locate an icon if no other source of icon was found. + * Add tracing of executed programs. + * Add spy and sizeby commands to icesh. + * Fix for pagerShowPreview for very wide multi-head desktops. + * Fix for context menu popup in icehelp. + * Fix for positioning of splash window on multi-head displays. + * Fix for positioning of status window on multi-head displays. + * Fix for positioning of window list window on multi-head displays. + * Fix for positioning of tooltip windows on multi-head displays. + * Fix for missed events when monitor changes resolution. + * Fix for positioning the taskbar when monitor changes resolution. + * Portability to older systems: only requires libXrandr 1.2 and GCC 4.9. + * Give icewm a proper implementation of _NET_MOVERESIZE_WINDOW. + * 10 translations updated. + ------------------------------------------------------------------- Tue Apr 14 00:51:41 UTC 2020 - Yifan Jiang diff --git a/icewm.spec b/icewm.spec index d2a9ff2..e75d95c 100644 --- a/icewm.spec +++ b/icewm.spec @@ -18,7 +18,7 @@ %global lites icewm icewmhint icewmbg icesh icewm-session Name: icewm -Version: 1.6.3 +Version: 1.6.5 Release: 0 Summary: Window Manager with a Taskbar License: LGPL-2.1-or-later