]> Pileus Git - ~andy/gtk/commit
label: Draw all text using PangoCairo
authorBenjamin Otte <otte@redhat.com>
Wed, 21 Jul 2010 12:23:22 +0000 (14:23 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 10 Aug 2010 19:02:28 +0000 (21:02 +0200)
commit805e0d108268a8cd0c267032107e95ea7c96b876
treed649362e98b06dbb8e677427b3b9264735713269
parent9f1939cbd5aa8fb9ee98e5400780194c9bbb25cf
label: Draw all text using PangoCairo

This includes the addition of a "small" helper function,
_gtk_pango_fill_layout() that ignores color information. This
functionality is not available inside Pango and until that happens, we
need this fix. The bug is filed at:

https://bugzilla.gnome.org/show_bug.cgi?id=624917
gtk/Makefile.am
gtk/gtklabel.c
gtk/gtkpango.c [new file with mode: 0644]
gtk/gtkpango.h [new file with mode: 0644]