diff options
author | markt <markt> | 2007-10-22 17:45:39 (GMT) |
---|---|---|
committer | markt <markt> | 2007-10-22 17:45:39 (GMT) |
commit | c6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch) | |
tree | 468c356ffdad6893d4f4b312f847122b66c997ed /ChangeLog | |
parent | f72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff) | |
download | fluxbox_pavel-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip fluxbox_pavel-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2 |
replaced ModKey with new key commands StartMoving and StartResizing
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.1: | 2 | Changes for 1.0.1: |
3 | *07/10/22: | ||
4 | * Replaced modKey with new commands StartMoving and StartResizing (Mark) | ||
5 | - your keys file should be updated automatically | ||
6 | - they must be used with a mouse button, or they won't work | ||
7 | - StartResizing takes one or none of the following arguments: | ||
8 | NearestCorner, Center, TopLeft, TopRight, BottomLeft, BottomRight | ||
9 | Window.cc/hh CurrentWindowCmd.cc/hh FbCommandFactory.cc Screen.cc/hh | ||
10 | fluxbox.cc/hh ScreenResources.cc FbCommands.cc/hh | ||
11 | util/fluxbox-update_configs.cc | ||
3 | *07/10/21: | 12 | *07/10/21: |
4 | * Allow decorations bitmask to be specified using '0x' (Mark) | 13 | * Allow decorations bitmask to be specified using '0x' (Mark) |
5 | Window.cc | 14 | Window.cc |