summaryrefslogtreecommitdiff
path: root/modules/basic
Commit message (Expand)AuthorAgeFilesLines
* Bug 515484 -- Uniscribe interface handles surrogate pairs incorrectlypango-1-18Tor Lillqvist2008-02-251-2/+2
* Bug 486932 – Apply vkrn GPOS feature in vertical writingBehdad Esfahbod2007-10-151-2/+7
* Update copyright headers.Behdad Esfahbod2007-07-201-2/+4
* Remove list of supported scripts. Supporting all is what we really wantBehdad Esfahbod2007-07-091-27/+0
* Remove unused empty header file basic-common.hBehdad Esfahbod2007-07-055-37/+0
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-241-8/+4
* 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
* Correct the signature by making PangoAnalysis const, fixes build warning.Richard Hult2007-04-271-6/+6
* An ISO639 code is always in ASCII, no need to call the wide-characterTor Lillqvist2007-03-071-10/+1
* configure.in modules/basic/Makefile.am Make building with Uniscribe (usingTor Lillqvist2007-03-072-254/+33
* Bug 395328 – Map kATSDeletedGlyphcode to PANGO_GLYPH_EMPTYBehdad Esfahbod2007-01-171-1/+2
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-162-31/+31
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-164-119/+119
* 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-091-7/+0
* Fix build on Win32 outside srcdir. (#392789, J. Ali Harlow)Tor Lillqvist2007-01-071-1/+1
* 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
* 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-112-8/+2
* pango/pangowin32-private.h (PING) pango/pangowin32.c Use g_print() insteadTor Lillqvist2006-02-281-46/+46
* Bug 331723 – shapers should not crash on failuresBehdad Esfahbod2006-02-211-1/+2
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-26/+1
* Bug 314548 – pango_shape() is missing const correctness Patch fromBehdad Esfahbod2006-02-092-3/+3
* Change PANGO_GLYPH_EMPTY to 0x0FFFFFFF, to not overlap withBehdad Esfahbod2006-02-053-7/+7
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-034-10/+10
* Use PANGO_GLYPH_NULL for when no glyph should be drawn. UseBehdad Esfahbod2006-02-024-10/+10
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-8/+8
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Set cluster only on base chars, like the Arabic module does.Behdad Esfahbod2006-01-231-2/+3
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-1/+10
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-144-1/+4
* 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
* Forgot to add thisAnders Carlsson2005-11-251-0/+234
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-41/+222
* Add checks for ATSUI.Anders Carlsson2005-11-221-0/+15
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-8/+8
* Drop unused font_cache variable and the call toTor Lillqvist2005-09-131-5/+0
* New function added.Behdad Esfahbod2005-07-234-21/+3
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-7/+3
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-211-0/+21
* pango/pangocairo-render.c (pango_cairo_renderer_draw_glyphs): Handle glyphOwen Taylor2005-05-161-1/+2
* Correct parameters passed to MultiByteToWideChar(). Pass -1 as sourceTor Lillqvist2005-04-281-12/+33
* Update to new Cairo font API.Owen Taylor2005-04-071-1/+1