35ee56c50d
* TODO: Update. * clutter/clutter-group.c: Attempt better group sizing code. * clutter/clutter-label.c: Minor tweaks. * clutter/clutter-texture.c: More debug info, make sure texture is realised for base_size() * clutter/clutter-video-texture.c: Seeking fixes * examples/test.c: (main): Populate with more randomness.
29 lines
688 B
Plaintext
29 lines
688 B
Plaintext
TODO
|
|
====
|
|
|
|
Posiible New Features
|
|
==
|
|
|
|
- Gradients
|
|
- better pangi integration.
|
|
- Audio only object implementing ClutterMedia Interface.
|
|
- Some kind of glitz/cairo integration - a GlitzDrawable Actor ?
|
|
- Improve clutter label usage as to expose more pango functionality.
|
|
- More portability - GL ES, DirectFB?, Windows, Mac ?
|
|
- Overhaul co-ordinate system ( more precision ? )
|
|
|
|
Optimisations
|
|
==
|
|
|
|
- Display lists.
|
|
- labels being more conservative on texture creation.
|
|
o blitting to textures less
|
|
- Custom source rather than idle handler for paints ?
|
|
|
|
Other
|
|
==
|
|
- Unit tests
|
|
- Much improved examples / demos
|
|
- Sort Documentation
|
|
- Bindings to languages other than just Python.
|