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