update
This commit is contained in:
parent
e0ac7575cc
commit
c31e6d6804
1 changed files with 9 additions and 3 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,12 +1,14 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.1.15:
|
Changes for 0.1.15:
|
||||||
|
*03/02/19:
|
||||||
|
* Fixed transient raise/lower (Henrik)
|
||||||
*03/02/17:
|
*03/02/17:
|
||||||
* Added layer menus for windows, toolbar, and slit, plus associated
|
* Added layer menus for windows, toolbar, and slit, plus associated (Simon)
|
||||||
resources. Cleaned up some cruft from the previous layering setup.
|
resources. Cleaned up some cruft from the previous layering setup.
|
||||||
Gnome.cc LayerMenu.hh Screen.hh/cc Slit.hh/cc Tab.cc Toolbar.hh/cc Window.hh/cc Workspace.hh fluxbox.hh/cc
|
Gnome.cc LayerMenu.hh Screen.hh/cc Slit.hh/cc Tab.cc Toolbar.hh/cc Window.hh/cc Workspace.hh fluxbox.hh/cc
|
||||||
* Renamed LayeredMenu to FbMenu
|
* Renamed LayeredMenu to FbMenu (Simon)
|
||||||
LayeredMenu.hh FbMenu.hh
|
LayeredMenu.hh FbMenu.hh
|
||||||
* Changed XLayerItem to hold FbWindows instead of Windows
|
* Changed XLayerItem to hold FbWindows instead of Windows (Simon)
|
||||||
XLayerItem.hh/cc XLayer.cc MultLayers.cc Window.cc
|
XLayerItem.hh/cc XLayer.cc MultLayers.cc Window.cc
|
||||||
* Added shade option for button config (Henrik)
|
* Added shade option for button config (Henrik)
|
||||||
Screen.cc
|
Screen.cc
|
||||||
|
@ -16,6 +18,10 @@ Changes for 0.1.15:
|
||||||
Screen.cc, Toolbar.cc
|
Screen.cc, Toolbar.cc
|
||||||
* Added IntResMenuItem, for resource<int> changes in the menu (Henrik)
|
* Added IntResMenuItem, for resource<int> changes in the menu (Henrik)
|
||||||
IntResMenuItem.hh/cc
|
IntResMenuItem.hh/cc
|
||||||
|
* Fixed non opaque moving (Henrik)
|
||||||
|
Window.cc
|
||||||
|
* Fixed titlebar alignment problem (Henrik)
|
||||||
|
FbWinFrame.cc
|
||||||
*03/02/16:
|
*03/02/16:
|
||||||
* Fixed configurable titlebar buttons (Henrik)
|
* Fixed configurable titlebar buttons (Henrik)
|
||||||
Screen.cc
|
Screen.cc
|
||||||
|
|
Loading…
Reference in a new issue