diff options
author | fluxgen <fluxgen> | 2004-06-07 22:25:13 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-06-07 22:25:13 (GMT) |
commit | 0dfefc7d8581771ef488dc4b3ffd6bc641d3839b (patch) | |
tree | 0cfae53bc479be94510de4fbde53e27ed3171578 | |
parent | 13854c39b50982395411ad090c3c9a037fd7234a (diff) | |
download | fluxbox-0dfefc7d8581771ef488dc4b3ffd6bc641d3839b.zip fluxbox-0dfefc7d8581771ef488dc4b3ffd6bc641d3839b.tar.bz2 |
update
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,6 +1,20 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes for 0.9.10: |
3 | *04/06/07: | 3 | *04/06/07: |
4 | * New menu theme items: | ||
5 | menu.titleHeight: integer | ||
6 | menu.itemHeight: integer | ||
7 | The height of the item/title will be the biggest of | ||
8 | font height + bevel and the specified height, so the | ||
9 | text will always fit. | ||
10 | MenuTheme.hh/cc | ||
11 | (Henrik) | ||
12 | * Improved menu transparent rendering speed and | ||
13 | the text is not transparent anymore so you are able | ||
14 | to see the text even if you have 100% transparency | ||
15 | Menu.hh/cc (Henrik) | ||
16 | * Moved drawing of menu items to MenuItem class | ||
17 | MenuItem.hh/cc, MenuSeparator.hh/cc (Henrik) | ||
4 | * Initial NLS update (Simon) | 18 | * Initial NLS update (Simon) |
5 | - use _FBTEXT, or _FBTKTEXT for all strings that go to the user | 19 | - use _FBTEXT, or _FBTKTEXT for all strings that go to the user |
6 | - regenerate fluxbox-nls.hh when adding new strings | 20 | - regenerate fluxbox-nls.hh when adding new strings |