diff options
-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 0.9.15: | 2 | Changes for 0.9.15: |
3 | *06/02/19: | ||
4 | * Moved Window placement code from Workspace to different | ||
5 | PlacementStrategy classes. The main class is ScreenPlacement which | ||
6 | selects the right placement class to use. (Henrik) | ||
7 | CascadePlacement.{hh,cc} UnderMousePlacement.{hh,cc} | ||
8 | ColSmartPlacement.{hh,cc} RowSmartPlacement.{hh,cc} | ||
9 | ScreenPlacement.{cc,hh} ScreenResources.cc Workspace.{hh,cc} | ||
10 | PlacementStrategy.hh Screen.{hh,cc} | ||
11 | Makefile.am | ||
3 | *06/02/18: | 12 | *06/02/18: |
4 | * Moved focus handling code to class FocusControl (Henrik) | 13 | * Moved focus handling code to class FocusControl (Henrik) |
5 | fluxbox.hh/cc, Screen.hh/cc, Window.cc, Workspace.cc.... | 14 | fluxbox.hh/cc, Screen.hh/cc, Window.cc, Workspace.cc.... |