summaryrefslogtreecommitdiff
path: root/pango/modules.c
Commit message (Expand)AuthorAgeFilesLines
* Finish the 'glyph 0' work of this morning: PANGO_GLYPH_NULL that IBehdad Esfahbod2006-02-031-4/+4
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-11/+15
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Pass G_MODULE_BIND_LOCAL to g_module_open. (Pointed by Federico)Behdad Esfahbod2005-12-141-1/+1
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-5/+5
* Use quarks for GObject data to improve performance. (Patch from FedericoBehdad Esfahbod2005-11-041-1/+1
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-121-1/+2
* pango/modules.c (append_engines): Fix some missing statics. (#142237,Owen Taylor2004-06-211-1/+1
* Make parent_class variable static.Padraig O'Briain2003-11-121-1/+1
* Replace get_coverage by covers in the doc comment.Matthias Clasen2003-09-291-0/+2
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-159/+142
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-0/+2
* Call g_type_init() (#119830, Noah Levitt)Owen Taylor2003-08-141-0/+3
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-64/+179
* Dynamically allocate submap arrays so we aren't constrained to the BMP.Owen Taylor2002-12-071-18/+37
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-061-8/+7
* Remove warning about opening modules file... in some cases (includedOwen Taylor2002-03-251-3/+1
* Add an informative warning if no modules at all were found. (#74982,Owen Taylor2002-03-201-0/+20
* Fix problem where == was used instead if =. (#73694, Martin Gansser)Owen Taylor2002-03-061-4/+4
* Don't crash on out-of-BMP values.Owen Taylor2002-03-011-7/+24
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-1/+0
* pango/modules.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-051-1/+1
* Updates.Matthias Clasen2001-12-041-2/+2
* don't bother with module dir recalculation if LIBDIR isn't definedHans Breuer2001-11-031-1/+1
* Neat Win32 feature: A prebuilt Pango package can be installed in a randomTor Lillqvist2001-10-311-0/+22
* Typo fix.Matthias Clasen2001-10-271-2/+2
* Use g_build_filename() where appropriate.Owen Taylor2001-09-121-3/+3
* Couple of bug fixes for the last change.Owen Taylor2001-06-261-1/+2
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-19/+10
* Fix problem with information loss when converting leaves to branches.Owen Taylor2001-05-281-4/+3
* touch sysconfdir/pango/pango.modules even if there are no dynamic modules,Havoc Pennington2000-12-151-15/+2
* hu Nov 16 13:23:43 2000 Owen Taylor <otaylor@redhat.com>Owen Taylor2000-11-161-102/+133
* Declare variable j so it compilesHavoc Pennington2000-11-161-1/+2
* Make some vars static. Implement pango_module_register function. MoveElliot Lee2000-11-161-18/+35
* Added docs for the publically exported functions in this module, evenOwen Taylor2000-10-301-0/+37
* Fix bug where wrong attribute list was unreferenced.Owen Taylor2000-09-111-1/+0
* Fix incorrect list rearrangement that caused some segfaults. Pay attentionElliot Lee2000-08-091-6/+3
* If the first pango_skip_space fails, remember to free enginepair beforeElliot Lee2000-08-081-1/+4
* Find the bug, people!Elliot Lee2000-08-041-2/+1
* Fix segfault when tmp_list has no 'prev' pointer. Infinite loops do notElliot Lee2000-08-041-1/+2
* Remove hardcoded path to my home directory! Allow specifying the file onOwen Taylor2000-07-311-1/+1
* Free buffer strings.Owen Taylor2000-07-211-2/+5
* pango/pangowin32.h pango/pangowin32-private.h pango/pangowin32-fontcache.cTor Lillqvist2000-07-151-4/+10
* A bunch of simple functions for reading from files, manipulating stringsOwen Taylor2000-06-301-131/+89
* Remove tests for libunicodeOwen Taylor2000-06-211-3/+2
* g_strcasecmp returns 0 when strings are equal - negate return value.Elliot Lee2000-06-191-20/+67
* *** empty log message ***Owen Taylor2000-06-081-8/+8
* Add ZWS to hacky break algorithm.Owen Taylor2000-05-051-96/+170
* Memory management functions for PangoItem.Owen Taylor2000-03-131-1/+1
* Release pango-0.8Owen Taylor2000-03-101-1/+1