diff options
author | fluxgen <fluxgen> | 2006-02-19 11:15:50 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-19 11:15:50 (GMT) |
commit | 1cdeabc7fc2867de7a7f493be4a7da263ad2abfc (patch) | |
tree | 0df00b46c76970a17bf753e2f8b1c651fe1175a7 | |
parent | 2d0075c14a130f6cdc07d1485aa3983372063e9b (diff) | |
download | fluxbox-1cdeabc7fc2867de7a7f493be4a7da263ad2abfc.zip fluxbox-1cdeabc7fc2867de7a7f493be4a7da263ad2abfc.tar.bz2 |
placement strategy
-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.... |