diff options
author | fluxgen <fluxgen> | 2002-04-02 23:15:48 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-02 23:15:48 (GMT) |
commit | 968f9b5d8e0397bd812ce41073a317eb20fdf9df (patch) | |
tree | dae85b01426e65e183450b4c768a07d647951f79 /ChangeLog | |
parent | 0f8e4f1f2d9dc17ecaa6a819a918b859b11447d2 (diff) | |
download | fluxbox-968f9b5d8e0397bd812ce41073a317eb20fdf9df.zip fluxbox-968f9b5d8e0397bd812ce41073a317eb20fdf9df.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,4 +1,24 @@ | |||
1 | changes for 0.1.8: | 1 | changes for 0.1.8: |
2 | *02/04/02: | ||
3 | * Fixed smarter next/prev focus in Screen.cc/.hh and addWindow in Workspace.cc | ||
4 | Makes new windows get inserted after the focused window in the cycling | ||
5 | order instead of always at the end. (Thanks Ben Jansens) | ||
6 | * Added doSkipWindow function in Screen.hh/cc | ||
7 | * Fixed some signed/unsigened in fluxbox.cc | ||
8 | *02/03/27: | ||
9 | * Fixed includes and namespace in Font.cc/hh | ||
10 | *02/03/21: | ||
11 | * Added FbTk::Font to the code, Font.hh/cc | ||
12 | * Changed MenuStyle font to FbTk::Font | ||
13 | * Changed DrawUtil to namespace | ||
14 | *02/03/20: | ||
15 | * Fixed some unsigned/signed stuff in Basemenu.cc/hh | ||
16 | * Rearranged public/private order in Slit.hh | ||
17 | * Removed #include "BaseDisplay.hh" and added #include <unistd.h> | ||
18 | in Timer.cc | ||
19 | * Changed StringUtil to namespace instead of struct | ||
20 | *02/03/19: | ||
21 | * Added Xinerama support | ||
2 | *02/03/18: | 22 | *02/03/18: |
3 | * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and | 23 | * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and |
4 | Timer.hh/cc | 24 | Timer.hh/cc |