diff options
author | markt <markt> | 2007-07-02 02:50:09 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-02 02:50:09 (GMT) |
commit | 5fcb520bbb891683a8321cebe4d9fbe9d88e5709 (patch) | |
tree | 8631a29f3d9cb14a4f9a0651eb4d95f186284c50 /ChangeLog | |
parent | 69d63da5420965216f2cd6a756301c70f6c32284 (diff) | |
download | fluxbox_pavel-5fcb520bbb891683a8321cebe4d9fbe9d88e5709.zip fluxbox_pavel-5fcb520bbb891683a8321cebe4d9fbe9d88e5709.tar.bz2 |
fixed DOS when toolbar.button.borderWidth is large and toolbar.bevelWidth > 0
moved the transparency menu up with the rest of the submenus in the config menu
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes for 1.0.0: |
3 | *07/07/02: | ||
4 | * Fixed some rendering problems when toolbar item borderwidth is too large | ||
5 | and toolbar bevelwidth is set (Mark) | ||
6 | Toolbar.cc | ||
7 | * Moved the `Transparency' submenu next to the rest of the submenus (Mark) | ||
8 | Screen.cc | ||
3 | *07/07/01: | 9 | *07/07/01: |
4 | * Added keycommands :AddWorkspace and :RemoveLastWorkspace (Mark) | 10 | * Added keycommands :AddWorkspace and :RemoveLastWorkspace (Mark) |
5 | WorkspaceCmd.cc/hh FbCommandFactory.cc | 11 | WorkspaceCmd.cc/hh FbCommandFactory.cc |