summaryrefslogtreecommitdiff
path: root/pango/pango-script.c
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-1/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+2
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+10
* Only update static mid on a match.Behdad Esfahbod2005-11-221-2/+3
* More documentation improvements.Behdad Esfahbod2005-11-171-5/+5
* Updates from #320666:Behdad Esfahbod2005-11-141-30/+12
* Fixes bug #320666:Federico Mena Quintero2005-11-081-18/+54
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-2/+2
* Glagolitic shouldn't have Coptic as a sample language; it was used toOwen Taylor2005-08-151-2/+5
* Updated to Unicode 4.1, adding new scripts and Arabic joining data.Roozbeh Pournader2005-08-091-0/+9
* Fix problem where MEDIUM was getting grouped with SEMIBOLD rather thanOwen Taylor2004-12-311-1/+1
* return TRUE for PANGO_SCRIPT_COMMON and PANGO_SCRIPT_INHERITED.Owen Taylor2004-07-201-0/+3
* Fix problem when we only figured out latin script for 'en' not forOwen Taylor2004-07-141-5/+28
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-211-1/+1
* === Released 1.3.1 ===PANGO_1_3_1Owen Taylor2003-12-081-2/+4
* Fix a c99-ism, include stdlib.h for bsearch. (#123616, Kaushal Kumar)Owen Taylor2003-10-011-2/+5
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-291-0/+4
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-0/+172
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-0/+343