summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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 504810 – Samvruthokaram (combination of U+0D41 and U+0D4D) is notBehdad Esfahbod2008-02-082-1/+7
* Bug 501938 – Arabic shaping broken with vertical layout withBehdad Esfahbod2007-12-061-1/+3
* Fixed my email adress in the comment.Dov Grobgeld2007-10-201-1/+1
* Bug 486932 – Apply vkrn GPOS feature in vertical writingBehdad Esfahbod2007-10-151-2/+7
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-08-011-1/+1
* Bug 451682 – Cursor positioning for Sinhala is broken Based on patchBehdad Esfahbod2007-07-312-97/+59
* Bug 150883 – Unicode LRO defectBehdad Esfahbod2007-07-243-14/+22
* Remove unused file!Behdad Esfahbod2007-07-241-361/+0
* Update copyright headers.Behdad Esfahbod2007-07-205-19/+26
* 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-038-8/+8
* Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30)Behdad Esfahbod2007-05-242-17/+1
* Port to new OpenType APIs. Add standard features.Behdad Esfahbod2007-05-161-118/+52
* Port to new OpenType APIs and cleanup a bit. Add standard features.Behdad Esfahbod2007-05-166-331/+101
* Port to new OpenType APIs. Add standard features (ccmp, locl, calt, kern,Behdad Esfahbod2007-05-162-196/+83
* Add ccmp, locl, calt; kern, mark, and mkmk features.Behdad Esfahbod2007-05-161-2/+8
* Move ruleset creation after populating buffer.Behdad Esfahbod2007-05-153-52/+51
* Port to new OpenType APIs.Behdad Esfahbod2007-05-151-146/+48
* Bug 436699 – N'Ko support Patch by Eugeniy MeshcheryakovBehdad Esfahbod2007-05-152-0/+40
* Part of Bug 325714 – Pango should respect $LANGUAGE Bug 414264 – PangoBehdad Esfahbod2007-05-143-701/+176
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-108-75/+51
* Bug 436154 – Error building the pango.modules file while cross compilingBehdad Esfahbod2007-05-081-6/+9
* Correct the signature by making PangoAnalysis const, fixes build warning.Richard Hult2007-04-271-6/+6
* Add EXEEXT around to make it build on OS/2 Patch from Dave Yeo.Behdad Esfahbod2007-04-011-5/+5
* 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 414297 – Fails to build with --enable-static --with-included-modulesBehdad Esfahbod2007-03-031-0/+1
* Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTYBehdad Esfahbod2007-01-171-1/+2
* *.c, *.h: Removed spaces followed b tabs.Behdad Esfahbod2007-01-166-45/+45
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-1622-870/+870
* Replace C++-style // comments with C-style /* */ ones.Behdad Esfahbod2007-01-161-216/+218
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-1627-463/+463
* 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-0910-63/+0
* Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow)Tor Lillqvist2007-01-071-1/+1
* Bug 388702 - Crash when there's no Hangul glyph in the font.Changwoo Ryu2007-01-031-1/+11
* Optimizing for non-old Hangul users; no more waste of decompose andChangwoo Ryu2006-12-192-81/+146
* Bug 385321 – Worst case expansion for Sinhala Patch from HarshulaBehdad Esfahbod2006-12-131-1/+1
* Red Hat Bug 211574: [hi/ml/si_LK] cursor naviation is wrong when using ZWJBehdad Esfahbod2006-12-081-1/+89
* Red Hat Bug 216424: [te_IN] pango - consonant + dependent vowel (ai)Behdad Esfahbod2006-12-071-3/+20
* Red Hat Bug 216850: Issue in combination with vowels (ml_IN) Patch fromBehdad Esfahbod2006-12-061-37/+10
* Red Hat Bug 211964: [ta] Rendering issue with Tamil Patch from LingNingBehdad Esfahbod2006-12-041-0/+42
* Red Hat Bug 213632: ZWJ (200d) and ZWNJ (200c) showing same output PatchBehdad Esfahbod2006-12-011-0/+3
* Bug 371388 – Add Thai langauage engine Patch from TheppitakBehdad Esfahbod2006-11-272-2/+159
* Bug 350132 – backspacing doesn't work properly for ArabicRoozbeh Pournader2006-11-081-5/+39