aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-18 15:40:55 (GMT)
committerrathnor <rathnor>2003-07-18 15:40:55 (GMT)
commit7e1733c4352befe577150bad63d362dd7c1a94b9 (patch)
tree1f339ae234f85aaa98529e9c511117dcb620a9f1 /BUGS
parent06d723aefe7fb794f50b1e7a0ad8ad4473ae8ac6 (diff)
downloadfluxbox-7e1733c4352befe577150bad63d362dd7c1a94b9.zip
fluxbox-7e1733c4352befe577150bad63d362dd7c1a94b9.tar.bz2
reorganise operation of ResourceManager
plus fix initialisation of layer for slit and toolbar
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 7 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index ba45b5a..ae9fbc3 100644
--- a/BUGS
+++ b/BUGS
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version:
2 2
3BUGS: 3BUGS:
4 4
5 * Slit (check toolbar too) layernum isn't initialised to resource
6 value on init. Also check why Fluxbox::Layer is used rather than int.
7
8 * Remember menu sometimes isn't present in window menu. Probably need 5 * Remember menu sometimes isn't present in window menu. Probably need
9 to add a signal for menu reconfigures (Screen::setupWindowActions) 6 to add a signal for menu reconfigures (Screen::setupWindowActions)
10 7
@@ -18,9 +15,11 @@ BUGS:
18 * Some menus don't close when you click on items. 15 * Some menus don't close when you click on items.
19 16
20 * Transparancy for the slit does not always work right. 17 * Transparancy for the slit does not always work right.
18 => is this fixed now?? (as of ResourceManager changes)
21 19
22 * After startup the font of the toolbar is to big; reload config works 20 * After startup the font of the toolbar is to big; reload config works
23 around this. 21 around this.
22 => is this fixed now?? (as of ResourceManager changes)
24 23
25 * Saving of number of workspaces on restart 24 * Saving of number of workspaces on restart
26 25
@@ -70,3 +69,8 @@ Fixed bugs (or not-our-fault bugs):
70 * Transient windows seem to not have a X border - is this right? 69 * Transient windows seem to not have a X border - is this right?
71 => no, they ought to have a border 70 => no, they ought to have a border
72 71
72 * Slit (check toolbar too) layernum isn't initialised to resource
73 value on init. Also check why Fluxbox::Layer is used rather than int.
74 => Fixed by reorganising the way ResourceManager works.
75 Fluxbox::Layer is used so that we can give some layers names
76