]> Dogcows Code - chaz/openbox/blob - TODO
remove old _data shit
[chaz/openbox] / 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 - no longer applicable
5
6 * Crazy dope support for dockapps. Fully mimic window maker's handling of them.
7 - no, nm this. wmaker is poo.
8
9 * reorganization of class model. Add XWidget class (contains an X drawable).
10 - using C, no longer using Xlib wrapping classes.
11
12 * key/mouse/action bindings
13 - done.
14 * handle keyboard input natively instead of relying on an external program
15 - done.
16 * remappable bindings for keyboard input and for mouse input.
17 - done.
18
19 * break the themeing into a replaceable plugin/script of some form and possibly
20 also for the bindings.
21 - done.
22
23 * new sex menus (circular n shit)
24
25 * window stacking layers (i.e. always on top/bottom).
26 - done.
27
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.
32
33 * keep track of what strings are Utf8 and what aren't and use the appropriate
34 functions!
35 - done.
36
37 * make moving/resizing cancellable with a binding
38 -done
39
40 4.0:
41 * have plugins/scripts for most everything as deemed appropriate.
42
43 Openbox TODO list:
44 * add asserts all throughout the code to catch bugs.
45
46 * make it possible to cycle workspaces by moving the mouse past the edge of
47 the desktop
48
49 * port bbconf to Openbox.
50
51 * draw non-opaque move/resize frames using the style's borderWidth.
This page took 0.03918 seconds and 4 git commands to generate.