1 Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
3 * Add XEventHandler class to make event handling better than ever!
6 * Crazy dope support for dockapps. Fully mimic window maker's handling of them.
7 - no, nm this. wmaker is poo.
9 * reorganization of class model. Add XWidget class (contains an X drawable).
10 - using C, no longer using Xlib wrapping classes.
12 * key/mouse/action bindings
14 * handle keyboard input natively instead of relying on an external program
16 * remappable bindings for keyboard input and for mouse input.
19 * break the themeing into a replaceable plugin/script of some form and possibly
20 also for the bindings.
23 * new sex menus (circular n shit)
25 * window stacking layers (i.e. always on top/bottom).
28 * add atoms for most everything in the window manager
29 e.g. add _BLACKBOX_STYLE and _BLACKBOX_MENU atoms so that bbtools, bbconf,
30 etc. can get the current path to the style in use and menu.
31 - style hint is obsoleted by engines.
33 * keep track of what strings are Utf8 and what aren't and use the appropriate
37 * make moving/resizing cancellable with a binding
41 * have plugins/scripts for most everything as deemed appropriate.
44 * add asserts all throughout the code to catch bugs.
46 * make it possible to cycle workspaces by moving the mouse past the edge of
49 * port bbconf to Openbox.
51 * draw non-opaque move/resize frames using the style's borderWidth.