all repos — fluxbox @ a4cffd7ec48ac26ae733906948114ea3453ddd1c

custom fork of the fluxbox windowmanager

update
fluxgen fluxgen
commit

a4cffd7ec48ac26ae733906948114ea3453ddd1c

parent

b5d5fb35671ac32f5d43feb10092d604bf63fa4b

2 files changed, 15 insertions(+), 1 deletions(-)

jump to
M BUGSBUGS

@@ -9,7 +9,6 @@ * Transparancy for the slit does not always work right.

* After startup the font of the toolbar is to big; reload config works around this. * Transient windows seem to not have a X border - is this right? -* toggle horz/vertical maximise should restore the orig value * saving of number of workspaces on restart * multiple transients -> in openoffice - focus jumps between until user does something

@@ -27,8 +26,11 @@ * "My window (e.g. mplayer/xmms) stops updating when I move windows

around" => outline moving does this, it's not a bug, etc etc. fixed bugs (or not-our-fault bugs): +* toggle horz/vertical maximise should restore the orig value (fixed in cvs) * Some people get weird transparency behaviour. -> this appears to be a problem with nvidia drivers, make sure RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC on #fluxbox, and barlad in gentoo forums) * Disabling full-maximize doesn't work (fixed in cvs). +* Workspace1... Workspace12 are disabled +* MoveTab* actions are disabled
M ChangeLogChangeLog

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

(Format: Year/Month/Day) Changes for 0.9.4: +*03/06/30: + * Added command "ShowDesktop" (Henrik) + This command iconifies all windows and shows the desktop + WorkspaceCmd.hh/cc, FbCommandFactory.cc + * Added command "ArrangeWindows" (Thanks Ricardo Martins <thecrown<a(t)>softhome.net> ) + This command arranges so all windows are in a nice row/col order + WorkspaceCmd.hh/cc, FbCommandFactory.cc + * Changed class Keys to use FbTk::Command (Henrik) + Keys.hh/cc, fluxbox.cc + * Added Files: (Henrik) + CommandParser.hh/cc, FbCommandFactory.hh/cc, + WorkspaceCmd.hh/cc, CurrentWindowCmd.hh/cc *03/06/29: * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean) fbsetbg