diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -8,6 +8,40 @@ Changes for 0.9.5: | |||
8 | * Added new files for Toolbar (Henrik) | 8 | * Added new files for Toolbar (Henrik) |
9 | WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc | 9 | WorkspaceNameTool.hh/cc, ClockTool.hh/cc, ToolbarItem.hh/cc, ToolTheme.hh/cc |
10 | TextTheme.hh/cc | 10 | TextTheme.hh/cc |
11 | * toolbar theme items now: | ||
12 | The clock: | ||
13 | toolbar.clock: <texture> | ||
14 | toolbar.clock.pixmap: <filename> | ||
15 | toolbar.clock.color: <color> | ||
16 | toolbar.clock.colorTo: <color> | ||
17 | toolbar.clock.textColor: <color> | ||
18 | toolbar.clock.font: <font> | ||
19 | |||
20 | Workspace name: | ||
21 | toolbar.workspace: <texture> | ||
22 | toolbar.workspace.pixmap: <filename> | ||
23 | toolbar.workspace.color: <color> | ||
24 | toolbar.workspace.colorTo: <color> | ||
25 | toolbar.workspace.textColor: <color> | ||
26 | toolbar.workspace.font: <font> | ||
27 | |||
28 | This is for an empty iconbar: | ||
29 | toolbar.iconbar.empty: <texture> | ||
30 | toolbar.iconbar.empty.pixmap: <filename> | ||
31 | toolbar.iconbar.empty.color: <color> | ||
32 | toolbar.iconbar.empty.colorTo: <color> | ||
33 | |||
34 | Focused window in iconbar: | ||
35 | toolbar.iconbar.focused: <texture> | ||
36 | toolbar.iconbar.focused.pixmap: <filename> | ||
37 | toolbar.iconbar.focused.color: <color> | ||
38 | toolbar.iconbar.focused.colorTo: <color> | ||
39 | toolbar.iconbar.focused.textColor: <color> | ||
40 | toolbar.iconbar.focused.font: <font> | ||
41 | And the same for .unfocused: | ||
42 | toolbar.iconbar.unfocused: <texture> | ||
43 | etc. | ||
44 | |||
11 | *03/08/10: | 45 | *03/08/10: |
12 | * Fix session.menuFile to work with ~ properly (Simon) | 46 | * Fix session.menuFile to work with ~ properly (Simon) |
13 | fluxbox.hh/cc Screen.cc | 47 | fluxbox.hh/cc Screen.cc |