summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not include arabic-ot.h.Behdad Esfahbod2006-10-181-2/+0
* Bug 330407 – Multiple dependant vowel signs (indic) displayed as oneBehdad Esfahbod2006-10-161-1/+1
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-131-1/+4
* Bug 353877 – Sinhala is_cursor_position and backspace_deletes_characterBehdad Esfahbod2006-10-122-0/+183
* Bug 358224 – Telugu Character U+0C31 does not render its below-baseBehdad Esfahbod2006-10-121-1/+1
* Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) areBehdad Esfahbod2006-10-121-1/+1
* Bug 356685 – [or_IN] Rendering of consonant+0x0B4D+0x0B2F is wrong PatchBehdad Esfahbod2006-10-021-6/+6
* Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30)Behdad Esfahbod2006-10-022-10/+11
* Part of Bug 350132 – backspacing doesn't work properly for ArabicBehdad Esfahbod2006-09-182-0/+138
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-151-18/+0
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+18
* Change enums to macros, to get in synch with ICU shaper. No functionalBehdad Esfahbod2006-09-141-59/+58
* Change some enums to macros, to get in synch with ICU shaper. NoBehdad Esfahbod2006-09-141-63/+38
* Bug 351223 – the conjuction of Con + 0x0d4d +0x0d31 of Malayalam isBehdad Esfahbod2006-09-131-1/+31
* Bug 355750 – The glyphs of the conjuctions about Cons+0x0d4d+0x0d32 ofBehdad Esfahbod2006-09-131-1/+1
* Bug 349876 – U+0x0904 of Devanagari need be "independent vowel", but itBehdad Esfahbod2006-09-131-1/+1
* Bug 355697 – The IndicOTClassTable of Oriya has a error.Behdad Esfahbod2006-09-131-19/+14
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-18/+0
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-0/+18
* Bug 355605 – hexbox with 0000 in itBehdad Esfahbod2006-09-121-2/+10
* Improve the conditional to ignore included modules.Behdad Esfahbod2006-08-301-1/+1
* Bug 352811 – SIGSEGV with pango(cairo)-view on HP-UXBehdad Esfahbod2006-08-301-2/+2
* 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
* Bug 121672 – Ra (vattu) not rendered properly in Malayalam Patch fromBehdad Esfahbod2006-07-311-0/+34
* Bug 335811 – Some conjugates of Malayalam are wrong. Patch from LingNingBehdad Esfahbod2006-07-311-2/+2
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-0/+4
* Bug 345070 – [ml_IN] not render for combination with ZWJ Patch fromBehdad Esfahbod2006-07-101-1/+1
* Bug 343717 – License information in unclear.Behdad Esfahbod2006-06-062-5/+5
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-1110-25/+10