summaryrefslogtreecommitdiff
path: root/pango/shape.c
Commit message (Expand)AuthorAgeFilesLines
* Change g_critical to g_warning. We already handle them gracefully.Behdad Esfahbod2006-02-211-2/+3
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-1/+1
* Warn only once per font-description that cannot be loaded.Behdad Esfahbod2006-02-061-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-26/+10
* Oops!Behdad Esfahbod2006-02-021-1/+0
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-3/+12
* Improve error handling in high-frequency functions: Only warn once.Behdad Esfahbod2006-01-311-13/+10
* Oops, removed all my changes the other time :(Behdad Esfahbod2006-01-301-3/+21
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-8/+13
* Do not crash if the (win32 typically) shaper fails. Bug #304702:Behdad Esfahbod2006-01-291-5/+39
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Minor doc fixes. (#167922, #167924, Billy Biggs)Owen Taylor2005-02-211-1/+1
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-2/+3
* Set is_cluster_start attributes based on the log_clusters[] set by theOwen Taylor2002-07-311-0/+16
* removed the arbitrary limit to 10 fonts. Instead make the command lineHans Breuer2001-11-231-4/+5
* move pango_shape and pango_reorder_items in here.Havoc Pennington2000-12-161-1/+2
* add assertion that shaper != NULL to catch engine problems fasterHavoc Pennington2000-12-141-0/+2
* Every character must be part of some cluster, so when we dont' have anOwen Taylor2000-11-141-1/+11
* Remove tests for libunicodeOwen Taylor2000-06-211-1/+0
* Memory management functions for PangoItem.Owen Taylor2000-03-131-2/+2
* Make refcounted.Owen Taylor2000-02-161-7/+5
* Initial revisionOwen Taylor2000-01-131-0/+48