summaryrefslogtreecommitdiff
path: root/pango/modules.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-5/+5
* docs: Tweak modules docsMatthias Clasen2021-03-111-13/+0
* Skip some deprecated symbolsEmmanuele Bassi2019-08-021-7/+7
* Mark deprecated apis more clearlyMatthias Clasen2019-07-041-2/+7
* docs: Add (skip) annotation to some non-introspectable deprecated funcsPhilip Withnall2017-04-081-2/+2
* Fix other used of “Deprecated: 1.38”Khaled Hosny2015-05-171-4/+4
* Remove gmodule dependency and deprecate some more symbolsBehdad Esfahbod2015-04-051-10/+0
* [modules] Fixup pango_map_get_engines() after recent changesBehdad Esfahbod2015-04-041-2/+6
* Deprecate module system, skip it for shaper modulesBehdad Esfahbod2015-04-041-414/+25
* [modules] Stop loading dynamic modulesKhaled Hosny2015-04-041-349/+3
* Add many missing nullability annotations.Evan Nemerson2014-10-161-2/+2
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-0/+21
* Don't call g_type_init if GLib is new enoughMatthias Clasen2013-01-071-0/+2
* Bug 690279 - broken relocation of modulesBehdad Esfahbod2012-12-181-1/+7
* Fix relative module pathsJohn Ralls2012-12-081-5/+11
* Make modules.c thread-safeMatthias Clasen2012-09-141-11/+23
* More churnBehdad Esfahbod2012-08-281-4/+4
* Forgotten fixupMatthias Clasen2012-08-251-11/+15
* Read the module cache from libdir as wellMatthias Clasen2012-08-251-0/+5
* Make relative paths work in pango.modules filesBehdad Esfahbod2012-03-171-2/+9
* pango/modules.c: Use G_DEFINE_TYPE instead custom macroJavier Jardón2011-04-301-8/+8
* [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