diff options
author | markt <markt> | 2007-03-16 23:11:56 (GMT) |
---|---|---|
committer | markt <markt> | 2007-03-16 23:11:56 (GMT) |
commit | ca1ca328cff53d909bd59e49f830499f084e64fa (patch) | |
tree | 54d778153ff9892b78bdbcaa7e19026620d1a83f /ChangeLog | |
parent | 84e9f9708546526ce12269b31bec6f0459f0852f (diff) | |
download | fluxbox_pavel-ca1ca328cff53d909bd59e49f830499f084e64fa.zip fluxbox_pavel-ca1ca328cff53d909bd59e49f830499f084e64fa.tar.bz2 |
maximizing window with aspect ratio caused windows to be made larger than the screen
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes 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 |