summaryrefslogtreecommitdiff
path: root/modules/hebrew
Commit message (Expand)AuthorAgeFilesLines
* Rename pango_ot_ruleset_get_for() toBehdad Esfahbod2007-06-031-1/+1
* Port to new OpenType APIs. Add standard features.Behdad Esfahbod2007-05-161-118/+52
* Use PANGO_OT_DEFAULT_LANGUAGE and PANGO_OT_ALL_GLYPHS instead of hardcodedBehdad Esfahbod2007-05-101-8/+6
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-162-15/+15
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-162-57/+57
* Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod2007-01-091-6/+0
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-4/+1
* Bug 337821 – invisible unicode chars are visible next to hebrew charsBehdad Esfahbod2006-04-092-52/+10
* 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
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-1/+1
* 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-2/+2
* 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-9/+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/+2
* modules/arabic/arabic-fc.c, modules/basic/basic-fc.c,Behdad Esfahbod2005-12-261-8/+15
* Minor clean up and adjustment.Behdad Esfahbod2005-11-091-1/+0
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-042-1/+2
* 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-211-0/+22
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-1/+1
* Show unknown glyphs; this may lead to overlapping boxes when accents areMatthias Clasen2005-01-311-0/+3
* 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-6/+7
* Added open-type support for Hebrew.Dov Grobgeld2004-08-251-11/+184
* Fixed lack of mirroring of characters that should be mirrored in theDov Grobgeld2004-03-021-1/+10
* 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-231-5/+3
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-33/+26
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-032-40/+12
* Remove old X font shapers.Owen Taylor2003-08-022-463/+0
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-251-1/+1
* Switch over the way that module entry points work, taking advantage of theOwen Taylor2003-04-145-569/+33
* 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-111-70/+49
* 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-4/+5
* modules/indic/indic-xft.c (maybe_add_GPOS_feature):Owen Taylor2002-08-201-3/+4
* Patch from Nils Nordman to add various missing 'static' (#90353)Owen Taylor2002-08-201-1/+2
* Made Hebrew shape engines handle presentation forms as well.Dov Grobgeld2002-08-054-0/+4
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-043-37/+8
* 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
* A correction of the last commit, as it did not do what I intended itDov Grobgeld2002-03-041-1/+1