diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-09-12 14:19:46 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-09-12 14:19:46 (GMT) |
commit | 5a3f25cda17d5381873431a5404944b63176c966 (patch) | |
tree | 955300b6f9e11aa43834c72cefd73804df2bb0e5 /ChangeLog | |
parent | 5f958b3bd5c33282ab5b772854d96d4d2a6b72e6 (diff) | |
download | fluxbox_lack-5a3f25cda17d5381873431a5404944b63176c966.zip fluxbox_lack-5a3f25cda17d5381873431a5404944b63176c966.tar.bz2 |
implemented visibility of titlebar buttons via the apps file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | *09/09/12: | ||
4 | * Implemented visibility of titlebar buttons via the apps file (Mathias) | ||
5 | Window.cc | ||
6 | |||
3 | *09/06/28: | 7 | *09/06/28: |
4 | * Allow matching screen number in ClientPattern (thanks Peter Hercek) | 8 | * Allow matching screen number in ClientPattern (thanks Peter Hercek) |
5 | ClientPattern.cc | 9 | ClientPattern.cc |
@@ -13,6 +17,7 @@ Changes for 1.1.2 | |||
13 | Keys.cc | 17 | Keys.cc |
14 | * Revert to relative iconbar alignment when too many windows are open (Mark) | 18 | * Revert to relative iconbar alignment when too many windows are open (Mark) |
15 | FbTk/Container.cc | 19 | FbTk/Container.cc |
20 | |||
16 | *09/05/26: | 21 | *09/05/26: |
17 | * Fixed unexpected window focus changes under "focus follows mouse" (Jim) | 22 | * Fixed unexpected window focus changes under "focus follows mouse" (Jim) |
18 | FocusControl.cc/hh Window.cc fluxbox.cc Screen.cc | 23 | FocusControl.cc/hh Window.cc fluxbox.cc Screen.cc |