diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -1,5 +1,30 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | *03/10/14: | ||
4 | * New theme items: | ||
5 | * toolbar.button.size for fixed buttons in the toolbar | ||
6 | * toolbar.button.borderWidth | ||
7 | * toolbar.button.borderColor | ||
8 | * toolbar.button | ||
9 | * toolbar.button.color | ||
10 | * toolbar.button.colorTo | ||
11 | * toolbar.button.pixmap | ||
12 | * toolbar.button.picColor | ||
13 | * toolbar.button.pressed.color | ||
14 | * toolbar.button.pressed.colorTo | ||
15 | * toolbar.button.pressed | ||
16 | * Added pressed color for buttons (Henrik) | ||
17 | FbTk/ Button.hh/cc | ||
18 | * Added new tools for the toolbar (Henrik) | ||
19 | - nextworkspace/prevworkspace creates left/right arrows that changes workspace | ||
20 | - nextwindow/prevwindow creates left/right arrows that changes focused window | ||
21 | ToolFactory.hh/cc | ||
22 | * Added new files (Henrik) | ||
23 | - GenericTool.hh/cc helper class for simple tools like buttons | ||
24 | - ButtonTool.hh/cc Tool class for buttons in toolbar | ||
25 | - ToolFactory.hh/cc Creates tools | ||
26 | - ButtonTheme.hh/cc holds theme for simple buttons, | ||
27 | extends tooltheme with pressed texture and picColor | ||
3 | *03/10/10: | 28 | *03/10/10: |
4 | * Various drawing-related optimisations and bug fixes (Simon) | 29 | * Various drawing-related optimisations and bug fixes (Simon) |
5 | - fixes toolbar random colour flicker on workspace change | 30 | - fixes toolbar random colour flicker on workspace change |