diff options
author | markt <markt> | 2007-12-13 05:48:00 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-13 05:48:00 (GMT) |
commit | 8b7464046cea5e521ac46811591b0fce0c45aca1 (patch) | |
tree | 09df752f426a249ae15375a626a98436c8727593 /ChangeLog | |
parent | daca07edafc2e75eb9ee04d35fe80759308a8583 (diff) | |
download | fluxbox_pavel-8b7464046cea5e521ac46811591b0fce0c45aca1.zip fluxbox_pavel-8b7464046cea5e521ac46811591b0fce0c45aca1.tar.bz2 |
added FbTk::CommandRegistry, decentralized command parsing, and made them auto-register
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/12/13: | ||
4 | * Moved command parsing code all over the place -- expect any patches that | ||
5 | add new commands to be broken (Mark, Simon) | ||
6 | Added FbTk/CommandRegistry.cc/hh | ||
7 | Removed FbCommandFactory.cc/hh CommandParser.cc/hh | ||
3 | *07/12/11: | 8 | *07/12/11: |
4 | * Added new resize modes for key command StartResizing: NearestEdge, Left, | 9 | * Added new resize modes for key command StartResizing: NearestEdge, Left, |
5 | Right, Top, Bottom (Mark) | 10 | Right, Top, Bottom (Mark) |