diff options
author | fluxgen <fluxgen> | 2003-08-28 14:20:30 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-28 14:20:30 (GMT) |
commit | ba827572833413e49ce6eb51fab878d702a505c8 (patch) | |
tree | 0d3f89dc6a909511fb303f1083343167af531cfa /ChangeLog | |
parent | 86828f7a804e2b93590e2075cf362a428f94e4ca (diff) | |
download | fluxbox-ba827572833413e49ce6eb51fab878d702a505c8.zip fluxbox-ba827572833413e49ce6eb51fab878d702a505c8.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,4 +1,27 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | ||
3 | *03/08/28: | ||
4 | * Fixed pixmap bug when changing between non-pixmap themes and pixmap themes (Henrik) | ||
5 | Theme.cc | ||
6 | * Fixed so Theme items calls setDefaultValue in constructor (Henrik) | ||
7 | This should fix init values. | ||
8 | Theme.hh | ||
9 | * Fixed empty window bug in SystemTray (Henrik) | ||
10 | SystemTray.cc | ||
11 | * Fixed configurable tools in toolbar (Henrik) | ||
12 | * New resource item: | ||
13 | * session.screen<num>.toolbar.tools: <toolname>, <toolname2> | ||
14 | example: session.screen0.toolbar.tools: clock, iconbar, workspacename | ||
15 | Valid toolnames are: | ||
16 | * workspacename | ||
17 | * clock | ||
18 | * iconbar | ||
19 | * systemtray | ||
20 | Toolbar.hh/cc | ||
21 | * Fixed toolbar height bug crash (Henrik) | ||
22 | ToolbarTheme.cc | ||
23 | |||
24 | --------------------------------------------------------------------------- | ||
2 | Changes for 0.9.5: | 25 | Changes for 0.9.5: |
3 | *03/08/27: | 26 | *03/08/27: |
4 | * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>) | 27 | * Added support for _NET_WM_STATE_MAXIMIZE_{HORZ/VERT} (Thanks stephan wezel <s.wezel<at>web <dot> de>) |