summaryrefslogtreecommitdiff
path: root/modules/basic/basic-fc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Behdad Esfahbod2007-07-201-2/+4
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-051-2/+0
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Move ruleset creation after populating buffer.Behdad Esfahbod2007-05-151-24/+23
* Part of Bug 325714 – Pango should respect $LANGUAGE Bug 414264 – PangoBehdad Esfahbod2007-05-141-254/+62
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-6/+4
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-29/+29
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-27/+27
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-12/+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
* Add Cuneiform and Phoenician in the list of supported scripts by thisBehdad Esfahbod2006-07-251-0/+4
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-7/+1
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+2
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-091-2/+2
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-051-2/+2
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-3/+3
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-021-2/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+8
* Set cluster only on base chars, like the Arabic module does.Behdad Esfahbod2006-01-231-2/+3
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* modules/arabic/arabic-fc.c, modules/basic/basic-fc.c,Behdad Esfahbod2005-12-261-9/+16
* Return NULL, not FALSE!Behdad Esfahbod2005-12-041-1/+1
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-41/+222
* New function added.Behdad Esfahbod2005-07-231-1/+1
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-30/+30
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-29/+22
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-9/+3
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-021-7/+3
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-141-54/+67
* Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin)Owen Taylor2002-12-161-4/+4
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-1/+2
* Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft isChangwoo Ryu2002-11-021-2/+2
* Patch from Theppitak Karoonboonyanan that factors out common code fromOwen Taylor2002-07-261-1/+0
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-15/+1
* ue Mar 26 18:22:07 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-261-18/+1
* Convert U+00A0 (NON BREAK SPACE) to U+0020 (SPACE)Owen Taylor2002-03-251-9/+4
* Patch from Sven Neumann to extend and make consistent the set ofOwen Taylor2002-02-231-1/+20
* Changed support of Hebrew from full to fallback in order to make theDov Grobgeld2002-01-191-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-1/+1
* Update the default list of included modules forAlexander Larsson2001-01-031-3/+3
* Add opentype/.Owen Taylor2000-12-211-0/+1
* Since Xft may only be available statically without shlib deps, check forOwen Taylor2000-12-201-9/+10
* Fix macro breakage.Owen Taylor2000-12-151-0/+284