diff options
author | fluxgen <fluxgen> | 2003-02-15 02:11:57 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-15 02:11:57 (GMT) |
commit | 084792e6ecdf9e3191bf55b727928e03ea938b22 (patch) | |
tree | 75980e52470f50aad919c3a93178478927d2fe7c /ChangeLog | |
parent | 6d159ae8c7761869f6a38d2c61ab6173640fcd0f (diff) | |
download | fluxbox_pavel-084792e6ecdf9e3191bf55b727928e03ea938b22.zip fluxbox_pavel-084792e6ecdf9e3191bf55b727928e03ea938b22.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,6 +1,14 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.15: | 2 | Changes for 0.1.15: |
3 | *10/02/03: | 3 | *03/02/15: |
4 | * Added Style menu and fixed theme listeners for FbWinFrame, Menu and Toolbar (Henrik) | ||
5 | ToolbarTheme.hh/cc, Toolbar.hh/cc, FbTk Menu.hh/cc, FbTk MenuTheme.hh/cc, | ||
6 | Screen.cc, FbWinFrame.hh/cc, FbWinFrameTheme.hh/cc | ||
7 | * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and | ||
8 | change Subject to use std::list instead of std::vector (Henrik) | ||
9 | * Added SetStyleCmd command, which takes argument for style filename (Henrik) | ||
10 | FbCommands.hh/cc | ||
11 | *03/02/10: | ||
4 | * More fiddling of Layer code, cleaning up (Henrik + Simon) | 12 | * More fiddling of Layer code, cleaning up (Henrik + Simon) |
5 | FbTk/MultLayers.hh/cc FbTk/XLayer.hh/cc FbTk/XLayerItem.hh/cc | 13 | FbTk/MultLayers.hh/cc FbTk/XLayer.hh/cc FbTk/XLayerItem.hh/cc |
6 | Gnome.cc Screen.hh/cc Tab.cc Window.hh/cc Workspace.cc fluxbox.cc | 14 | Gnome.cc Screen.hh/cc Tab.cc Window.hh/cc Workspace.cc fluxbox.cc |
@@ -12,6 +20,9 @@ Changes for 0.1.15: | |||
12 | Window.hh/cc Workspace.hh/cc fluxbox.hh/cc fluxbox.1.in | 20 | Window.hh/cc Workspace.hh/cc fluxbox.hh/cc fluxbox.1.in |
13 | * Added a "Quit" KeyAction (Simon) | 21 | * Added a "Quit" KeyAction (Simon) |
14 | Keys.hh/cc, fluxbox.cc fluxbox.1.in | 22 | Keys.hh/cc, fluxbox.cc fluxbox.1.in |
23 | * Removed XLayerItem from FbTk::FbWindow | ||
24 | * Removed XLayerItem from FbTk::Menu | ||
25 | FbTk/Menu.hh | ||
15 | *03/01/23: | 26 | *03/01/23: |
16 | * Added polish locales to fluxbox-generate_menu (thanks Adam Byrtek) | 27 | * Added polish locales to fluxbox-generate_menu (thanks Adam Byrtek) |
17 | *03/01/16: | 28 | *03/01/16: |