diff options
author | markt <markt> | 2007-04-23 16:07:21 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-23 16:07:21 (GMT) |
commit | 6848e180a69cf55840f337f2ca3e70db44f25fd5 (patch) | |
tree | bda5a494abf5e7307f3190a5f6def6b138cdbc0d /ChangeLog | |
parent | f0e5b2ef3ac6a90cf8a0a97321d9f040b31145c4 (diff) | |
download | fluxbox-6848e180a69cf55840f337f2ca3e70db44f25fd5.zip fluxbox-6848e180a69cf55840f337f2ca3e70db44f25fd5.tar.bz2 |
added clientmenu command, set iconicstate properly, disabled resizing shaded windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1: | 2 | Changes for 1.1: |
3 | *07/04/23: | ||
4 | * Set IconicState on all unmapped clients and unmap clients with frames, as | ||
5 | per ICCCM 4.1.4 (Mark) | ||
6 | Screen.cc Window.cc FocusControl.cc | ||
7 | * Added ClientMenu key command, which pops up a menu of open windows, based | ||
8 | on a pattern match | ||
9 | - e.g. :ClientMenu (workspace=[current]) (minimized=no) | ||
10 | ClientMenu.cc FbCommands.cc/hh FbCommandFactory.cc | ||
11 | * Disabled resizing shaded windows (Mark) | ||
12 | FbWinFrame.cc Window.cc | ||
3 | *07/04/20: | 13 | *07/04/20: |
4 | * Fix slit's BOTTOMLEFT placement with xinerama (Thanks Tomas Janousek | 14 | * Fix slit's BOTTOMLEFT placement with xinerama (Thanks Tomas Janousek |
5 | <tomi@nomi.cz>) | 15 | <tomi@nomi.cz>) |