aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/icewm/icewm_2.6.0.bb
AgeCommit message (Collapse)Author
2021-08-20icewm: upgrade 2.6.0 -> 2.7.0wangmy
Increase the maximum value for TaskbarButtonWidthDivisor from 25 to 50. Add a --with-background= build option to set a default background path. Improve the responsiveness of icewmbg when a new image must be scaled. Reduce the memory usage by icewmbg by removing the image cache. Make icewmbg much faster when scanning directories for image files. Improve the reliability of icewm motion compression by also testing for subwindow equality. Decrease the number of system calls for path lookups. Guard against array indexing with negative indices. Double the timeout for the dynamic menu generator to 1.4 seconds. Eliminate most of the inefficiences when looking for icon directories. Postpone the loading of cursors, because some cursors are seldomly used. Rewrite the task successor and task predecessor actions to properly take into account the separation of TaskBarApp and TaskButton, as well as task grouping. This resolves issues #602 and #604. Allow to build icewm using cmake -GNinja (issue #603). Fix building on a case-insensitive file system (issue #601). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-07-16icewm: upgrade 2.3.4 -> 2.6.0wangmy
Changelog: Keep track of changes to modal flag. Optimize raising of modal windows. Fix a memory leak for dynamic menu's. Free start menu and windowlist menu on exit. Fix for browse menu's for root and home in start menu. Eliminate several memory leaks in icon handling. Use absolute paths for the Exec definition in desktop files. Only do a passive grab on buttons which are defined by the ButtonRaiseMask. Guard against buffer overflow when copying the degrees centigrade symbol. When a focused window can't raise, or there is no overlapping window, then there shouldn't be a passive button grab by icewm, in order to improve menu handling in applications which don't use windows for menu's. Release the passive button grab from a focused window, when a button click wouldn't raise it, for improved menu handling for applications with internal menu's (CSS drawing). These fix the Debian Bug report with number #989764: "icewm: Intermittently unable to select menu items in drop-down menus.", which was reported versus IceWM version 2.1.2 on June 12 on: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989764. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>