summaryrefslogtreecommitdiff
path: root/pango/glyphstring.c
Commit message (Expand)AuthorAgeFilesLines
* Fix silly error in implementation of pango_glyph_string_get_width(), andBehdad Esfahbod2006-07-081-4/+2
* Part of Bug 135683 – Cache glyphstring extentsBehdad Esfahbod2006-07-081-0/+27
* Bug 337594 – pango_glyph_string_extents_range possible bugBehdad Esfahbod2006-04-291-2/+2
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-3/+3
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-3/+5
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-4/+7
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325)Owen Taylor2003-07-241-4/+7
* Improve handling of empty ink rectangles; rework for simplicity. (#103662)Owen Taylor2003-06-041-49/+55
* Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)Owen Taylor2002-11-261-1/+2
* Don't offset the logical rect by y_offset - this generally is not desired,Owen Taylor2002-01-101-2/+2
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* copy function. (pango_glyph_string_get_type): implement get_type function.James Henstridge2001-07-021-0/+38
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-4/+4
* Test against start not zero.Owen Taylor2000-11-171-1/+1
* Add new PangoLayoutIter entry pointsHavoc Pennington2000-11-131-16/+48
* Remove tests for libunicodeOwen Taylor2000-06-211-4/+3
* When handling overstrikes, try to guess a bit better how overstrike glyphsOwen Taylor2000-05-071-5/+8
* Fix off-by-one error for RTL runs.Owen Taylor2000-04-031-1/+1
* Memory management functions for PangoItem.Owen Taylor2000-03-131-4/+4
* First draft of highlevel driver. It currently only handles a paragraph asOwen Taylor2000-03-081-4/+69
* Convert log_clusters[] use from char offsets to byte offset - should makeOwen Taylor2000-03-071-1/+96
* Switch GlyphStrings to have a single array of PangoGlyphInfo instead ofOwen Taylor2000-01-171-7/+1
* Eliminate PangoCFont; For X, encode charset into upper 16 bits of 32 bitOwen Taylor2000-01-151-15/+0
* Initial revisionOwen Taylor2000-01-131-0/+106