aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2006-02-19 12:53:41 (GMT)
committerfluxgen <fluxgen>2006-02-19 12:53:41 (GMT)
commit41612473f3bf071439d39a403b801ca0bd074f3d (patch)
tree43447469d98408efdad27a0d8c40229f9fb160cc
parent6d42d1cf5ed7d4ae6b3941727bf17cb6b48defd4 (diff)
downloadfluxbox-41612473f3bf071439d39a403b801ca0bd074f3d.zip
fluxbox-41612473f3bf071439d39a403b801ca0bd074f3d.tar.bz2
new resize mode
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c3ff1a..3cfc48c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.15: 2Changes 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)