aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-26 15:09:33 (GMT)
committerrathnor <rathnor>2004-08-26 15:09:33 (GMT)
commit346a6598a62350c5d234e3177de9e6c6c1963475 (patch)
tree02706013944f306c549ca627144a13d6552cd098 /ChangeLog
parent13bf2a7fddff4242581eec62243222acd49a1537 (diff)
downloadfluxbox_pavel-346a6598a62350c5d234e3177de9e6c6c1963475.zip
fluxbox_pavel-346a6598a62350c5d234e3177de9e6c6c1963475.tar.bz2
make arrow button's arrow size scalable by the user
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f91e86..117e7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,16 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.10: 2Changes for 0.9.10:
3*04/08/26: 3*04/08/26:
4 * Fixed 2 possible Memleaks (Mathias) 4 * Make arrow in toolbar buttons scalable size (Simon)
5 Ewmh.cc 5 - new theme item: toolbar.button.scale: <number>
6 The number is a scale factor, which is divided into 100 to give
7 the size relative to the button. 100 gives a arrow the same size
8 as button, 200 gives half the size, 300 a third, etc.
9 - default is now 300, not 200
10 - also fix size balance with left/right arrows
11 ArrowButton.hh/cc ButtonTheme.hh/cc ButtonTool.cc FbTk/Button.hh
12 * Fixed 2 possible Memleaks (Mathias)
13 Ewmh.cc
6 * Re-implement bevels in toolbar, plus numerous toolbar-related theme 14 * Re-implement bevels in toolbar, plus numerous toolbar-related theme
7 fixes => old styles now look like they used to! (Simon) 15 fixes => old styles now look like they used to! (Simon)
8 Toolbar.cc ToolbarItem.h ToolTheme.cc ToolbarTheme.cc ToolFactory.cc 16 Toolbar.cc ToolbarItem.h ToolTheme.cc ToolbarTheme.cc ToolFactory.cc