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