diff options
author | simonb <simonb> | 2005-04-27 17:45:56 (GMT) |
---|---|---|
committer | simonb <simonb> | 2005-04-27 17:45:56 (GMT) |
commit | 690030444b984e6b348284ae3c88671ee65a530b (patch) | |
tree | a0e36a3de8afa6a867f395a37757343e9577a24d /ChangeLog | |
parent | 9970dd11c7f9c0d9d91601c9e9785a857ca2c6d8 (diff) | |
download | fluxbox_pavel-690030444b984e6b348284ae3c88671ee65a530b.zip fluxbox_pavel-690030444b984e6b348284ae3c88671ee65a530b.tar.bz2 |
add rough support for non-default depth pixmaps. Saves us having ghost
holes in windows
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 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/04/27: | 3 | *05/04/27: |
4 | * Add some extremely basic handling for icon pixmaps that aren't | ||
5 | the same depth as the screen (treat all as 1-bit, easy to handle) | ||
6 | (Simon) | ||
7 | FbTk/FbPixmap.hh/cc FbTk/ImageImlib2.cc IconButton.cc | ||
4 | * Fix a bunch more issues with recent patches (Simon) | 8 | * Fix a bunch more issues with recent patches (Simon) |
5 | - Clock text colour on start | 9 | - Clock text colour on start |
6 | - Resizing not updating in some cases | 10 | - Resizing not updating in some cases |