summaryrefslogtreecommitdiff
path: root/pango/mapping.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-311-1/+1
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-1/+1
* Comment typo.Behdad Esfahbod2006-02-241-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Remove cast to double in things like a = b / c where a, b, and c are allBehdad Esfahbod2005-11-231-3/+2
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-021-14/+44
* Some unit fixups (#96335)Owen Taylor2002-12-201-1/+1
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-081-2/+2
* Use ISO C99 varargs when available.Owen Taylor2001-05-181-16/+12
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+1
* Remove tests for libunicodeOwen Taylor2000-06-211-4/+3
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-3/+0
* Fix handling of positions at character limits.Owen Taylor2000-04-041-2/+5
* Memory management functions for PangoItem.Owen Taylor2000-03-131-1/+1
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-1/+1
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-071-72/+99
* Switch GlyphStrings to have a single array of PangoGlyphInfo instead ofOwen Taylor2000-01-171-15/+15
* Initial revisionOwen Taylor2000-01-131-0/+275