all repos — fluxbox @ b5b3c8581eb90faa4d481c3940c52adbac603714

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

b5b3c8581eb90faa4d481c3940c52adbac603714

parent

91ee94f2698872b1a0c34a856fc3d599ddc07ece

1 files changed, 17 insertions(+), 5 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,17 @@

(Format: Year/Month/Day) Changes for 0.1.11: +*02/08/31: + * Fixed minor issue with window moving across workspace in outlined mode + (Thanks Simon Bowden) + Window.cc +*02/08/30: + * Removed BaseDisplay::GrabGuard (Thanks Simon Bowden) + * Carry a window across workspace in non-opaque mode (Thanks Simon Bowden) + Window.cc/hh, Screen.cc/hh, fluxbox.cc + * Removed TDF theme + * Added new theme: lemonspace (Thanks xlife) + * Fixed transient windows checking + Window.cc, Workspace.cc *02/08/28: * Minor fix in bsetbg (Thanks Han) * Fixed bug [ 582574 ] borderless windows cant be horiz resized.

@@ -45,7 +57,7 @@ This will make two groups, one with netscape and nedit

and one with xterm. The new window will only group itself to other windows on the same workspace and to the last window that was - focused. + focused. *02/08/10: * French translation in fluxbox-generate_menu (Thanks Cosmic Flo) *02/08/04:

@@ -60,10 +72,10 @@ * Moved BTexture from Image.hh to FbTk::Texture in Texture.hh

* Moved BColor from Image.hh to FbTk::Color in Color.hh * Slit theme, you can now have theme on the slit: slit: <texture option> - slit.color: <color value> - slit.colorTo: <color value> - If slit isn't present in the theme the slit will fall back to - Toolbar theme. + slit.color: <color value> + slit.colorTo: <color value> + If slit isn't present in the theme the slit will fall back to + Toolbar theme. *02/07/19: * Fixed slitlist bug