summaryrefslogtreecommitdiff
path: root/pango/pangox-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Stop using G_CONST_RETURN in PangoRyan Lortie2011-06-091-2/+2
* pango/pangox-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-98/+29
* Allow font_family=NULL in load_font() and load_fontset() methodsBehdad Esfahbod2009-04-061-1/+3
* Fix warnings.Behdad Esfahbod2008-12-261-6/+6
* Bug 143542 – PangoFT2Fontmap leakBehdad Esfahbod2008-08-221-1/+0
* Make the following API public:Behdad Esfahbod2008-08-061-0/+10
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-1/+1
* Switch some g_new (*, 1) to g_slice_new ()... I know...Behdad Esfahbod2007-09-071-2/+7
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-3/+3
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-33/+33
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-102/+102
* Spell-check the docs.Behdad Esfahbod2007-01-071-7/+7
* Bug 369670 – Checked g_free callsBehdad Esfahbod2006-11-021-2/+1
* Make TypeInfo structs not static. Reduces relocations.Behdad Esfahbod2006-10-131-3/+3
* Minor doc syntax update.Behdad Esfahbod2006-08-311-3/+3
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-3/+0
* Change char* to char[] in the ft error table, to avoid relocations.Behdad Esfahbod2006-03-311-3/+3
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* AC_DEFINE various version components.Behdad Esfahbod2006-02-051-2/+2
* Make matrix parameter const.Behdad Esfahbod2006-01-211-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-3/+3
* Turn various gcc warnings off. Adding const, adding static, fullyBehdad Esfahbod2005-11-041-4/+10
* Use -export-symbols-regex to control symbol exports, including notOwen Taylor2005-07-221-1/+17
* Add some missing statics. (#142299, Morten Welinder)Owen Taylor2004-05-271-3/+3
* Convert PangoStretch to and from FC_WIDTH, so we can actually getManish Singh2004-03-121-8/+0
* Fix some leftover references to INCLUDE_XFT_MODULES, INCLUDED_FC_MODULES.Owen Taylor2003-10-311-5/+0
* Modules now declare a list of scripts that they cover instead of a list ofOwen Taylor2003-09-231-29/+15
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-5/+5
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-031-1/+2
* Remove.Owen Taylor2003-08-021-0/+3
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-1/+1
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-5/+5
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-091-0/+38
* Rewrite average_digit_width computation to go through the same shapingOwen Taylor2002-03-251-6/+6
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-1/+0
* Add new function pango_context_load_fontset() to wrapAlex Larsson2001-11-181-0/+2
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-1/+3
* Documentation updates.Matthias Clasen2001-10-261-1/+19
* Version 0.20PANGO_0_20Owen Taylor2001-09-251-1/+1
* Up to 0.19.Owen Taylor2001-09-181-302/+374
* Require GLib-1.3.7Owen Taylor2001-06-291-1/+1
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-4/+6
* Actually advance through list. (Problem noticed by Erwann Chenede)Owen Taylor2001-05-311-0/+2
* Move some fontmap stuff to pangox-private.h to access fontmap->resolutionHavoc Pennington2001-04-271-33/+1
* pass 0 as first argument to g_type_init().Tim Janik2001-02-041-1/+1
* Fix low underline code to deal with run_ink == NULL.Owen Taylor2000-11-141-2/+3
* Add a per-PangoXFontMap cache for X Atoms.Robert Brady2000-11-081-0/+50