aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efeb8f7..d12d8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,18 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.1.11: 2Changes for 0.1.11:
3*02/08/18:
4 * Added FbTk::EventHandler, a generic eventhandler
5 * Changed FbTk::SignalHandler to use FbTk::EventHandler with FbTk::SignalEvent
6 * Moved some functions from BaseDisplay to Fluxbox, and
7 made BaseDisplay singleton type with FbTk::EventHandler<XEvent>
8
9*02/08/16:
10 * Minor cleaning in Window.cc
3*02/08/14: 11*02/08/14:
4 * Added class SignalHandler (SignalHandler.hh/cc) which should 12 * Added class SignalHandler (SignalHandler.hh/cc) which should
5 take care of any system signals 13 take care of any system signals
14 * Change FbAtoms in to a singleton
15 * Changed expandFilename to use std::string
6*02/08/12: 16*02/08/12:
7 * The window menu now popups in iconbar when you right click on the icon. 17 * The window menu now popups in iconbar when you right click on the icon.
8 * Fixed bug [ 574717 ] restaring fluxbox should keep iconic. 18 * Fixed bug [ 574717 ] restaring fluxbox should keep iconic.