summaryrefslogtreecommitdiff
path: root/obrender/font.c
AgeCommit message (Collapse)Author
2014-10-28Use PANGO_UNDERLINE_SINGLE for rendering shortcutsMikael Magnusson
The pango docs say to use _LOW for accelerators, but that causes the line to be drawn beneath the ink extents which for us may be outside the area that gets displayed and we end up with no line at all. We also don't want to extend every menu entry with enough space to fit this possible line.
2010-05-17new enum values need to be handled in switchesDana Jansens
(the new enum values were added to count the number of entries in the enums)
2010-02-12use g_slice_new() instead of g_new() part 4Dana Jansens
2009-12-21Set up work for making a 3.5 prerelease.Dana Jansens
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>