diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,6 +1,24 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.11 | 2 | Changes for 0.9.11 |
3 | *04/09/12: | 3 | *04/09/12: |
4 | * Preliminary support for Composite extension (Simon) | ||
5 | - Relies on external compositing manager using _NET_WM_WINDOW_OPACITY | ||
6 | - NOTE: Also make alpha resource setting more consistent. | ||
7 | Alpha values are no longer in theme, but are in init file. Possible | ||
8 | values are (all beginning with session.screenN.), * means changed/new: | ||
9 | - menu.alpha (*) | ||
10 | - slit.alpha | ||
11 | - window.focus.alpha (*) | ||
12 | - window.unfocus.alpha (*) | ||
13 | - toolbar.alpha (*) | ||
14 | - Changed menu around a bit. If you don't have/want a compositing | ||
15 | manager, but Composite is enabled, you can override it by setting | ||
16 | session.forcePseudoTransparency: true | ||
17 | - Fix a couple of bugs with transparency in toolbar/buttons | ||
18 | fluxbox.hh/cc Screen.hh/cc FbWinFrame.hh/cc FbWinFrameTheme.hh/cc | ||
19 | Slit.hh/cc Toolbar.hh/cc ToolbarTheme.hh/cc ToolbarItem.hh | ||
20 | ToolFactory.cc *Tool.hh/cc ArrowButton.cc FbTk/FbWindow.hh/cc | ||
21 | FbTk/Transparent.hh/cc FbTk/Menu.cc | ||
4 | * Minor cleaning, moved Resource<> from fluxbox.cc to Resources.cc (Henrik) | 22 | * Minor cleaning, moved Resource<> from fluxbox.cc to Resources.cc (Henrik) |
5 | *04/09/11: | 23 | *04/09/11: |
6 | * The include directive in menu can now take | 24 | * The include directive in menu can now take |