diff options
-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 |