diff options
author | fluxgen <fluxgen> | 2002-11-16 22:17:37 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-16 22:17:37 (GMT) |
commit | 9fba2f51b0de3b53df2000e00064921069f239fb (patch) | |
tree | 5af94446c89309fd123f9a7a96939710a611b323 | |
parent | b51501aa42c6073a926251917df5fa8c7c1eb51d (diff) | |
download | fluxbox-9fba2f51b0de3b53df2000e00064921069f239fb.zip fluxbox-9fba2f51b0de3b53df2000e00064921069f239fb.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | TODO | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.13: | 2 | Changes for 0.1.13: |
3 | *02/11/15: | ||
4 | * Fixed antialias bug in toolbar | ||
5 | * Fixed bug [ 627897 ] Clicking tab leads to crashing X-Server. | ||
6 | Tab.cc | ||
3 | *02/11/14: | 7 | *02/11/14: |
4 | * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom | 8 | * Fixed bug [ 604958 ] Menu not (full) visible when tabs bottom |
5 | Rootmenu.cc/hh | 9 | Rootmenu.cc/hh |
@@ -1,3 +1,4 @@ | |||
1 | * make a function for menus to be moved so they're totaly visible... (see note/code in Toolbar::buttonReleaseEvent) | ||
1 | * Clean up in BImage class, some of those functions are huge, and needs | 2 | * Clean up in BImage class, some of those functions are huge, and needs |
2 | to be smaller. | 3 | to be smaller. |
3 | - also make the class more independent so it could be movable to other | 4 | - also make the class more independent so it could be movable to other |