aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5975e0..d81db94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,26 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.2: 2Changes for 0.9.2:
3*03/04/28: 3*03/04/28:
4 * Added support for pixmap themes (Henrik)
5 (this requires libXpm is installed, but you can disabled this with --disable-xpm)
6 * Texture type now has an extra option: .pixmap
7 example:
8 window.label.focus.pixmap: image.xpm
9 menu.title.pixmap: image.xpm
10 * Standard buttons has one pixmap for pressed
11 and one for normal state
12 example:
13 window.close.pressed.pixmap: image_pressed.xpm
14 window.close.pixmap: image.xpm
15 window.stick.pixmap: image.xpm
16 window.shade.pixmap: image.xpm
17 window.maximize.pixmap: image.xpm
18 window.maximize.pressed.pixmap: image_pressed.xpm
19 window.iconify.pixmap: image.xpm
20 ...
21 Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh
22 WinButtonTheme.hh/cc, configure.in
23 * Update fbsetbg and fluxbox-generate_menu (Han)
4 * Fix a bunch of alignment + size issues with toolbar (particularly 24 * Fix a bunch of alignment + size issues with toolbar (particularly
5 when vertical) (Simon) 25 when vertical) (Simon)
6 Toolbar.cc Iconbar.cc 26 Toolbar.cc Iconbar.cc