2007-06-19 Matthew Allum <mallum@openedhand.com>

* TODO:
        Sync up a little.
        * clutter/clutter-main.c:
        Set a default window title based on g_prgname().

        * clutter/clutter-stage.c:
        * clutter/clutter-stage.h:
        * clutter/egl/clutter-stage-egl.c:
        * clutter/glx/clutter-stage-glx.c:
        * clutter/sdl/clutter-stage-sdl.c:
        Alter draw_to_pixbuf to return a pixbuf

        * configure.ac:
        Only full in gdk-pixbuf-xlib as a GLX backend dep.

        * tests/test-entry.c:
        Fix a couple of warnings.
This commit is contained in:
Matthew Allum
2007-06-19 14:10:25 +00:00
parent fd0aa08be9
commit e7332a3778
10 changed files with 77 additions and 41 deletions

20
TODO
View File

@@ -9,23 +9,23 @@ Last updated 31/05/2007
Definetly:
- YUV texture data, premulled alpha texture data. (ma)
- Basic layout code. (eb)
- Basic text entry (np)
- Perspective setup (ma)
- YUV texture data [DONE] premulled alpha texture data. (ma)
- Basic layout code. [DONE] (eb)
- Basic text entry [DONE] (np)
- Perspective setup [DONE] (ma)
- API doc fixups (all)
- main loop scheduling - paints vs timelimes vs events (ma, eb)
- main loop scheduling - paints vs timelimes vs events [DONE] ((ma, eb)
- ClutterProxyTexture (ma)
- event queue fixups (eb)
- clutter_actor_get_vertices (tf)
- fix up event queue (eb)
- event queue fixups [DONE} (eb)
- clutter_actor_get_vertices [Partly DONE?] (tf)
- fix up event queue [DONE] (eb)
Maybe:
- SDL event fixups
- SDL event fixups [DONE - roughly]
- Application developers manual
- Lookat type functionality.
- Mipmaps for pango renderer to improving text scaling quality
0.6
===