diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,5 +1,29 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.5: | 2 | Changes for 0.9.5: |
3 | *03/08/13: | ||
4 | * Fixed default values for FbTk::Texture theme items (Henrik) | ||
5 | Theme.cc | ||
6 | * Added border theme items to ToolbarItems (Henrik) | ||
7 | ToolTheme.hh/cc, BorderTheme.hh/cc, ClockTool.hh/cc, | ||
8 | WorkspaceNameTool.hh/cc, IconbarTool.hh/cc | ||
9 | * New theme items | ||
10 | toolbar.clock.borderWidth: <integer> | ||
11 | toolbar.clock.borderColor: <color> | ||
12 | |||
13 | toolbar.iconbar.borderWidth: <integer> | ||
14 | toolbar.iconbar.borderColor: <color> | ||
15 | |||
16 | toolbar.workspace.borderWidth: <integer> | ||
17 | toolbar.workspace.borderColor: <color> | ||
18 | |||
19 | * Removed IconBar.hh/cc (Henrik) | ||
20 | * Changed FbTk::Button to a FbWindow (Henrik) | ||
21 | WinButton.cc, ArrowButton.cc, Button.hh/cc, FbWinFrame.cc, Window.cc, | ||
22 | TextButton.cc | ||
23 | *03/08/12: | ||
24 | * Added new texture type: Tiled (Henrik) | ||
25 | This will just affect pixmap loaded from file, and it will not scale them. | ||
26 | Texture.hh/cc, TextureRender.cc | ||
3 | *03/08/11: | 27 | *03/08/11: |
4 | * Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik) | 28 | * Fixed a minor focus bug, the m_focused_window was out of sync after revertFocus (Henrik) |
5 | fluxbox.cc | 29 | fluxbox.cc |