diff options
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) |