diff options
author | fluxgen <fluxgen> | 2003-04-28 22:44:23 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-28 22:44:23 (GMT) |
commit | 4b6dda7faba9f711e1193647a9962e6675c09ea0 (patch) | |
tree | a23fd958533d15420081841445cf2cd77ab236c4 | |
parent | 456792bbeb7a3acfec05c538375a0d001c700cbf (diff) | |
download | fluxbox-4b6dda7faba9f711e1193647a9962e6675c09ea0.zip fluxbox-4b6dda7faba9f711e1193647a9962e6675c09ea0.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.2: | 2 | Changes 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 |