summaryrefslogtreecommitdiff
path: root/pango/pangoft2-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid deprecation warningsMatthias Clasen2013-01-071-0/+2
* 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-0/+20
* More churnBehdad Esfahbod2012-08-281-1/+1
* Make static data thread safe in pangoft2-fontmap.cAlessandro Pignotti2012-08-271-4/+2
* Finalize FreeType library after finalizing the FC fontmap. Fixes segfaultBehdad Esfahbod2009-01-021-2/+2
* Fix more warnings.Behdad Esfahbod2008-12-261-1/+1
* 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-6/+4
* Make the following API public:Behdad Esfahbod2008-08-061-3/+6
* 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-27/+27
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Bug 384543 – FcFontMatch misuseBehdad Esfahbod2006-12-241-5/+3
* Implement get_resolution for FT2 fontmaps.Behdad Esfahbod2006-10-241-0/+10
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-1/+1
* Make matrix parameter const.Behdad Esfahbod2006-01-211-1/+1
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-1/+1
* Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,Behdad Esfahbod2005-11-231-0/+2
* pango/modules.c (read_modules) Use gstdio wrappers. (#16111, RobertTor Lillqvist2004-12-121-8/+0
* Up version to 1.7.0.Owen Taylor2004-09-241-0/+23
* Make PangoMatrix arguments const where appropriate.Owen Taylor2004-07-101-34/+2
* Revert the last change, assert that initialization succeeded.Owen Taylor2004-06-211-8/+2
* For cleanliness, unref the fontmap if we get an error from FreeType.Owen Taylor2004-06-211-1/+3
* initialize the fontmap's resolution to some sane default values. Fixes bugSven Neumann2003-12-051-2/+11
* reverted the patch for bug #123602 since I only applied it accidentally. ISven Neumann2003-11-201-11/+2
* removed the set_unicode_charmap() call. MadeSven Neumann2003-11-181-2/+11
* Move DPI substitution before FcDefaultSubstitute so it actually works.Owen Taylor2003-08-081-1/+1
* Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(),Owen Taylor2003-08-081-2/+5
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-031-81/+85
* 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
* === Released 1.1.4 ===Owen Taylor2002-12-031-0/+3
* Add docs.Matthias Clasen2002-11-281-2/+2
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-281-2/+39
* 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-906/+78
* pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking forOwen Taylor2002-07-251-5/+8
* New function to allow tweaking of FcPattern default substitution (forOwen Taylor2002-07-031-32/+208
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-178/+120
* set n_families, fixes bug #83746.Sven Neumann2002-06-031-1/+4
* Report standard aliases as uppercase, fix pango_*_face_describe() forOwen Taylor2002-05-141-7/+52
* on May 13 15:56:29 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-05-131-28/+66
* Free pattern after using it.Alex Larsson2002-03-261-3/+9
* Fix problem where we unref'ed before we ref'ed resulting in entries in theOwen Taylor2002-02-241-3/+5
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-1/+0
* Split comma separated family names and add them in pieces, so they are allOwen Taylor2002-01-111-0/+9
* Initialize MiniXft library before calling MiniXftConfigSubstitute.Alexander Larsson2001-12-121-3/+3