summaryrefslogtreecommitdiff
path: root/modules/arabic
Commit message (Expand)AuthorAgeFilesLines
* Fix all warnings in modules/.Behdad Esfahbod2008-12-262-4/+4
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-223-3/+3
* Bug 501938 – Arabic shaping broken with vertical layout withBehdad Esfahbod2007-12-061-1/+3
* Bug 150883 – Unicode LRO defectBehdad Esfahbod2007-07-243-14/+22
* Remove unused file!Behdad Esfahbod2007-07-241-361/+0
* Update copyright headers.Behdad Esfahbod2007-07-201-3/+5
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Move ruleset creation after populating buffer.Behdad Esfahbod2007-05-151-14/+14
* Bug 436699 – N'Ko support Patch by Eugeniy MeshcheryakovBehdad Esfahbod2007-05-152-0/+40
* Part of Bug 325714 – Pango should respect $LANGUAGE Bug 414264 – PangoBehdad Esfahbod2007-05-141-233/+60
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-15/+13
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-163-169/+169
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-164-68/+68
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-6/+0
* Bug 350132 – backspacing doesn't work properly for ArabicRoozbeh Pournader2006-11-081-5/+39
* Do not include arabic-ot.h.Behdad Esfahbod2006-10-181-2/+0
* Part of Bug 350132 – backspacing doesn't work properly for ArabicBehdad Esfahbod2006-09-182-0/+138
* Oops Ooops Oooops, I did it again! Revert accidentally committed stuff :-(Behdad Esfahbod2006-09-151-18/+0
* Unset gravity on the resulting font description. We want gravity to be setBehdad Esfahbod2006-09-151-0/+18
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-18/+0
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-0/+18
* Bug 343717 – License information in unclear.Behdad Esfahbod2006-06-061-2/+3
* 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
* Pass 1.6 and gnu options to automake.Behdad Esfahbod2006-02-131-23/+1
* 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/+7
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-251-1/+0
* Fixes bug #71414, allowing to disable building/installing modules.Behdad Esfahbod2006-01-161-1/+4
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-142-0/+3
* modules/arabic/arabic-fc.c, modules/basic/basic-fc.c,Behdad Esfahbod2005-12-261-1/+1
* Return NULL, not FALSE!Behdad Esfahbod2005-12-041-0/+10
* Reworked basic shaper with OpenType support. (#101079, based on patch fromBehdad Esfahbod2005-11-231-5/+3
* Updated to Unicode 4.1, adding new scripts and Arabic joining data.Roozbeh Pournader2005-08-091-14/+35
* New function added.Behdad Esfahbod2005-07-231-1/+1
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-5/+1
* Fix up places where there is missing or incomplete Copyright and LicenseOwen Taylor2005-07-212-1/+16
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-1/+1
* Don't use -p option to cp, can cause "failed to preserve ownership"Tor Lillqvist2005-01-251-1/+1
* Set G_LOG_DOMAIN.Owen Taylor2004-11-221-0/+1
* Fix bug where cluster was getting set to 0 for non-spacing marks ratherOwen Taylor2004-08-101-1/+1
* Don't substitute FARSI YEH with ARABIC YEH if the font does not have anyBehdad Esfahbod2004-07-271-2/+3
* #143693, Sayamindu DasguptaOwen Taylor2004-06-231-0/+1
* === 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-292-92/+148
* Corrected a mistake between ZWJ and ZWNJ. (#130517)Roozbeh Pournader2004-01-061-2/+2