aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-10-14 00:00:07 (GMT)
committerfluxgen <fluxgen>2003-10-14 00:00:07 (GMT)
commit7293dd64f67e8371796add46cecfb0d8ab111757 (patch)
tree245450339ebe24c1f11c2dcfcc0e5783844d1087
parent89e769e4bffab01397a0fb943e7cedc1d2aad00c (diff)
downloadfluxbox-7293dd64f67e8371796add46cecfb0d8ab111757.zip
fluxbox-7293dd64f67e8371796add46cecfb0d8ab111757.tar.bz2
update
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fce9b4c..e216202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes 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