diff options
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,6 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.2: | 2 | Changes for 0.9.2: |
3 | *03/05/07: | ||
4 | * Fixed screen problem with redrawing menus (Henrik) | ||
5 | The m_screen_num wasn't set in X Window assignment operator | ||
6 | FbTk/FbWindow.cc | ||
7 | * Fixed check for RENDER extension before we start using it (Henrik) | ||
8 | FbTk/Transparent.hh/cc | ||
9 | * Fixed some bugs and minor cleaning (Thanks MrChuoi) | ||
10 | fluxbox.cc, FbTk/Button.cc, FbTk/RefCount.hh | ||
11 | LayerMenu.hh, | ||
12 | Resource.hh, Window.cc[focus on deiconify] | ||
3 | *03/05/05: | 13 | *03/05/05: |
14 | * Added window.<button name>.unfocus.pixmap theme item (Henrik) | ||
15 | WinButtonTheme.hh/cc, WinButton.cc | ||
4 | * Rework focus somewhat - now use Fluxbox::revertFocus when a window | 16 | * Rework focus somewhat - now use Fluxbox::revertFocus when a window |
5 | dies/gets forced out of focus (Simon) | 17 | dies/gets forced out of focus (Simon) |
6 | - should fix click focus sometimes acting sloppy | 18 | - should fix click focus sometimes acting sloppy |