diff options
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 |