2006-10-03 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Tue, 3 Oct 2006 21:59:30 +0000 (21:59 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 3 Oct 2006 21:59:30 +0000 (21:59 +0000)
commite9cceac1ee77d8a47bcb64eb30ea330bc763a7c9
tree414d4a7afebfc446f55f231a34a455c5cbe310fc
parent1bd964c7579f27140c7e399598ebba0c490a9c1d
2006-10-03  Matthew Allum  <mallum@openedhand.com>

        * configure.ac:
        * clutter/Makefile.am:
        * clutter/clutter-actor.c:
        * clutter/clutter-label.c:
        * clutter/clutter-label.h:
        * clutter/pango/Makefile.am:
        * clutter/pango/pangoclutter-font.c:
        * clutter/pango/pangoclutter-fontmap.c:
        * clutter/pango/pangoclutter-private.h:
        * clutter/pango/pangoclutter-render.c:
        * clutter/pango/pangoclutter.h:
        Add initial rough new pango renderer and clutter-label.

        * examples/super-oh.c:
        * examples/test.c:
        Minor fixups
14 files changed:
ChangeLog
clutter/Makefile.am
clutter/clutter-actor.c
clutter/clutter-label.c
clutter/clutter-label.h
clutter/pango/Makefile.am [new file with mode: 0644]
clutter/pango/pangoclutter-font.c [new file with mode: 0644]
clutter/pango/pangoclutter-fontmap.c [new file with mode: 0644]
clutter/pango/pangoclutter-private.h [new file with mode: 0644]
clutter/pango/pangoclutter-render.c [new file with mode: 0644]
clutter/pango/pangoclutter.h [new file with mode: 0644]
configure.ac
examples/super-oh.c
examples/test.c