summaryrefslogtreecommitdiff
path: root/modules/basic
Commit message (Expand)AuthorAgeFilesLines
* Guard for an accumulated glyph count of zero in CoreText shape engineKristian Rietveld2012-03-181-1/+9
* Make CoreText shaping engine more robustKristian Rietveld2012-02-191-79/+338
* Bug 664125 - Zero-width spaces cause missing charactersKristian Rietveld2012-01-191-43/+37
* Add commentBehdad Esfahbod2011-09-081-0/+2
* Remove dead codeBehdad Esfahbod2011-09-081-17/+0
* Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in WindowsBehdad Esfahbod2011-07-111-4/+0
* Shape engine should return array in LTR order when expectedKristian Rietveld2011-04-141-9/+26
* Start implementation of CoreText backendKristian Rietveld2011-04-142-0/+249
* Reduce DLL hijack risk and simplify code in basic-win32 moduleTor Lillqvist2010-09-112-106/+33
* Improve performance on Windows especially for non-Latin scriptsTor Lillqvist2010-06-261-12/+38
* Put the PANGO_MODULE_PREFIX defines in the project filesTor Lillqvist2010-03-161-4/+0
* Build fix on Linux after previous commitsTor Lillqvist2010-03-151-1/+1
* Add solution and project files for Visual Studio buildsTor Lillqvist2010-03-152-0/+10
* Bug 608923 - Incorrect/broken ligatures on MacOSKristian Rietveld2010-02-281-6/+9
* Revert "[basic-win32] Increase performance of Uniscribe code"Tor Lillqvist2009-09-101-6/+7
* [basic-win32] Increase performance of Uniscribe codeDavid E. Hollingsworth2009-08-131-7/+6
* [atsui] Port to use CoreText instead of ATSBehdad Esfahbod2009-07-261-3/+3
* Use git.mkBehdad Esfahbod2009-04-171-0/+2
* Fix all warnings in modules/.Behdad Esfahbod2008-12-262-12/+12
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-224-4/+4
* Bug 515484 -- Uniscribe interface handles surrogate pairs incorrectlyTor Lillqvist2008-02-251-2/+2
* Oops, fix the coding style. My editor ate the space...Kristian Rietveld2008-02-211-1/+1
* free the ATSU style and utf16 string at the end.Kristian Rietveld2008-02-211-0/+3
* Bug 486932 – Apply vkrn GPOS feature in vertical writingBehdad Esfahbod2007-10-151-2/+7
* Update copyright headers.Behdad Esfahbod2007-07-201-2/+4
* Remove list of supported scripts. Supporting all is what we really wantBehdad Esfahbod2007-07-091-27/+0
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-055-37/+0
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-241-8/+4
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Move ruleset creation after populating buffer.Behdad Esfahbod2007-05-151-24/+23
* Part of Bug 325714 – Pango should respect $LANGUAGE Bug 414264 – PangoBehdad Esfahbod2007-05-141-254/+62
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-6/+4
* Correct the signature by making PangoAnalysis const, fixes build warning.Richard Hult2007-04-271-6/+6
* An ISO639 code is always in ASCII, no need to call the wide-characterTor Lillqvist2007-03-071-10/+1
* configure.in modules/basic/Makefile.am Make building with Uniscribe (usingTor Lillqvist2007-03-072-254/+33
* Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTYBehdad Esfahbod2007-01-171-1/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-162-31/+31
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-164-119/+119
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-12/+1
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-7/+0
* Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow)Tor Lillqvist2007-01-071-1/+1
* Have basic-win32.c instead of basic-win32.lo depend on usp10.h so thingsTor Lillqvist2006-08-271-1/+1
* Remove redundant positioning block!Behdad Esfahbod2006-08-161-17/+0
* Use analysis->gravity to detect vertical fonts, instead of poking into theBehdad Esfahbod2006-08-151-7/+14
* Always use fallback shaping for vertical fonts.Behdad Esfahbod2006-08-151-0/+12
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-0/+4
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-112-8/+2
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-46/+46
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+2
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-26/+1