all repos — fluxbox @ 1cdeabc7fc2867de7a7f493be4a7da263ad2abfc

custom fork of the fluxbox windowmanager

placement strategy
fluxgen fluxgen
commit

1cdeabc7fc2867de7a7f493be4a7da263ad2abfc

parent

2d0075c14a130f6cdc07d1485aa3983372063e9b

1 files changed, 9 insertions(+), 0 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,14 @@

(Format: Year/Month/Day) Changes for 0.9.15: +*06/02/19: + * Moved Window placement code from Workspace to different + PlacementStrategy classes. The main class is ScreenPlacement which + selects the right placement class to use. (Henrik) + CascadePlacement.{hh,cc} UnderMousePlacement.{hh,cc} + ColSmartPlacement.{hh,cc} RowSmartPlacement.{hh,cc} + ScreenPlacement.{cc,hh} ScreenResources.cc Workspace.{hh,cc} + PlacementStrategy.hh Screen.{hh,cc} + Makefile.am *06/02/18: * Moved focus handling code to class FocusControl (Henrik) fluxbox.hh/cc, Screen.hh/cc, Window.cc, Workspace.cc....