diff options
author | simonb <simonb> | 2006-06-25 14:59:34 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-06-25 14:59:34 (GMT) |
commit | bf9b60833f87a8b328d71dac5879bdf7a0300d6e (patch) | |
tree | d7316e26c2595fe1eb4c3ebb88d587421e789e87 /ChangeLog | |
parent | 131d04cf423b36bcfeba351eecc520b94586f729 (diff) | |
download | fluxbox-bf9b60833f87a8b328d71dac5879bdf7a0300d6e.zip fluxbox-bf9b60833f87a8b328d71dac5879bdf7a0300d6e.tar.bz2 |
fix FbPixmap retaining pixmap (that made cache not work properly)
Also small tidy in FbWinFrame.cc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc2: | 2 | Changes for 1.0rc2: |
3 | *06/06/25: | 3 | *06/06/25: |
4 | * Fix [ 1512046 ] "window.label.unfocus.pixmap" doesn't update (Simon) | ||
5 | - FbPixmap::copy was keeping the same pixmap if they had same | ||
6 | dimensions. This effectively broke the image cache. | ||
7 | FbPixmap.cc | ||
4 | * Explicitly map NoSymbol to keycode 0 (thanks Julien Trolet) | 8 | * Explicitly map NoSymbol to keycode 0 (thanks Julien Trolet) |
5 | (seems to be assigned to several keycodes) | 9 | (seems to be assigned to several keycodes) |
6 | FbTk/KeyUtil.cc | 10 | FbTk/KeyUtil.cc |