diff options
author | fluxgen <fluxgen> | 2003-02-17 12:58:00 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-02-17 12:58:00 (GMT) |
commit | 6131625f953f3ac9af20ed0c2419e110d8dd2852 (patch) | |
tree | 69254e5e73d3c3b76d2df811156eb0369f63b995 /ChangeLog | |
parent | ebc9e3547ae417b460435a04210563fdb558b1cb (diff) | |
download | fluxbox_pavel-6131625f953f3ac9af20ed0c2419e110d8dd2852.zip fluxbox_pavel-6131625f953f3ac9af20ed0c2419e110d8dd2852.tar.bz2 |
update
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,19 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.1.15: | 2 | Changes for 0.1.15: |
3 | *03/02/17: | ||
4 | * Added shade option for button config (Henrik) | ||
5 | Screen.cc | ||
6 | * Fixed antialias toggle for menus (Henrik) | ||
7 | Screen.cc | ||
8 | * Added toolbar width percent change menu item (Henrik) | ||
9 | Screen.cc, Toolbar.cc | ||
10 | * Added IntResMenuItem, for resource<int> changes in the menu (Henrik) | ||
11 | IntResMenuItem.hh/cc | ||
3 | *03/02/16: | 12 | *03/02/16: |
13 | * Fixed configurable titlebar buttons (Henrik) | ||
14 | Screen.cc | ||
15 | * Fixed workspace menu and clientmenu (Henrik) | ||
16 | Workspace.hh/cc, Screen.cc, Window.hh | ||
4 | * Added layer submenu to window menu + small fix (Simon) | 17 | * Added layer submenu to window menu + small fix (Simon) |
5 | Screen.cc Window.hh/cc fluxbox.hh | 18 | Screen.cc Window.hh/cc fluxbox.hh |
6 | * Fixed gnome workspace initialisation issues (Simon) | 19 | * Fixed gnome workspace initialisation issues (Simon) |
@@ -12,7 +25,7 @@ Changes for 0.1.15: | |||
12 | * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and | 25 | * Moved Observer.hh/cc and Subject.hh/cc to FbTk directory and |
13 | change Subject to use std::list instead of std::vector (Henrik) | 26 | change Subject to use std::list instead of std::vector (Henrik) |
14 | * Added SetStyleCmd command, which takes argument for style filename (Henrik) | 27 | * Added SetStyleCmd command, which takes argument for style filename (Henrik) |
15 | FbCommands.hh/cc | 28 | FbCommands.hh/cc |
16 | *03/02/10: | 29 | *03/02/10: |
17 | * More fiddling of Layer code, cleaning up (Henrik + Simon) | 30 | * More fiddling of Layer code, cleaning up (Henrik + Simon) |
18 | FbTk/MultLayers.hh/cc FbTk/XLayer.hh/cc FbTk/XLayerItem.hh/cc | 31 | FbTk/MultLayers.hh/cc FbTk/XLayer.hh/cc FbTk/XLayerItem.hh/cc |