aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-05-13 04:17:19 (GMT)
committermarkt <markt>2007-05-13 04:17:19 (GMT)
commitd698c43e6387e07348265436c44cf2d2be299a5b (patch)
treefa725d926ee881d97297e315b0c47b33d25fdece /ChangeLog
parent39bb086128777b84ce2239c7d35995b722d6d0a3 (diff)
downloadfluxbox-d698c43e6387e07348265436c44cf2d2be299a5b.zip
fluxbox-d698c43e6387e07348265436c44cf2d2be299a5b.tar.bz2
added {Row,Col}MinOverlapPlacement strategies
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc4dde..8d9f984 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1: 2Changes for 1.1:
3*07/05/13:
4 * Added new placement policies {Row,Col}MinOverlapPlacement. They behave the
5 same as {Row,Col}SmartPlacement when the window fits but fall back on
6 minimizing overlap with other windows instead of CascadePlacement (Mark)
7 MinOverlapPlacement.cc/hh ScreenPlacement.cc/hh
3*07/05/12: 8*07/05/12:
4 * Changed interpretation of Horizontal/Vertical maximization of a window that 9 * Changed interpretation of Horizontal/Vertical maximization of a window that
5 is already maximized (Mark) 10 is already maximized (Mark)