3 * make Escape key cancel moving/resizing a window
5 * add asserts all throughout the code to catch bugs.
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.
11 * convert char *'s to stl's std::string.
13 * make the toolbar a compile-time option so it can be disabled entirely.
15 * make it possible to cuycle workspaces by moving the mouse past the edge of
18 * make the wheel mouse functionality optional?
20 * add a modifer key which will scroll workspaces with the mousewheel even when
21 not on the root window?
23 * NETWM support (see http://www.freedesktop.org/standards/wm-spec/).
25 * handle keyboard input natively instead of relying on an external program?
27 * remappable bindings for keyboard input and for mouse input.
29 * snap to edges, all edges, including window edges
31 * port bbconf to Openbox.
33 * add a close button to root/pinned menus?
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.
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).
43 * get translations of Openbox into more languages.
45 * window stacking layers (i.e. always on top/bottom).
47 * draw non-opaque move/resize frames using the style's borderWidth.
49 * better support for window groups.
51 * support for Xft, to anti-alias text.
53 * suppert for XRENDER, and use it for making window decorations/menus/etc
56 * fix any existant memory leaks, this is on-going forever.