summaryrefslogtreecommitdiff
path: root/pango/modules.c
Commit message (Expand)AuthorAgeFilesLines
* [modules] Don't warn multiple timesBehdad Esfahbod2009-12-251-12/+32
* Bug 515807 – Don't bind modules lazilyBehdad Esfahbod2009-01-031-1/+1
* Fix more warnings.Behdad Esfahbod2008-12-261-5/+6
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 517083 – pango modules: wrong fallback adding code?Behdad Esfahbod2008-02-171-1/+1
* Bug 478914 – Use something invalid instead of '?' when validating inputBehdad Esfahbod2007-12-101-5/+8
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-44/+44
* Spell-check the docs.Behdad Esfahbod2007-01-071-1/+1
* Bug 361938 – Can't include *-lang modules (./configureBehdad Esfahbod2006-10-131-0/+4
* Err about failing to load engine only once per module.Behdad Esfahbod2006-09-131-1/+19
* Oops, undo stuff that were committed accidentally.Behdad Esfahbod2006-09-131-1/+0
* Part of Bug 355782 – Misaligned extents in pangoBehdad Esfahbod2006-09-131-0/+1
* Doc updates.Behdad Esfahbod2006-04-291-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-1/+1
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+0
* 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