summaryrefslogtreecommitdiff
path: root/pango/shape.c
Commit message (Expand)AuthorAgeFilesLines
* shape: More tweaks to space handlingMatthias Clasen2021-12-171-4/+16
* Revert "Fix advance widths with transforms"fix-vertical-regressionMatthias Clasen2021-12-171-16/+29
* Fix handling of space-less fontsfix-spaceless-fontsMatthias Clasen2021-12-161-1/+9
* Never show variation selectorsMatthias Clasen2021-11-281-2/+5
* Fix misplaced glyphs in gravity eastMatthias Clasen2021-11-271-1/+4
* Fix visible space handlingMatthias Clasen2021-11-241-3/+5
* shape: Be consistent when getting text transformsMatthias Clasen2021-11-071-2/+3
* shape: Use the new helperMatthias Clasen2021-11-061-68/+2
* Fix advance widths with transformsadvance-transformMatthias Clasen2021-11-051-29/+13
* CosmeticsMatthias Clasen2021-10-261-6/+6
* shape: Mark color glyphs in glyphstringsMatthias Clasen2021-09-011-0/+43
* Refine hyphenationMatthias Clasen2021-08-251-10/+24
* shape: Rearrange hb buffer setupMatthias Clasen2021-08-251-8/+7
* Documentation tweaksMatthias Clasen2021-08-201-27/+28
* shaping: implement text transformMatthias Clasen2021-08-201-81/+167
* Add pango_shape_itemMatthias Clasen2021-08-201-38/+94
* CosmeticsMatthias Clasen2021-08-201-17/+17
* Some more code reorgMatthias Clasen2021-08-201-81/+496
* Add check for a NULL font in PangoAnalysis structureLuca Bacci2021-08-111-1/+1
* pango/shape.c: Use the former rounding code as neededChun-wei Fan2021-08-091-0/+12
* Clean up rounding codeprivate-vfuncsMatthias Clasen2021-07-311-54/+26
* shape: Bring back careful rounding codebring-back-better-roundingMatthias Clasen2021-06-271-4/+73
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-2/+2
* docs: Tweak shaping docsMatthias Clasen2021-03-111-42/+36
* Amend the shaping api docsshape-docsMatthias Clasen2020-11-071-4/+19
* Add a pango_shape variant that takes flagsMatthias Clasen2019-08-031-22/+71
* Remove unused remnants of shape engineKhaled Hosny2019-07-191-1/+0
* Rename _pango_fc_shapeMatthias Clasen2019-07-181-5/+5
* Switch to using harfbuzz for shapingMatthias Clasen2019-07-181-61/+73
* Some more doc tweaksMatthias Clasen2019-07-141-1/+1
* 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