diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-10-15 06:31:10 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-10-15 06:31:10 (GMT) |
commit | 3441261346fcee4efb6ba27764384d141b2c4f7e (patch) | |
tree | a7adb9a72878e94df9a90247caf184cc7d9794fd /ChangeLog | |
parent | 9bd64010135e26f97fa4d4d551737847fedfbcdd (diff) | |
download | fluxbox-3441261346fcee4efb6ba27764384d141b2c4f7e.zip fluxbox-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes 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: |