summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Mark U+A33, U+A36 as _cn, not _ct, since they are combinations of otherOwen Taylor2005-06-141-1/+1
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-162-2/+4
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-12/+33
* Cleanups.Changwoo Ryu2005-04-271-23/+32
* handles zero width chars, patch by Young-Ho Cha. (#157565)Changwoo Ryu2005-04-241-3/+12
* Update to new Cairo font API.Owen Taylor2005-04-071-1/+1
* Added more MacThai PUA glyphs that are not defined in vendor data atTheppitak Karoonboonyanan2005-03-242-5/+5
* Leave out some languages that don't have any own digits.Tor Lillqvist2005-03-201-25/+18
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-057-47/+47
* Split out handling of sinhala al-lakuna character from handling of ViramaOwen Taylor2005-03-034-27/+45
* PangoCairoFontMap for win32 fonts.Owen Taylor2005-02-241-34/+12
* Remove inadvertent references to "khmer" moduleManish Singh2005-02-072-7/+2
* Rename pango_cairo_show_glyphs() to pango_cairo_show_glyph_string(). AddOwen Taylor2005-02-072-1/+6
* Show unknown glyphs; this may lead to overlapping boxes when accents areMatthias Clasen2005-01-311-0/+3
* Don't use -p option to cp, can cause "failed to preserve ownership"Tor Lillqvist2005-01-258-8/+8
* Remove an extraneous / that was confusing gcc on Win32.Owen Taylor2005-01-111-1/+1
* Emergency fix for #151068... if uniscribe shaping comes up with no glyphs,Owen Taylor2004-12-161-1/+1
* Force zero-width marks to glyph index 0 so they won't be drawn. (#145233,Owen Taylor2004-12-162-4/+28
* Add simple tibetan module. (#148566, G Karunakar)Owen Taylor2004-12-164-2/+362
* Split U+DDE as U+DD9, U+DDF. :Owen Taylor2004-12-151-1/+1
* Sinhala support (#153517, Anuradha Ratnaweera)Owen Taylor2004-12-154-4/+44
* Add the correct char classes for Unicode-4.0 characters U+A01, U+A03.Owen Taylor2004-12-141-1/+1
* Add Lao support to Thai module. (#156781)Theppitak Karoonboonyanan2004-11-287-256/+472
* Remove stray 'x' character.Manish Singh2004-11-221-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-227-18/+25
* Add Syriac module by Emil Soleyman-Zomalan. (#147779)Owen Taylor2004-11-227-2/+862
* Use guchar instead of gchar as argument type.Theppitak Karoonboonyanan2004-10-122-18/+8
* Explicitly handle dangling upper/lower marks by optionally usingTheppitak Karoonboonyanan2004-10-093-78/+122
* Return NULL if ruleset is empty, to indicate the lack of OT features.Theppitak Karoonboonyanan2004-10-082-22/+38
* Remove unused data for XTIS.Theppitak Karoonboonyanan2004-10-073-46/+2
* Use g_return_val_if_fail() instead of g_return_if_fail() since thisManish Singh2004-10-021-1/+1
* Make Thai module prefer OpenType tables, if available, to PUATheppitak Karoonboonyanan2004-10-023-77/+61
* Add the new pango_renderer_* symbols.Tor Lillqvist2004-09-251-11/+0
* Fix various bugs, make more robust. (#151689)Owen Taylor2004-09-201-27/+17
* Added open-type support for Hebrew.Dov Grobgeld2004-08-251-11/+184
* Fix bug where cluster was getting set to 0 for non-spacing marks ratherOwen Taylor2004-08-101-1/+1
* updatedHans Breuer2004-08-061-0/+11
* Add support for 'init' feature for Bengali. (#130966, Sayamindu Dasgupta)Owen Taylor2004-08-023-12/+24
* Improve handling of decomposed two-part vowels (#121882, Jungshik Shin)Owen Taylor2004-07-302-6/+15
* Suppress blwf on the first consonant in a syllable. (#118301, TaneemOwen Taylor2004-07-301-1/+4
* Fix Malayalam double-consonant conjuncts: #121671, Rajkumar SOwen Taylor2004-07-293-4/+4
* Check glyphs[mpreLimit] not glyphs[mpreIndex]. (Found by Chris Blizzard)Owen Taylor2004-07-281-1/+1
* Don't substitute FARSI YEH with ARABIC YEH if the font does not have anyBehdad Esfahbod2004-07-271-2/+3
* Render U+00A0 (non-break-space) as a space.Changwoo Ryu2004-07-111-0/+4
* #143693, Sayamindu DasguptaOwen Taylor2004-06-231-0/+1
* #143556, Noah MischOwen Taylor2004-06-211-1/+1
* Add OpenType support in Thai module. (#141541)Theppitak Karoonboonyanan2004-06-074-1/+184
* Use dottedcircle as the base for individual combining characters.Theppitak Karoonboonyanan2004-04-202-3/+3
* handle non-Hangul unicode chars, fixes #129741, #137347.Changwoo Ryu2004-04-172-5/+27
* Change U+0CC3/U+0CC4/U+0CD5 to _lm (length mark) so that they get orderedOwen Taylor2004-03-051-3/+10