diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 64 |
1 files changed, 34 insertions, 30 deletions
@@ -1,35 +1,39 @@ | |||
1 | TODO for Fluxbox 0.2.0 | 1 | * Screen.cc: |
2 | Screen.cc { | ||
3 | fix toupper for str_key in in Menu loading | 2 | fix toupper for str_key in in Menu loading |
4 | nls for "error on row" in Menu loading ?? | 3 | nls for "error on row" in Menu loading ?? |
5 | } | 4 | * remove cyclic deps: |
6 | * | 5 | Tab <-> Window |
7 | * Remove the cylic dep between class Tab and class Window | 6 | Workspace <-> Window |
7 | and more | ||
8 | * Fix "no font" crash | 8 | * Fix "no font" crash |
9 | * Remove cyclic dep on Basemenu with class Fluxbox | ||
10 | * Fix configurable toolbar | 9 | * Fix configurable toolbar |
11 | so the user can configure toolbar in a config file | 10 | so the user can configure toolbar in a config file |
12 | 11 | * Toolbar shouldn't hide if its autohide and | |
13 | * Fix so config file is created @ $HOME if first use | 12 | you are in "change workspace mode" |
14 | and config files is copied and configured | 13 | * The BadAccess error in Theme |
15 | 14 | * Finnish (Finland) translation | |
16 | * Fix so toolbar dont hide if its autohide and | 15 | * Keybinding for ROOTMENU |
17 | you are in "change workspace mode" | 16 | * Wheel-config support |
18 | * the BadAccess error in Theme | 17 | * Separator in the menus |
19 | * Finska översättning | 18 | * Fix "move group to..." without tab bugg. |
20 | * keybinding for ROOTMENU | ||
21 | * wheel-config support | ||
22 | * separator in the menus | ||
23 | (* restructure BImageControl::parseTexture) | ||
24 | * fix "move group to..." without tab bugg. | ||
25 | * 0,0-pos fix | 19 | * 0,0-pos fix |
26 | * gnome support | 20 | * More Gnome atom support |
27 | * net wm atom support | 21 | * Net wm atom support |
28 | * clean up in the global namespace | 22 | * Clean up in the global namespace |
29 | * remove cyclic deps | ||
30 | * Create fbinput style app | 23 | * Create fbinput style app |
31 | (* Add wheelscroll-workspace-change configuration (reversed order or | 24 | * Add wheelscroll-workspace-change configuration (reversed order or |
32 | regular)- Add "system menu" for minimized apps in the toolbar. | 25 | regular) |
33 | (Close, Kill, Send to, etc) ) | 26 | * Add "system menu" for minimized apps in the icon bar. |
34 | 27 | (Close, Kill, Send to, etc) | |
35 | * "Iconify group" in Windowmenu | 28 | * "Iconify group"/group commands in Windowmenu |
29 | * Call and navigate menus from the keyboard (bind a menu to a key | ||
30 | and use arrows to navigate) | ||
31 | * Dynamic tag width. Currently I know of two options - constant width | ||
32 | and dividing the full window width. I like it better when the width is | ||
33 | enough to show all the title, as long as the aggregation of all tabs | ||
34 | doesn't exceed the frame's width (see PWM for example) | ||
35 | * Unique names (e.g, the second xterm title will be "xterm <2>", as in | ||
36 | emacs), needed for the next wish: | ||
37 | * "Goto Frame" as Emacs C-x b, that show completions in the bar | ||
38 | (I really like the emacs's "ido.el" package behavior, which I recommend | ||
39 | to any emacs user) | ||