diff options
author | simonb <simonb> | 2006-06-24 14:05:19 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-24 14:05:19 (GMT) |
commit | 0b730c76b10babe20738067ae7aec5a102d451fe (patch) | |
tree | 727cc111eeffd9fe838a04d54da834b9d74b6905 /ChangeLog | |
parent | 1d0b23bd020c9185dc9cbf8952ab97a27f061be0 (diff) | |
download | fluxbox-0b730c76b10babe20738067ae7aec5a102d451fe.zip fluxbox-0b730c76b10babe20738067ae7aec5a102d451fe.tar.bz2 |
fix more x errors due to using an invalid background
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/24: | 3 | *06/06/24: |
4 | * Fix some more X-errors (Simon) | ||
5 | - window was resized, triggering background re-render, but | ||
6 | background is invalid sometimes (during reconfiguring) | ||
7 | Container.hh/cc FbWinFrame.cc FbTk/FbWindow.hh/cc FbTk/TextButton.cc | ||
4 | * Fix bug #1362463, menu selection pixmaps disappear (Simon) | 8 | * Fix bug #1362463, menu selection pixmaps disappear (Simon) |
5 | - pixmap from image cache was put into FbPixmap, which freed it. | 9 | - pixmap from image cache was put into FbPixmap, which freed it. |
6 | FbPixmap.hh/cc MenuTheme.hh Menu.cc | 10 | FbTk/... FbPixmap.hh/cc MenuTheme.hh Menu.cc |
7 | *06/06/23: | 11 | *06/06/23: |
8 | * Make startfluxbox aware of --program-prefix and --program-suffix (Mark) | 12 | * Make startfluxbox aware of --program-prefix and --program-suffix (Mark) |
9 | configure.in util/Makefile.am util/startfluxbox.in | 13 | configure.in util/Makefile.am util/startfluxbox.in |