mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-12 03:35:52 +01:00
- Fixed crashing bug when name and class were empty for a docked app.
- Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from WINGs. - Added a hint that Window Maker crashed, to allow windows to be placed in their correct previous positions after a crash situation and also to preserve their state before the crash (minimized, shaded, hidden, ...)
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -24,6 +24,14 @@ Changes since version 0.64.0:
|
||||
performance a bit.
|
||||
- Made the Gnome tasklist skip the windows with the "Skip window list" flag
|
||||
enabled. (Bastien Nocera <hadess@hadess.net>)
|
||||
- Fixed crashing bug when name and class were empty for a docked app.
|
||||
- Removed MIN() and MAX() macros and replaced them with WMIN() and WMAX() from
|
||||
WINGs.
|
||||
- Added a hint that Window Maker crashed, to allow windows to be placed
|
||||
correctly after a crash situation.
|
||||
- Added a hint that Window Maker crashed, to allow windows to be placed
|
||||
in their correct previous positions after a crash situation and also to
|
||||
preserve their state before the crash (minimized, shaded, hidden, ...)
|
||||
|
||||
|
||||
Changes since version 0.63.1:
|
||||
@@ -63,6 +71,7 @@ Changes since version 0.63.0:
|
||||
- fixed WindozeCycling config in WPrefs
|
||||
- fixed circulate raise withour WindozeCycling
|
||||
|
||||
|
||||
Changes since version 0.62.1:
|
||||
.............................
|
||||
- added blackbox style igradient (interwoven)
|
||||
@@ -115,6 +124,7 @@ Changes since version 0.62.0:
|
||||
- fixed sticky hint handling in GNOME
|
||||
- fixed saving of maximized state for restart
|
||||
|
||||
|
||||
Changes since version 0.61.1:
|
||||
.............................
|
||||
|
||||
|
||||
Reference in New Issue
Block a user