diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -3,14 +3,19 @@ Changes for 0.1.7: | |||
3 | * Added leftWorkspace and rightWorkspace, now those keybindings | 3 | * Added leftWorkspace and rightWorkspace, now those keybindings |
4 | actually work. (Claes Nästén) | 4 | actually work. (Claes Nästén) |
5 | * Fixed small glitch in Tab.cc. (Claes Nästén) | 5 | * Fixed small glitch in Tab.cc. (Claes Nästén) |
6 | 6 | *02/01/31: | |
7 | * Fixed _WIN_WORKSPACE and _WIN_WORKSPACE_COUNT (Gnome support) | ||
8 | *02/01/30: | ||
9 | * Fixed width or height less than zero problem in | ||
10 | FluxboxWindow::configure | ||
11 | * Added numObjects() (Thanks Jesper Louis Andersen) | ||
7 | *02/01/27: | 12 | *02/01/27: |
8 | * Clean up in menu loading | 13 | * Clean up in menu loading |
9 | * Moved from old C style file reading to c++ istream | 14 | * Moved from old C style file reading to c++ istream in menu loading |
10 | in menu loading | ||
11 | * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano) | 15 | * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano) |
12 | *02/01/26: | 16 | *02/01/26: |
13 | * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed before the children) | 17 | * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed |
18 | before the children) | ||
14 | * Fixed indentation in BaseDisplay.hh/.cc and changed some variables | 19 | * Fixed indentation in BaseDisplay.hh/.cc and changed some variables |
15 | * Updated Russian translation (Thanks Anton Denisov) | 20 | * Updated Russian translation (Thanks Anton Denisov) |
16 | * Clean up in Tab code (Thanks Jesper Louis Andersen) | 21 | * Clean up in Tab code (Thanks Jesper Louis Andersen) |
@@ -72,7 +77,7 @@ Changes for 0.1.6: | |||
72 | *02/01/06: | 77 | *02/01/06: |
73 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) | 78 | * Changed toolbar placement enums to uppercase letters (Claes Nästén) |
74 | * Moved strcasestr from Theme.cc to StringUtil | 79 | * Moved strcasestr from Theme.cc to StringUtil |
75 | * Created StringUtil and DrawUtil and moved all functions from Misc to them | 80 | * Created StringUtil and DrawUtil and moved all functions from Misc to them |
76 | *02/01/05: | 81 | *02/01/05: |
77 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) | 82 | * Changed placement/alignment enums to uppercase letters (Claes Nästén) |
78 | * Fixed tab/iconbar resource bug (Claes Nästén) | 83 | * Fixed tab/iconbar resource bug (Claes Nästén) |