diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2009-03-27 16:54:10 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2009-03-27 16:54:10 +0000 |
commit | d21f55fe9add35bb708d260841ce047c2458a7ca (patch) | |
tree | 5e7b0e3907401ef66ffaca471f78b1d253a0d17b /ChangeLog | |
parent | 4d520f241d45ba8fedad21325caad8ab5a182e9f (diff) | |
download | gtk+-d21f55fe9add35bb708d260841ce047c2458a7ca.tar.gz |
Bug 437533 – Implement draw_shape PangoRenderer method
2009-03-27 Behdad Esfahbod <behdad@gnome.org>
Bug 437533 – Implement draw_shape PangoRenderer method
* gdk/gdkpango.c (gdk_pango_renderer_draw_shape),
(gdk_pango_renderer_class_init): Implement draw_shape
* demos/gtk-demo/rotated_text.c (fancy_shape_renderer),
(create_fancy_attr_list_for_layout), (rotated_text_expose_event),
(do_rotated_text):
1) Port to pangocairo
2) Also show a rotated label
3) Install a custom shape renderer on both. The second one goes
through gdkpango and hence tests the patch above. It's working.
svn path=/trunk/; revision=22592
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2009-03-27 Behdad Esfahbod <behdad@gnome.org> + + Bug 437533 – Implement draw_shape PangoRenderer method + + * gdk/gdkpango.c (gdk_pango_renderer_draw_shape), + (gdk_pango_renderer_class_init): Implement draw_shape + + * demos/gtk-demo/rotated_text.c (fancy_shape_renderer), + (create_fancy_attr_list_for_layout), (rotated_text_expose_event), + (do_rotated_text): + 1) Port to pangocairo + 2) Also show a rotated label + 3) Install a custom shape renderer on both. The second one goes + through gdkpango and hence tests the patch above. It's working. + 2009-03-26 Stef Walter <stef@memberwebs.com> * gtk/gtkfilechooserentry.c |