diff options
author | markt <markt> | 2007-04-08 17:57:49 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-08 17:57:49 (GMT) |
commit | 863eca5517b4f91e26d889d598f41816acf60a40 (patch) | |
tree | 18be5baa27a1c5fa8523ff951bdf751b8f163a44 /ChangeLog | |
parent | 12a8b3c038c9ccb577c699d41a1d19602132a7a8 (diff) | |
download | fluxbox-863eca5517b4f91e26d889d598f41816acf60a40.zip fluxbox-863eca5517b4f91e26d889d598f41816acf60a40.tar.bz2 |
added OnToolbar modifier, removed followModel, fixed unpressed button rendering
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/08: | ||
4 | * Added OnToolbar modifier to keys file (Mark) | ||
5 | Keys.cc/hh Toolbar.cc/hh Screen.cc/hh IconbarTool.cc fluxbox.cc | ||
6 | * Menu when clicking workspacename in toolbar wasn't getting focused (Mark) | ||
7 | ToolFactory.cc | ||
8 | * Removed followModel, since userFollowModel covers almost all cases (Mark) | ||
9 | IconbarTool.cc ClientMenu.cc Screen.cc/hh Ewmh.cc Window.cc | ||
10 | * Buttons with different textures when pressed weren't getting reset | ||
11 | properly (Mark) | ||
12 | FbTk/Button.cc | ||
3 | *07/04/06: | 13 | *07/04/06: |
4 | * More changes to theme handling (Mark) | 14 | * More changes to theme handling (Mark) |
5 | - introduced window.label.(un)focused.{justify,border{Color,Width}}, | 15 | - introduced window.label.(un)focused.{justify,border{Color,Width}}, |