Files
libmatchboxwm2/TODO
Tomas Frydrych 73eb7a07ba 2007-09-18 Tomas Frydrych <tf@o-hand.com>
* TODO:
	Removed items already done.

        * src/core/mb-window-manager.c:
        * src/core/mb-window-manager.h:
        * src/core/mb-wm-layout.c:
        * src/core/mb-wm-layout.h:
        * src/core/mb-wm-types.h:
        * src/managers/matchbox-window-manager-2-simple.c:
	Objectified layout.
2007-09-18 10:40:35 +00:00

34 lines
1.0 KiB
Plaintext

In no particular order
===
- Support missing client window props including specific mb ones (later)
+ add tracking of these props changing with some kind of signals
(so clients types can use them)
- Simple signal mechanism for MBObject ?
- Add an extras/ dir adding optional support for;
+ XSettings
+ Startup Notification
+ Composite ?
(both can hook into X event callbacks via an init function. Needs
thought on how further integration can work) (MA)
- Basic theme engine with working buttons. (MA)
+ Add matchbox-window-manager simple implementation.
- Render picture support loading from PNG's, inline data (MA)
- better event loop with arbituary add_timeout(msecs, callback) style
support.
+ this will then allow support for _NET_WM_PING proto.
+ event calls should be modular enough to hook into glib main loop.
- Improve client types, add an input window type.
- Image based theme engine - takes a single 'template' image and conf file
build Maemo like theme from this.
- Dialog dragging (+resizing?)