diff options
author | fluxgen <fluxgen> | 2006-02-19 12:53:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 12:53:41 (GMT) |
commit | 41612473f3bf071439d39a403b801ca0bd074f3d (patch) | |
tree | 43447469d98408efdad27a0d8c40229f9fb160cc /ChangeLog | |
parent | 6d42d1cf5ed7d4ae6b3941727bf17cb6b48defd4 (diff) | |
download | fluxbox_pavel-41612473f3bf071439d39a403b801ca0bd074f3d.zip fluxbox_pavel-41612473f3bf071439d39a403b801ca0bd074f3d.tar.bz2 |
new resize mode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.15: | 2 | Changes for 0.9.15: |
3 | *06/02/19: | 3 | *06/02/19: |
4 | * Added new resize mode: Center | ||
5 | This mode will move all corners at the same time with | ||
6 | equal distance. | ||
7 | Set resource: session.screen0.resizeMode: Center | ||
8 | (Henrik) | ||
9 | Window.hh Window.cc Screen.hh ScreenResources.cc | ||
4 | * Moved Window placement code from Workspace to different | 10 | * Moved Window placement code from Workspace to different |
5 | PlacementStrategy classes. The main class is ScreenPlacement which | 11 | PlacementStrategy classes. The main class is ScreenPlacement which |
6 | selects the right placement class to use. (Henrik) | 12 | selects the right placement class to use. (Henrik) |