]> icculus.org git repositories - mikachu/openbox.git/blob - TODO
add the shade button to the default layout
[mikachu/openbox.git] / TODO
1 Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
2 3.0:
3 * Add XEventHandler class to make event handling better than ever!
4
5 * Crazy dope support for dockapps. Fully mimic window maker's handling of them.
6   - no, nm this. wmaker is poo.
7
8 * reorganization of class model. Add XWidget class (contains an X drawable).
9   - using C, no longer using Xlib wrapping classes.
10
11 * key/mouse/action bindings
12 * handle keyboard input natively instead of relying on an external program
13 * remappable bindings for keyboard input and for mouse input.
14   - done.
15
16 * break the themeing into a replaceable plugin/script of some form and possibly
17   also for the bindings.
18
19 * new sex menus (circular n shit)
20
21 * window stacking layers (i.e. always on top/bottom).
22
23 * add atoms for most everything in the window manager
24   e.g. add _BLACKBOX_STYLE and _BLACKBOX_MENU atoms so that bbtools, bbconf,
25   etc. can get the current path to the style in use and menu.
26
27 * keep track of what strings are Utf8 and what aren't and use the appropriate
28   functions!
29
30 4.0:
31 * have plugins/scripts for most everything as deemed appropriate.
32
33 Openbox TODO list:
34 * make moving/resizing cancellable with a binding
35
36 * add asserts all throughout the code to catch bugs.
37
38 * make it possible to cycle workspaces by moving the mouse past the edge of
39   the desktop
40
41 * port bbconf to Openbox.
42
43 * when workspace name is greater than the width of its text area the toolbar
44   gets very ugly. I think what's really needed is a new toolbar entirely, which
45   can let apps dock in it (these would, of course then, be very tiny apps).
46
47 * draw non-opaque move/resize frames using the style's borderWidth.
48
49 * suppert for XRENDER, and use it for making window decorations/menus/etc
50   translucent.