]> git.tdb.fi Git - ext/subsurface.git/commit
Do the pango text layout in multiple chunks
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 17:27:21 +0000 (10:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 21 Sep 2011 17:33:36 +0000 (10:33 -0700)
commitb4c4a29a11ff82dacfe3a145fe4eedaae2341151
treeb05dffa7221f9d5b200c5d45972ab2fd3f7f7afb
parent924ad0e15e0fc5b39b743f393e445655c0b77881
Do the pango text layout in multiple chunks

This way we can avoid the need for quoting, since we can just use text
rendering instead of markup for the free-form fields.  And we will want
to make the pango layout width different for the date and location,
since we want to fit the depth/duration to the right of them.

I still haven't set the different width for the date/location, but this
at least is going in the rigth direction.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
print.c