aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO70
1 files changed, 38 insertions, 32 deletions
diff --git a/TODO b/TODO
index 05f8d9b..7c2d169 100644
--- a/TODO
+++ b/TODO
@@ -1,37 +1,43 @@
1TODO for Fluxbox 0.2.0 1* const-correctnes
2* sloppy focus - auto-raise 2* Clean up in BImage class, some of those functions are huge, and needs to be smaller.
3- Fix configurable toolbar 3 And make the class more independent so it could be movable to other applications,
4 so the user can configure toolbar in a config file 4 such as config tools.
5 5
6- Fix so config file is created @ $HOME if first use 6* toolbar -> separate application
7 and config files is copied and configured 7* Some kind of resource class instead of the Screen and Fluxbox class with all the resources?
8 8
9- Fix so toolbar dont hide if its autohide and
10 you are in "change workspace mode"
11 9
12- grabKillWindow to keygrabber grabCloseWindow 10* Screen.cc:
11 fix toupper for str_key in in Menu loading
12 nls for "error on row" in Menu loading ??
13* remove cyclic deps:
14 Tab <-> Window
15 Workspace <-> Window
16 and more
17* Fix "no font" crash
18* Fix configurable toolbar
19 so the user can configure toolbar in a config file
20* Toolbar shouldn't hide if its autohide and
21 you are in "change workspace mode"
22* Finnish (Finland) translation
23* Wheel-config support
24* Separator in the menus
25* More Gnome atom support
26* Net wm atom support
27* Clean up in the global namespace
28* Create fbinput style app
29* Add "system menu" for minimized apps in the icon bar.
30 (Close, Kill, Send to, etc)
31* "Iconify group"/group commands in Windowmenu
32* Call and navigate menus from the keyboard (bind a menu to a key
33 and use arrows to navigate)
34* Dynamic tag width. Currently I know of two options - constant width
35 and dividing the full window width. I like it better when the width is
36 enough to show all the title, as long as the aggregation of all tabs
37 doesn't exceed the frame's width (see PWM for example)
38* Unique names (e.g, the second xterm title will be "xterm <2>", as in
39 emacs), needed for the next wish:
40* "Goto Frame" as Emacs C-x b, that show completions in the bar
41* mouse button configure
13 42
14* Fluxbox::real_reconfigure ...check "session.styleFile %s"
15* grabRootmenu
16* wheel-config support
17* separator in the menus
18* slit-maximize-stop
19(* restructure BImageControl::parseTexture)
20* slit.onTop and slit.placement "bugg" when changin in configurefile
21* fix "move group to..." without tab bugg.
22* 0,0-pos fix
23* reconfigure tar upp nya dekorationer
24 43
2507:39AM <dopey> also, (2) fluxbox wont currently build on linux-hppa, needs the config.{sub,
26 guess} updated from ftp://ftp.gnu.org/pub/gnu/config/
27
28* Create fbrun style app
29* Add wheelscroll-workspace-change configuration (reversed order or
30 regular)- Add "system menu" for minimized apps in the toolbar.
31 (Close, Kill, Send to, etc)
32
33* HUP the window manager, so it re-reads the
34 .fluxbox/init - rather than having to kill the window manager to change those
35 settings (like the key map)
36
37* "Iconify group" in Windowmenu