diff options
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.15: | 2 | Changes for 0.1.15: |
3 | *03/01/09: | ||
4 | * Adjusted some files to FbTk::ImageControl and FbTk::Timer | ||
5 | Basemenu.hh, FbWinFrame.hh/cc, IconBar.cc, Slit.hh, Toolbar.hh, Theme.hh | ||
6 | Window.hh/cc | ||
7 | * Removed bexec from BaseDisplay | ||
8 | Theme.cc, fluxbox.cc, BaseDisplay.hh/cc | ||
9 | * Moved Timer.hh/cc, ImageControl.hh/cc and TextureRender.hh/cc to FbTk | ||
10 | * Removed Rootmenu.hh/cc | ||
11 | * Added FbCommands.hh/cc which contains some default commands that | ||
12 | fluxbox handles, like RestartFluxboxCmd, ExitFluxboxCmd, | ||
13 | ReconfigureFluxboxCmd and ExecuteCmd | ||
14 | * Changed Client menu in Workspace to FbTk::Menu | ||
15 | Workspace.hh | ||
16 | * Changed Workspace and Rootmenu menu to FbTk::Menu | ||
17 | Screen.hh/cc | ||
18 | * Removed Iconmenu and disabled Stylemenu in BScreen | ||
19 | Screen.hh/cc | ||
20 | * Removed exec and function item from MenuItem | ||
21 | Menu.hh/cc | ||
22 | * Fixed menu border color, border width and bevel width | ||
23 | MenuTheme.hh/cc, Menu.cc | ||
3 | *03/01/06: | 24 | *03/01/06: |
4 | * Fixed action/menu setup in setupWindowActions | 25 | * Fixed action/menu setup in setupWindowActions |
5 | Screen.cc | 26 | Screen.cc |