update
This commit is contained in:
parent
b5d5fb3567
commit
a4cffd7ec4
2 changed files with 15 additions and 1 deletions
4
BUGS
4
BUGS
|
@ -9,7 +9,6 @@ bugs:
|
||||||
* After startup the font of the toolbar is to big; reload config works
|
* After startup the font of the toolbar is to big; reload config works
|
||||||
around this.
|
around this.
|
||||||
* Transient windows seem to not have a X border - is this right?
|
* 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
|
* saving of number of workspaces on restart
|
||||||
* multiple transients -> in openoffice - focus jumps between until user
|
* multiple transients -> in openoffice - focus jumps between until user
|
||||||
does something
|
does something
|
||||||
|
@ -27,8 +26,11 @@ FAQ items for:
|
||||||
around" => outline moving does this, it's not a bug, etc etc.
|
around" => outline moving does this, it's not a bug, etc etc.
|
||||||
|
|
||||||
fixed bugs (or not-our-fault bugs):
|
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.
|
* Some people get weird transparency behaviour.
|
||||||
-> this appears to be a problem with nvidia drivers, make sure
|
-> this appears to be a problem with nvidia drivers, make sure
|
||||||
RenderAccel is off (Option "RenderAccel" "false").
|
RenderAccel is off (Option "RenderAccel" "false").
|
||||||
(thanks RJNFC on #fluxbox, and barlad in gentoo forums)
|
(thanks RJNFC on #fluxbox, and barlad in gentoo forums)
|
||||||
* Disabling full-maximize doesn't work (fixed in cvs).
|
* Disabling full-maximize doesn't work (fixed in cvs).
|
||||||
|
* Workspace1... Workspace12 are disabled
|
||||||
|
* MoveTab* actions are disabled
|
||||||
|
|
12
ChangeLog
12
ChangeLog
|
@ -1,5 +1,17 @@
|
||||||
(Format: Year/Month/Day)
|
(Format: Year/Month/Day)
|
||||||
Changes for 0.9.4:
|
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:
|
*03/06/29:
|
||||||
* Add chbg support to fbsetbg (Thanks Han and Michael T. Dean)
|
* Add chbg support to fbsetbg (Thanks Han and Michael T. Dean)
|
||||||
fbsetbg
|
fbsetbg
|
||||||
|
|
Loading…
Reference in a new issue