aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-07-02 02:50:09 (GMT)
committermarkt <markt>2007-07-02 02:50:09 (GMT)
commit5fcb520bbb891683a8321cebe4d9fbe9d88e5709 (patch)
tree8631a29f3d9cb14a4f9a0651eb4d95f186284c50 /ChangeLog
parent69d63da5420965216f2cd6a756301c70f6c32284 (diff)
downloadfluxbox-5fcb520bbb891683a8321cebe4d9fbe9d88e5709.zip
fluxbox-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 420260c..71ac769 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.0: 2Changes 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