summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove duplicate include of basic-common.h (#97667, Tony Graham)Owen Taylor2002-11-211-2/+0
* Add more debugging output.Tor Lillqvist2002-11-121-2/+14
* Renamed from render_syllable_with_ksx1005 (#95800).Changwoo Ryu2002-11-081-6/+6
* Fix #96781: changes for basic X shaper's code range for compatibilityHidetoshi Tajima2002-11-071-4/+5
* Applied some of the hangul-xft changes into hangul-x; it takes precomposedChangwoo Ryu2002-11-051-90/+56
* Fixed wrong syllable check.Changwoo Ryu2002-11-034-41/+109
* Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft isChangwoo Ryu2002-11-022-4/+4
* Added Hangul Tone Marks rendering by Jungshik Shin (#96299).Changwoo Ryu2002-11-013-8/+224
* Added U+AC00- coverage (hangul_engine_shape): Renders U+AC00 HangulChangwoo Ryu2002-10-303-18/+47
* Update the non-Uniscribe ranges to cover some more simple scripts.Tor Lillqvist2002-10-241-43/+102
* Add --with-usp10 flag to indicate where to find the usp10.h header, forTor Lillqvist2002-10-212-1/+758
* fixed a typoChangwoo Ryu2002-10-152-2/+2