summaryrefslogtreecommitdiff
path: root/pango/shape.c
Commit message (Expand)AuthorAgeFilesLines
* Rename pango_fc_shape to pango_hb_shapesubpixelMatthias Clasen2019-07-121-5/+5
* Pass shape flags through to pangofc_shapeMatthias Clasen2019-07-121-2/+2
* Add a way to pass flags to shapingMatthias Clasen2019-07-121-2/+32
* Switch to using harfbuzz for shapingMatthias Clasen2019-07-121-61/+73
* Fix introspection annotationEmmanuele Bassi2014-06-201-1/+1
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+10
* Add pango_shape_full()Behdad Esfahbod2012-09-261-5/+58
* More churnBehdad Esfahbod2012-08-281-1/+1
* Bug 596614 - Pango application receives SIGSEGV on pasting text with U+202EBehdad Esfahbod2009-11-171-3/+31
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-17/+2
* Bug 466755 – pango hangul is crashing in gnome-about because it isBehdad Esfahbod2007-08-141-13/+33
* Zero glyphs->num_glyphs before calling into shape engine.Behdad Esfahbod2007-06-051-0/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-6/+6
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-5/+5
* Remove unnecessary 'static' in type definition that causes a relocation.Behdad Esfahbod2006-09-131-1/+3
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-3/+1
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-1/+3
* Fix handling of WEST and EAST gravity effect on bidi level.Behdad Esfahbod2006-08-151-2/+13
* 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