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