diff options
Diffstat (limited to 'ChangeLog')
-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 |