]> icculus.org git repositories - mikachu/openbox.git/blob - TODO
Initial revision
[mikachu/openbox.git] / TODO
1 Openbox TODO list:
2
3 * add asserts all throughout the code to catch bugs.
4
5 * new configuration class which handles the X db, with better functionality.
6   i.e. make changes in the configuraiton save instantly, and stop saving over
7   the config file on shutdown/reconfig.
8
9 * convert char *'s to stl's std::string.
10
11 * make the toolbar a compile-time option so it can be disabled entirely.
12
13 * make it possible to cuycle workspaces by moving the mouse past the edge of
14   the desktop?
15
16 * make the wheel mouse functionality optional?
17
18 * add a modifer key which will scroll workspaces with the mousewheel even when
19   not on the root window?
20
21 * NETWM support (see http://www.freedesktop.org/standards/wm-spec/).
22
23 * handle keyboard input natively instead of relying on an external program?
24
25 * remappable bindings for keyboard input and for mouse input.
26
27 * snap to edges, all edges, including window edges
28
29 * port bbconf to Openbox.
30
31 * add a close button to root/pinned menus?
32
33 * add atoms for most everything in the window manager
34   e.g. add _BLACKBOX_STYLE and _BLACKBOX_MENU atoms so that bbtools, bbconf,
35   etc. can get the current path to the style in use and menu.
36
37 * when workspace name is greater than the width of its text area the toolbar
38   gets very ugly. I think waht's really needed is a new toolbar entirely, which
39   can let apps dock in it (these would, of course then, be very tiny apps).
40
41 * get translations of Openbox into more languages.
42
43 * window stacking layers (i.e. always on top/bottom).
44
45 * draw non-opaque move/resize frames using the style's borderWidth.
46
47 * better support for window groups.
48
49 * support for Xft, to anti-alias text.
50
51 * suppert for XRENDER, and use it for making window decorations/menus/etc
52   translucent.
53
54 * fix any existant memory leaks, this is on-going forever.