2007-01-16 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Tue, 16 Jan 2007 14:19:39 +0000 (14:19 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 16 Jan 2007 14:19:39 +0000 (14:19 +0000)
commitc0aa013758c21b35da2c400dea2be6d43fdf2618
treef0b792c24dbd69bd8c8218c0a1579976e7673e80
parent3b7a8c0c5c809c5d9d140bbf4054c08a564aadcc
2007-01-16  Matthew Allum  <mallum@openedhand.com>

        * NEWS:
        Minor tweaks

        * TODO:
        Sync up, mainly with 0.3 todo items

        * clutter/clutter-behaviour.c:
        * clutter/clutter-behaviour.h:
        clutter_behaviour_get_n_actors() / clutter_behaviour_get_nth_actor()
        Additions.

        * clutter/clutter-stage.c: (clutter_stage_realize):
        Experimental (disabled) visual setting code.

        * clutter/clutter-feature.c:
        Check for GL_EXT_texture_rectangle (#198  - Frederick Riss)

        * clutter/clutter-group.c: (clutter_group_allocate_coords):
        Fix for group size allocation (#199 -  Frederick Riss)

        * clutter/clutter-texture.c: (texture_upload_data):
        Fix texture unpacking row length (#197 Frederick Riss)

        * examples/Makefile.am:
        Fix LDADD in build (#196 - Frederick Riss)
ChangeLog
NEWS
TODO
clutter/clutter-behaviour.c
clutter/clutter-behaviour.h
clutter/clutter-feature.c
clutter/clutter-group.c
clutter/clutter-stage.c
clutter/clutter-texture.c
examples/Makefile.am