all repos — fluxbox @ 1871169b06d8b9909ff26b761d24a40a65ef18f9

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

1871169b06d8b9909ff26b761d24a40a65ef18f9

parent

02466ab04056d9275e7351400be111a9c4580f26

1 files changed, 8 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,13 @@

changes for 0.1.8: *02/03/18: + * Fixed indentation to tabs in Image.cc/hh Slit.cc/hh and + Timer.hh/cc + * Changed timer pointer in some classes to + a non pointer variable + * Clean up in class BTimer (Timer.cc/hh) + BTimer now register it self to a static list in the class BTimer + and update timers with the static function updateTimers(int fd) + The cyclic dep between BaseDisplay and BTimer is now gone. * Added FbAtoms.hh/cc where all the atoms is. Makes the interface in BaseDisplay cleaner * Fixed std::max/min