summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* #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
* Fixed lack of mirroring of characters that should be mirrored in theDov Grobgeld2004-03-021-1/+10
* === Released 1.3.5 ===PANGO_1_3_5Owen Taylor2004-03-021-7/+5
* Add joining classes for new Unicode-4.0 characters U+06EE, U+06EF, U+06FF.Owen Taylor2004-02-291-2/+2
* Rework opentype interfaces and other changes to make GPOS work for Arabic.Owen Taylor2004-02-296-150/+181
* use uniscribe_scripts instead of uniscribe_ranges (does show only withHans Breuer2004-02-281-2/+2
* Mark BENGALI LETTER A (U+0985) and BENGALI LETTER E (U+098F) as consonantsOwen Taylor2004-02-271-1/+6
* Reapply the patch from #124175 that somehow got reverted.Owen Taylor2004-02-131-16/+5
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-5/+16
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-261-16/+5
* Corrected a mistake between ZWJ and ZWNJ. (#130517)Roozbeh Pournader2004-01-061-2/+2
* moved pango_fc_* to the latter where they live on *nix too.Hans Breuer2003-12-133-3/+59
* Simplify.Tor Lillqvist2003-12-081-38/+32
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-011-1/+0
* Remove an unused variable. (#122680, Kjartan Maraas)Owen Taylor2003-10-141-1/+0
* Handle non-hebrew characters.Owen Taylor2003-09-241-13/+21
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-2312-261/+147
* New function. Uses the Uniscribe ScriptIsSimple() function to check ifTor Lillqvist2003-08-071-7/+50
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-0310-266/+206
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-0313-251/+71
* Remove some leftovers.Owen Taylor2003-08-021-2/+0
* Remove.Owen Taylor2003-08-021-1/+3
* Remove old X font shapers.Owen Taylor2003-08-0230-7502/+0
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-7/+3
* Fix problem where NULL mpreFixups wasn't getting returned properly.Owen Taylor2003-07-271-1/+1
* Port pre-base-mantra fixup code from ICU, as needed for Tamil andOwen Taylor2003-07-256-13/+227
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-256-6/+6
* Port of some fixes from ICU.Owen Taylor2003-07-252-176/+171
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-241-1/+1
* Commit change from a while ago.Owen Taylor2003-07-241-6/+16
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-201-0/+70
* Need config.h here, too, for HAVE_X. Thanks to Patrick Welche.Tor Lillqvist2003-06-041-0/+1
* Add HAVE_X.Tor Lillqvist2003-05-295-4/+19
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-151-2/+2
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-152-25/+29
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-1436-3369/+356
* Quick and dirty fix for seg-fault in Hebrew shaper.Dov Grobgeld2003-03-121-2/+11
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-117-471/+307
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-176-0/+6
* Fix typo where xft_sources was used again. (#105219, Chris Ross)Owen Taylor2003-02-121-1/+1
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-172-4/+66
* Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin)Owen Taylor2002-12-162-8/+8
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-063-4/+5
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-267-12/+50