mirror of
https://git.yoctoproject.org/libmatchboxwm2
synced 2025-11-03 20:55:44 +08:00
* 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.
34 lines
1.0 KiB
Plaintext
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?)
|