diff options
author | mathias <mathias> | 2005-06-15 15:17:48 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-15 15:17:48 (GMT) |
commit | d69e300376db05642730792f34e38712f52efbc2 (patch) | |
tree | 97afcfc41bc49aaa05bbd0e7feb4b826f96c074f /ChangeLog | |
parent | 93b295a1587f91366d16a0d8c7514a4cd841cd38 (diff) | |
download | fluxbox-d69e300376db05642730792f34e38712f52efbc2.zip fluxbox-d69e300376db05642730792f34e38712f52efbc2.tar.bz2 |
Enhanced MoveTo, fixes #1074568
MoveTo <int|*> <int|*> <Reference Corner>
- * means "use current value"
- Reference Corner is one of:
- UpperLeft, Upper, UpperRight
- Left, Right
- LowerLeft, Lower, Right
examples:
MoveTo 0 * Left -> snap to left workspace edge
MoveTo * 0 Lower -> snap to lower workspace edge
MoveTo 0 0 UpperRight -> snap to upper right workspace corner
TODO: perhaps add some "aliases" to make it more userfriendly
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/15: | 3 | *05/06/15: |
4 | * Enhanced MoveTo, fixes #1074568 (Mathias) | ||
5 | MoveTo <int|*> <int|*> <Reference Corner> | ||
6 | - * means "use current value" | ||
7 | - Reference Corner is one of: | ||
8 | - UpperLeft, Upper, UpperRight | ||
9 | - Left, Right | ||
10 | - LowerLeft, Lower, Right | ||
11 | examples: | ||
12 | MoveTo 0 * Left -> snap to left workspace edge | ||
13 | MoveTo * 0 Lower -> snap to lower workspace edge | ||
14 | MoveTo 0 0 UpperRight -> snap to upper right workspace corner | ||
15 | FbCommandFactory.cc CurrentWindowCmd.cc/hh | ||
4 | * Fixes #1198192, vlc to fbgm (Mathias) | 16 | * Fixes #1198192, vlc to fbgm (Mathias) |
5 | fluxbox-generate_menu.in | 17 | fluxbox-generate_menu.in |
6 | * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias) | 18 | * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias) |