diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,10 +1,28 @@ | |||
1 | Changes for 0.1.7: | 1 | Changes for 0.1.7: |
2 | *02/01/27: | ||
3 | * Clean up in menu loading | ||
4 | * Moved from old C style file reading to c++ istream | ||
5 | in menu loading | ||
6 | * Fixed small bug in StringUtil::expandFilename (Thanks Mauro Persano) | ||
7 | *02/01/26: | ||
8 | * Fixed BadWindow error from ~FluxboxWindow (frame.handle was destroyed before the children) | ||
9 | * Fixed indentation in BaseDisplay.hh/.cc and changed some variables | ||
10 | * Updated Russian translation (Thanks Anton Denisov) | ||
11 | * Clean up in Tab code (Thanks Jesper Louis Andersen) | ||
12 | *02/01/20: | ||
13 | * Fixed std::string for Toolbar workspace name change. | ||
14 | * Added getStringBetween to StringUtil | ||
15 | *02/01/19: | ||
16 | * Fixed some screen resources to Resource<T> | ||
17 | * Updated init.in | ||
18 | * Created GrabGuard for BaseDisplay | ||
2 | *02/01/18: | 19 | *02/01/18: |
3 | * Fixed bsetroot, now Eterm's, XChat's and similiar will be able to use | 20 | * Fixed bsetroot, now Eterm's, XChat's and similar will be able to use |
4 | bsetroots background images. (Claes Nästén) | 21 | bsetroot's background images. (Claes Nästén) |
5 | * Fixed ResourceManager | 22 | * Fixed ResourceManager |
6 | * Changed resources to Resource<T> in class Fluxbox | 23 | * Changed resources to Resource<T> in class Fluxbox |
7 | * Added Resource.hh/.cc, XrmDatabaseHelper.hh, NotCopyable.hh | 24 | * Added Resource.hh/.cc, XrmDatabaseHelper.hh, |
25 | NotCopyable.hh | ||
8 | *02/01/16: | 26 | *02/01/16: |
9 | * Fixed indent in Window.hh | 27 | * Fixed indent in Window.hh |
10 | *02/01/15: | 28 | *02/01/15: |