diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,12 +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 | *03/02/19: | ||
4 | * Fixed transient raise/lower (Henrik) | ||
3 | *03/02/17: | 5 | *03/02/17: |
4 | * Added layer menus for windows, toolbar, and slit, plus associated | 6 | * Added layer menus for windows, toolbar, and slit, plus associated (Simon) |
5 | resources. Cleaned up some cruft from the previous layering setup. | 7 | resources. Cleaned up some cruft from the previous layering setup. |
6 | Gnome.cc LayerMenu.hh Screen.hh/cc Slit.hh/cc Tab.cc Toolbar.hh/cc Window.hh/cc Workspace.hh fluxbox.hh/cc | 8 | Gnome.cc LayerMenu.hh Screen.hh/cc Slit.hh/cc Tab.cc Toolbar.hh/cc Window.hh/cc Workspace.hh fluxbox.hh/cc |
7 | * Renamed LayeredMenu to FbMenu | 9 | * Renamed LayeredMenu to FbMenu (Simon) |
8 | LayeredMenu.hh FbMenu.hh | 10 | LayeredMenu.hh FbMenu.hh |
9 | * Changed XLayerItem to hold FbWindows instead of Windows | 11 | * Changed XLayerItem to hold FbWindows instead of Windows (Simon) |
10 | XLayerItem.hh/cc XLayer.cc MultLayers.cc Window.cc | 12 | XLayerItem.hh/cc XLayer.cc MultLayers.cc Window.cc |
11 | * Added shade option for button config (Henrik) | 13 | * Added shade option for button config (Henrik) |
12 | Screen.cc | 14 | Screen.cc |
@@ -16,6 +18,10 @@ Changes for 0.1.15: | |||
16 | Screen.cc, Toolbar.cc | 18 | Screen.cc, Toolbar.cc |
17 | * Added IntResMenuItem, for resource<int> changes in the menu (Henrik) | 19 | * Added IntResMenuItem, for resource<int> changes in the menu (Henrik) |
18 | IntResMenuItem.hh/cc | 20 | IntResMenuItem.hh/cc |
21 | * Fixed non opaque moving (Henrik) | ||
22 | Window.cc | ||
23 | * Fixed titlebar alignment problem (Henrik) | ||
24 | FbWinFrame.cc | ||
19 | *03/02/16: | 25 | *03/02/16: |
20 | * Fixed configurable titlebar buttons (Henrik) | 26 | * Fixed configurable titlebar buttons (Henrik) |
21 | Screen.cc | 27 | Screen.cc |