diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,8 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.11: | 2 | Changes 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. |