diff options
author | fluxgen <fluxgen> | 2002-03-19 01:28:09 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-03-19 01:28:09 (GMT) |
commit | 1871169b06d8b9909ff26b761d24a40a65ef18f9 (patch) | |
tree | 3366180fb1094ab53d0d54d26db8ff441a4faa96 /ChangeLog | |
parent | 02466ab04056d9275e7351400be111a9c4580f26 (diff) | |
download | fluxbox_pavel-1871169b06d8b9909ff26b761d24a40a65ef18f9.zip fluxbox_pavel-1871169b06d8b9909ff26b761d24a40a65ef18f9.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ | |||
1 | changes for 0.1.8: | 1 | changes for 0.1.8: |
2 | *02/03/18: | 2 | *02/03/18: |
3 | * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and | ||
4 | Timer.hh/cc | ||
5 | * Changed timer pointer in some classes to | ||
6 | a non pointer variable | ||
7 | * Clean up in class BTimer (Timer.cc/hh) | ||
8 | BTimer now register it self to a static list in the class BTimer | ||
9 | and update timers with the static function updateTimers(int fd) | ||
10 | The cyclic dep between BaseDisplay and BTimer is now gone. | ||
3 | * Added FbAtoms.hh/cc where all the atoms is. | 11 | * Added FbAtoms.hh/cc where all the atoms is. |
4 | Makes the interface in BaseDisplay cleaner | 12 | Makes the interface in BaseDisplay cleaner |
5 | * Fixed std::max/min | 13 | * Fixed std::max/min |