summaryrefslogtreecommitdiff
path: root/pango/pangoxft-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-6/+6
* add pango_fc_font_map_set_default_substituteCaleb Hearon2020-06-131-28/+11
* Header cleanupMatthias Clasen2019-07-041-1/+1
* Drop g_type_init callsMatthias Clasen2019-07-041-5/+0
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-2/+2
* Add pango_font_map_changed()Alexander Larsson2013-02-261-0/+12
* Don't call g_type_init if GLib is new enoughMatthias Clasen2013-01-071-0/+2
* Track changes in FontMaps using a serialAlexander Larsson2012-12-061-1/+24
* Xft: Fix a deadlock on display closeMatthias Clasen2012-11-131-3/+4
* Protect fontmaps with a mutex in pangoxft-fontmap.cAlessandro Pignotti2012-08-271-3/+21
* introspection: Remove incorrect trailing colon from (skip)Colin Walters2011-06-151-1/+1
* Removing introspection warnings from pangoxft-fontmapAlberto Ruiz2011-04-261-2/+2
* Fix warnings.Behdad Esfahbod2008-12-261-2/+2
* Bug 563557 – set g_get_prgname() in fc patternBehdad Esfahbod2008-12-081-1/+1
* Bug 547432: Deprecation of pango_(backend)_font_map_create_context() notSven Herzberg2008-08-121-4/+3
* Make the following API public:Behdad Esfahbod2008-08-061-4/+5
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-26/+26
* Spell-check the docs.Behdad Esfahbod2007-01-071-2/+2
* Update docs to note a size value of zero may have been set explicitly.Behdad Esfahbod2006-05-111-0/+8
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Remove color_set() virtual function ... it's not absolutely necessary forOwen Taylor2004-11-191-1/+3
* Up version to 1.7.0.Owen Taylor2004-09-241-0/+23
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-33/+7
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-92/+89
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-281-1/+1
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-5/+4
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-071-0/+1
* === Released 1.1.4 ===Owen Taylor2002-12-031-0/+2
* Add docs.Matthias Clasen2002-11-281-1/+2
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-4/+12
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-1/+1
* Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), becauseOwen Taylor2002-08-191-1/+5
* Move the common code between PangoXftFontmap and PangoFT2Fontmap into aOwen Taylor2002-08-161-981/+75
* Keep a separate description => fontset hash for each language tag. PassOwen Taylor2002-08-151-23/+90
* use XAddExtension() magic to automatically clean up our information whenOwen Taylor2002-08-091-0/+49
* Up MAX_FREED_FONTS to 128Owen Taylor2002-08-081-52/+34
* Use FcPatternHash instead of rolling our own. (Slight speed decrease)Owen Taylor2002-08-061-1/+8
* Patch from Keith Packard:Owen Taylor2002-08-061-15/+33
* Export.Owen Taylor2002-08-061-6/+65
* New function allowing us to shut down a display.Owen Taylor2002-08-021-14/+51
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-031-18/+93
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-238/+84
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-141-9/+50
* on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-05-131-29/+73
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-49/+115
* Rewrite to reduce the number of strcmps.Owen Taylor2002-02-241-44/+41
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-241-3/+5
* move to next element in list.Anders Carlsson2002-02-011-0/+2
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-111-8/+16