aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-10-15 06:31:10 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-10-15 06:31:10 (GMT)
commit3441261346fcee4efb6ba27764384d141b2c4f7e (patch)
treea7adb9a72878e94df9a90247caf184cc7d9794fd /ChangeLog
parent9bd64010135e26f97fa4d4d551737847fedfbcdd (diff)
downloadfluxbox_pavel-3441261346fcee4efb6ba27764384d141b2c4f7e.zip
fluxbox_pavel-3441261346fcee4efb6ba27764384d141b2c4f7e.tar.bz2
don't allow resizing to negative dimensions
this fixes a problem when the user resizes a window over the opposite border. as a result a signed overflow occured which lead to quite huge windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eeda89..67ee11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes for 1.1.2
3*08/10/15: 3*08/10/15:
4 * Don't allow resizing to negative dimensions (Mathias)
5 Window.cc/hh
4 * Ignore XRandr events that don't change the screen size (Mark) 6 * Ignore XRandr events that don't change the screen size (Mark)
5 Screen.cc FbTk/FbWindow.cc/hh 7 Screen.cc FbTk/FbWindow.cc/hh
6*08/10/13: 8*08/10/13: