summaryrefslogtreecommitdiff
path: root/modules/hebrew
Commit message (Expand)AuthorAgeFilesLines
* [HB] Remove Hangul, Hebrew, Khmer, and Tibetan shaping modulesBehdad Esfahbod2012-08-164-906/+0
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-1/+1
* Put the PANGO_MODULE_PREFIX defines in the project filesTor Lillqvist2010-03-161-4/+0
* Build fix on Linux after previous commitsTor Lillqvist2010-03-151-1/+1
* Add solution and project files for Visual Studio buildsTor Lillqvist2010-03-151-0/+5
* Use git.mkBehdad Esfahbod2009-04-171-0/+2
* Fix all warnings in modules/.Behdad Esfahbod2008-12-261-7/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-222-2/+2
* Fixed my email adress in the comment.Dov Grobgeld2007-10-201-1/+1
* Update copyright headers.Behdad Esfahbod2007-07-201-3/+5
* 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