aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-03-16 23:11:56 (GMT)
committermarkt <markt>2007-03-16 23:11:56 (GMT)
commitca1ca328cff53d909bd59e49f830499f084e64fa (patch)
tree54d778153ff9892b78bdbcaa7e19026620d1a83f /ChangeLog
parent84e9f9708546526ce12269b31bec6f0459f0852f (diff)
downloadfluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.zip
fluxbox-ca1ca328cff53d909bd59e49f830499f084e64fa.tar.bz2
maximizing window with aspect ratio caused windows to be made larger than the screen
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61b94cf..7ef710e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/03/16: 3*07/03/16:
4 * Maximizing a window with aspect ratio requirements was making windows too
5 large (thanks Tomas Janousek)
6 Window.cc/hh WinClient.cc/hh
4 * Added key command to open a custom menu file (thanks Matteo Galiazzo) 7 * Added key command to open a custom menu file (thanks Matteo Galiazzo)
5 - :CustomMenu /path/to/file 8 - :CustomMenu /path/to/file
6 FbCommands.cc/hh FbCommandFactory.cc 9 FbCommands.cc/hh FbCommandFactory.cc