openbox/TODO

51 lines
1.5 KiB
Text
Raw Normal View History

2002-05-15 16:26:50 +00:00
Goals for future releases of Openbox (THIS CAN AND WILL CHANGE):
3.0:
2002-07-16 17:16:43 +00:00
* Add XEventHandler class to make event handling better than ever!
2003-04-01 00:44:00 +00:00
- no longer applicable
2002-07-16 17:16:43 +00:00
* Crazy dope support for dockapps. Fully mimic window maker's handling of them.
2003-03-31 22:58:38 +00:00
- no, nm this. wmaker is poo.
2002-05-23 14:13:01 +00:00
* reorganization of class model. Add XWidget class (contains an X drawable).
2003-03-31 22:58:38 +00:00
- using C, no longer using Xlib wrapping classes.
2002-05-23 14:13:01 +00:00
2002-05-15 16:26:50 +00:00
* key/mouse/action bindings
2003-04-01 00:44:00 +00:00
- done.
2003-03-31 22:58:38 +00:00
* handle keyboard input natively instead of relying on an external program
2003-04-01 00:44:00 +00:00
- done.
2002-11-02 20:34:46 +00:00
* remappable bindings for keyboard input and for mouse input.
2003-03-31 22:58:38 +00:00
- done.
2002-05-15 16:26:50 +00:00
* break the themeing into a replaceable plugin/script of some form and possibly
also for the bindings.
2003-04-01 00:44:00 +00:00
- done.
2002-05-15 16:26:50 +00:00
2002-11-02 20:34:46 +00:00
* new sex menus (circular n shit)
* window stacking layers (i.e. always on top/bottom).
2003-04-01 00:44:00 +00:00
- done.
2002-11-02 20:34:46 +00:00
* add atoms for most everything in the window manager
e.g. add _BLACKBOX_STYLE and _BLACKBOX_MENU atoms so that bbtools, bbconf,
etc. can get the current path to the style in use and menu.
2003-04-01 00:44:00 +00:00
- style hint is obsoleted by engines.
2002-11-02 20:34:46 +00:00
* keep track of what strings are Utf8 and what aren't and use the appropriate
functions!
2003-04-01 00:44:00 +00:00
- done.
2002-05-15 16:26:50 +00:00
4.0:
* have plugins/scripts for most everything as deemed appropriate.
2002-04-11 03:20:38 +00:00
Openbox TODO list:
2002-11-02 20:34:46 +00:00
* make moving/resizing cancellable with a binding
2002-04-11 03:20:38 +00:00
* add asserts all throughout the code to catch bugs.
* make it possible to cycle workspaces by moving the mouse past the edge of
2002-11-02 20:34:46 +00:00
the desktop
2002-04-11 03:20:38 +00:00
* port bbconf to Openbox.
* draw non-opaque move/resize frames using the style's borderWidth.