diff options
-rw-r--r-- | BUGS | 4 | ||||
-rw-r--r-- | ChangeLog | 12 |
2 files changed, 15 insertions, 1 deletions
@@ -9,7 +9,6 @@ bugs: | |||
9 | * After startup the font of the toolbar is to big; reload config works | 9 | * After startup the font of the toolbar is to big; reload config works |
10 | around this. | 10 | around this. |
11 | * Transient windows seem to not have a X border - is this right? | 11 | * Transient windows seem to not have a X border - is this right? |
12 | * toggle horz/vertical maximise should restore the orig value | ||
13 | * saving of number of workspaces on restart | 12 | * saving of number of workspaces on restart |
14 | * multiple transients -> in openoffice - focus jumps between until user | 13 | * multiple transients -> in openoffice - focus jumps between until user |
15 | does something | 14 | does something |
@@ -27,8 +26,11 @@ FAQ items for: | |||
27 | around" => outline moving does this, it's not a bug, etc etc. | 26 | around" => outline moving does this, it's not a bug, etc etc. |
28 | 27 | ||
29 | fixed bugs (or not-our-fault bugs): | 28 | fixed bugs (or not-our-fault bugs): |
29 | * toggle horz/vertical maximise should restore the orig value (fixed in cvs) | ||
30 | * Some people get weird transparency behaviour. | 30 | * Some people get weird transparency behaviour. |
31 | -> this appears to be a problem with nvidia drivers, make sure | 31 | -> this appears to be a problem with nvidia drivers, make sure |
32 | RenderAccel is off (Option "RenderAccel" "false"). | 32 | RenderAccel is off (Option "RenderAccel" "false"). |
33 | (thanks RJNFC on #fluxbox, and barlad in gentoo forums) | 33 | (thanks RJNFC on #fluxbox, and barlad in gentoo forums) |
34 | * Disabling full-maximize doesn't work (fixed in cvs). | 34 | * Disabling full-maximize doesn't work (fixed in cvs). |
35 | * Workspace1... Workspace12 are disabled | ||
36 | * MoveTab* actions are disabled | ||
@@ -1,5 +1,17 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/06/30: | ||
4 | * Added command "ShowDesktop" (Henrik) | ||
5 | This command iconifies all windows and shows the desktop | ||
6 | WorkspaceCmd.hh/cc, FbCommandFactory.cc | ||
7 | * Added command "ArrangeWindows" (Thanks Ricardo Martins <thecrown<a(t)>softhome.net> ) | ||
8 | This command arranges so all windows are in a nice row/col order | ||
9 | WorkspaceCmd.hh/cc, FbCommandFactory.cc | ||
10 | * Changed class Keys to use FbTk::Command (Henrik) | ||
11 | Keys.hh/cc, fluxbox.cc | ||
12 | * Added Files: (Henrik) | ||
13 | CommandParser.hh/cc, FbCommandFactory.hh/cc, | ||
14 | WorkspaceCmd.hh/cc, CurrentWindowCmd.hh/cc | ||
3 | *03/06/29: | 15 | *03/06/29: |
4 | * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean) | 16 | * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean) |
5 | fbsetbg | 17 | fbsetbg |