summaryrefslogtreecommitdiff
path: root/pango/pangoft2-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* pangoft2: Tweak docsMatthias Clasen2021-03-111-21/+27
* add pango_fc_font_map_set_default_substituteCaleb Hearon2020-06-131-28/+11
* Drop g_type_init callsMatthias Clasen2019-07-041-5/+0
* docs: Add a few missing (transfer) annotationsPhilip Withnall2017-04-081-3/+4
* Bug 753167 - Pango script crashesBehdad Esfahbod2015-08-181-10/+7
* Fix MT-unsafe initializationsBehdad Esfahbod2015-04-041-1/+1
* Bug 685167 - migrate docs to no-tmpl flavourBehdad Esfahbod2013-09-271-8/+13
* Bug 703995 - Compiler warnings about strict aliasingBehdad Esfahbod2013-08-301-2/+2
* Add pango_font_map_changed()Alexander Larsson2013-02-261-0/+12
* 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