diff options
author | rathnor <rathnor> | 2003-09-04 22:39:03 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-04 22:39:03 (GMT) |
commit | a8e70c3e25ba93fd16c9129fc38927cb55565e94 (patch) | |
tree | 2578a9f0a312543f84d5b5a2263570db185d5f05 | |
parent | 624130419945a511a9f06c2cf70f32448293a46e (diff) | |
download | fluxbox-a8e70c3e25ba93fd16c9129fc38927cb55565e94.zip fluxbox-a8e70c3e25ba93fd16c9129fc38927cb55565e94.tar.bz2 |
add gvim issue
-rw-r--r-- | BUGS | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -2,9 +2,9 @@ Known bugs and missing features that will be fixed in future version: | |||
2 | 2 | ||
3 | BUGS: | 3 | BUGS: |
4 | 4 | ||
5 | * workspace menu sometimes rendered poorly when empty. Possibly only | 5 | * Reported issues with gvim windows that have different sized fonts. |
6 | when the only window in it was iconified. Screenshot (Thanks EsKi): | 6 | -> Tabbing them together makes them fight over the window size, and |
7 | http://www.cse.unsw.edu.au/~simonb/fluxbox/bad_workspace_menu.png | 7 | thus shrink to minimum |
8 | 8 | ||
9 | * vertical toolbar alignment reported broken with pixmap themes | 9 | * vertical toolbar alignment reported broken with pixmap themes |
10 | 10 | ||
@@ -98,3 +98,8 @@ Fixed bugs (or not-our-fault bugs): | |||
98 | layer-wise (other transient flashes) | 98 | layer-wise (other transient flashes) |
99 | => fixed | 99 | => fixed |
100 | 100 | ||
101 | * workspace menu sometimes rendered poorly when empty. Possibly only | ||
102 | when the only window in it was iconified. Screenshot (Thanks EsKi): | ||
103 | http://www.cse.unsw.edu.au/~simonb/fluxbox/bad_workspace_menu.png | ||
104 | => fixed | ||
105 | |||