summaryrefslogtreecommitdiff
path: root/modules/hebrew/hebrew-x.c
Commit message (Collapse)AuthorAgeFilesLines
* bug#: 68350 pango module for xft and freetype2.Chookij Vanatham2002-01-171-500/+163
|
* use (PangoLanguage *) instead of (const gchar *) to please the compiler.Sven Neumann2001-12-141-2/+2
| | | | | | | 2001-12-14 Sven Neumann <sven@gimp.org> * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use (PangoLanguage *) instead of (const gchar *) to please the compiler.
* require one more log attr in the buffer passed in, to account for the endHavoc Pennington2001-10-031-7/+7
| | | | | | | | | | | | | | 2001-10-03 Havoc Pennington <hp@redhat.com> * pango/break.c (pango_break) (pango_default_break) (pango_get_log_attrs): require one more log attr in the buffer passed in, to account for the end position (pango_default_break): allow length of -1 * pango/pango-engine.h (struct _PangoEngineLang): change script_break virtual function to match pango_break * pango/pango-layout.c (get_items_log_attrs): update pango_break usage
* Improved Hebrew vowel (nikud) placement, implementing some more magic heuristicsChookij Vanatham2001-09-261-12/+80
| | | | by Dov (dov@imagic.weizmann.ac.il).
* Updated the improvements of Hebrew points positioningChookij Vanatham2001-07-171-27/+189
| | | | from Dov Grobgeld <dov@imagic.weizmann.ac.il>
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sat Jun 9 17:36:09 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-types.h pango/pango-utils.c: Add a new PangoLanguage type to represent language tags; these can efficiently be compared and don't need to be copied. Also add pango_language_matches() to match a language tag against a pattern. * pango/pango-item.[ch] pango/pango-layout.c: Move extra_attrs from PangoItem to PangoAnalysis. Add a language tag field to PangoAnalysis. (#55894) * pango/pango-attributes.[ch] (pango_attr_iterator_get_font): Return the language tag as well. * pango/pango-attributes.[ch]: Rename PangoAttrLang to PangoAttrLanguage, and make it hold a PangoLanguage. * pango/pango-context.[ch]: Rename pango_context_{get,set}_lang() to pango_context_{get,set}_language(). * **.[ch]: Adapt to PangoLanguage and s/lang/language/ changes. * modules/basic/basic-x.c modules/basic/tables-big.i: Add support for ordering character sets differently for different language tags. * pango/itemize.c: Remove old, unused file. * pango/pango-context.c (pango_itemize): Reduce number of mallocs by allocating one array of PangoAnalysis instead of many arrays.
* Fixed the case of cons+Dagesh+Punct.Chookij Vanatham2001-04-201-12/+46
|
* Pango X Hebrew Engine.Chookij Vanatham2001-04-201-0/+531