diff options
author | markt <markt> | 2007-04-08 18:01:01 (GMT) |
---|---|---|
committer | markt <markt> | 2007-04-08 18:01:01 (GMT) |
commit | 3b9351be77b168c54332ff51524e11090c1dd2bc (patch) | |
tree | 9c49979e3fcee96abbdbe86e75ef81c7625e68ea /ChangeLog | |
parent | 52a96c4e9dc21b53ccfa753e922e67981bca4d36 (diff) | |
download | fluxbox_lack-3b9351be77b168c54332ff51524e11090c1dd2bc.zip fluxbox_lack-3b9351be77b168c54332ff51524e11090c1dd2bc.tar.bz2 |
menu from workspacename tool wasn't focused, and fixed unpressed button rendering
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +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/04/08: | 3 | *07/04/08: |
4 | * Menu when clicking workspacename in toolbar wasn't getting focused (Mark) | ||
5 | ToolFactory.cc | ||
6 | * Buttons with different textures when pressed weren't getting reset | ||
7 | properly (Mark) | ||
8 | FbTk/Button.cc | ||
4 | * Only replace numbers with zeros when calculating clock width (Simon) | 9 | * Only replace numbers with zeros when calculating clock width (Simon) |
5 | Otherwise width of things in proportional fonts can be way out. | 10 | Otherwise width of things in proportional fonts can be way out. |
6 | sf.net bug #1545066. | 11 | sf.net bug #1545066. |