diff options
author | rathnor <rathnor> | 2002-11-12 14:54:45 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2002-11-12 14:54:45 (GMT) |
commit | 64c9a446ba7c61775f2cb6fc313001ac63c4231d (patch) | |
tree | ec5c2ef4ee3113d9d2740000a9d8f8d4144e3aea /ChangeLog | |
parent | a2c61d4d5d8dede7f0219fc4aeb928ead2a6f752 (diff) | |
download | fluxbox_pavel-64c9a446ba7c61775f2cb6fc313001ac63c4231d.zip fluxbox_pavel-64c9a446ba7c61775f2cb6fc313001ac63c4231d.tar.bz2 |
Removed limit (screen resolution) on max window size, max_{width,height} == 0 now means unrestricted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,7 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.13: | 2 | Changes for 0.1.13: |
3 | *02/10/03: | 3 | *02/11/13: |
4 | * Fixed Toolbar worlspace label text color. | 4 | * Removed window size limitation, fixes Debian bug #159709 (Simon) |
5 | Window.cc | ||
6 | * Fixed geometry/position window size and alignment problem (Simon) | ||
7 | Screen.cc | ||
8 | *02/11/03: | ||
9 | * Fixed Toolbar workspace label text color. | ||
5 | Theme.cc | 10 | Theme.cc |
6 | *02/10/25: | 11 | *02/10/25: |
7 | * Icon.hh/cc renamed to Iconmenu.hh/cc | 12 | * Icon.hh/cc renamed to Iconmenu.hh/cc |