summaryrefslogtreecommitdiff
path: root/modules/arabic
Commit message (Expand)AuthorAgeFilesLines
* Bug 334802 – Using plain integer as NULL pointerBehdad Esfahbod2006-03-311-361/+0
* 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
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-4/+3
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-29/+22
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-43/+12
* Remove old X font shapers.Owen Taylor2003-08-0210-2217/+0
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-241-1/+1
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-145-809/+41
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-78/+53
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-1/+10
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-205-5/+5
* Patch from Nils Nordman to add various missing 'static' (#90353)Owen Taylor2002-08-203-3/+3
* Support new Arabic characters in Unicode 3.2. (Patch from RoozbehOwen Taylor2002-06-161-1/+1
* Change @glyph2 parameter of arabic_*_recode() to be a gunichar* likeOwen Taylor2002-06-124-4/+4
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-044-40/+22
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-1/+1
* Fix pangoxft-$(PANGO_API_VERSION). (Reported by Manish Singh.)Owen Taylor2002-03-051-1/+1
* Switch over to GLib/GTK+ style library versioning. Update version numbersOwen Taylor2002-03-051-3/+3
* don't link libpango-ot into the module. added libpango-ot.la toSven Neumann2002-02-281-1/+1
* Fix recode functions to take gunichar * since we pass that in. (#72059,Owen Taylor2002-02-206-6/+6
* Accept also outfile name on command line, fopen it separately then. NeededTor Lillqvist2002-02-071-1/+5
* configure.in modules/arabic/Makefile.am added arabic shaper for FT2 portedSven Neumann2002-01-242-4/+440
* Patch from Roozbeh Pournader to update for shaping class changes inOwen Taylor2001-12-221-3/+3