From 4b6dda7faba9f711e1193647a9962e6675c09ea0 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Mon, 28 Apr 2003 22:44:23 +0000 Subject: update --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index e5975e0..d81db94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,26 @@ (Format: Year/Month/Day) Changes for 0.9.2: *03/04/28: + * Added support for pixmap themes (Henrik) + (this requires libXpm is installed, but you can disabled this with --disable-xpm) + * Texture type now has an extra option: .pixmap + example: + window.label.focus.pixmap: image.xpm + menu.title.pixmap: image.xpm + * Standard buttons has one pixmap for pressed + and one for normal state + example: + window.close.pressed.pixmap: image_pressed.xpm + window.close.pixmap: image.xpm + window.stick.pixmap: image.xpm + window.shade.pixmap: image.xpm + window.maximize.pixmap: image.xpm + window.maximize.pressed.pixmap: image_pressed.xpm + window.iconify.pixmap: image.xpm + ... + Screen.cc/hh, WinButton.hh/cc, Texture.hh, TextureRender.cc/hh + WinButtonTheme.hh/cc, configure.in + * Update fbsetbg and fluxbox-generate_menu (Han) * Fix a bunch of alignment + size issues with toolbar (particularly when vertical) (Simon) Toolbar.cc Iconbar.cc -- cgit v0.11.2