diff options
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/07/10: | ||
4 | * Added new shape theme items (Henrik) | ||
5 | * toolbar.shape: <bool> this will make the toolbar shape the corners that are towards center | ||
6 | of the screen | ||
7 | * menu.shape: <shape items> | ||
8 | * window.shape: <shape items> | ||
9 | Where shape items can be TopLeft TopRight BottomLeft and BottomRight | ||
10 | example: menu.shape: TopRight BottomLeft | ||
11 | ToolbarTheme.hh/cc, Toolbar.cc/hh, FbTk/Menu.hh, FbMenu.hh/cc, Screen.hh/cc, | ||
12 | MenuTheme.hh/cc, FbWinFrameTheme.hh/cc, FbWinFrame.cc/hh | ||
13 | * Applied patch that keeps the fbrun_history clean by not allowing | ||
14 | duplicates to get placed in the history. (Thanks David J Burger <dburger<(a|T)>hawaii.edu>) | ||
15 | FbRun.cc | ||
16 | * fbsetbg updates (Han) | ||
3 | *03/07/05: | 17 | *03/07/05: |
4 | * Fix winclient death signalling - fixes remember issues with applying | 18 | * Fix winclient death signalling - fixes remember issues with applying |
5 | attributes to wrong windows (Simon) | 19 | attributes to wrong windows (Simon) |