| Commit message (Expand) | Author | Age | Files | Lines |
* | pangoft2: Tweak docs | Matthias Clasen | 2021-03-11 | 1 | -21/+27 |
* | add pango_fc_font_map_set_default_substitute | Caleb Hearon | 2020-06-13 | 1 | -28/+11 |
* | Drop g_type_init calls | Matthias Clasen | 2019-07-04 | 1 | -5/+0 |
* | docs: Add a few missing (transfer) annotations | Philip Withnall | 2017-04-08 | 1 | -3/+4 |
* | Bug 753167 - Pango script crashes | Behdad Esfahbod | 2015-08-18 | 1 | -10/+7 |
* | Fix MT-unsafe initializations | Behdad Esfahbod | 2015-04-04 | 1 | -1/+1 |
* | Bug 685167 - migrate docs to no-tmpl flavour | Behdad Esfahbod | 2013-09-27 | 1 | -8/+13 |
* | Bug 703995 - Compiler warnings about strict aliasing | Behdad Esfahbod | 2013-08-30 | 1 | -2/+2 |
* | Add pango_font_map_changed() | Alexander Larsson | 2013-02-26 | 1 | -0/+12 |
* | Avoid deprecation warnings | Matthias Clasen | 2013-01-07 | 1 | -0/+2 |
* | Don't call g_type_init if GLib is new enough | Matthias Clasen | 2013-01-07 | 1 | -0/+2 |
* | Track changes in FontMaps using a serial | Alexander Larsson | 2012-12-06 | 1 | -0/+20 |
* | More churn | Behdad Esfahbod | 2012-08-28 | 1 | -1/+1 |
* | Make static data thread safe in pangoft2-fontmap.c | Alessandro Pignotti | 2012-08-27 | 1 | -4/+2 |
* | Finalize FreeType library after finalizing the FC fontmap. Fixes segfault | Behdad Esfahbod | 2009-01-02 | 1 | -2/+2 |
* | Fix more warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -1/+1 |
* | Bug 563557 – set g_get_prgname() in fc pattern | Behdad Esfahbod | 2008-12-08 | 1 | -1/+1 |
* | Bug 547432: Deprecation of pango_(backend)_font_map_create_context() not | Sven Herzberg | 2008-08-12 | 1 | -6/+4 |
* | Make the following API public: | Behdad Esfahbod | 2008-08-06 | 1 | -3/+6 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -27/+27 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -3/+3 |
* | Bug 384543 – FcFontMatch misuse | Behdad Esfahbod | 2006-12-24 | 1 | -5/+3 |
* | Implement get_resolution for FT2 fontmaps. | Behdad Esfahbod | 2006-10-24 | 1 | -0/+10 |
* | Hook up pango-utils.h into the documentation, as we are installing it | Behdad Esfahbod | 2006-03-31 | 1 | -1/+1 |
* | If locking font face failed, do not assert, just return zero glyphs with | Behdad Esfahbod | 2006-01-29 | 1 | -1/+1 |
* | Make matrix parameter const. | Behdad Esfahbod | 2006-01-21 | 1 | -1/+1 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -1/+1 |
* | Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, | Behdad Esfahbod | 2005-11-23 | 1 | -0/+2 |
* | pango/modules.c (read_modules) Use gstdio wrappers. (#16111, Robert | Tor Lillqvist | 2004-12-12 | 1 | -8/+0 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 1 | -0/+23 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -34/+2 |
* | Revert the last change, assert that initialization succeeded. | Owen Taylor | 2004-06-21 | 1 | -8/+2 |
* | For cleanliness, unref the fontmap if we get an error from FreeType. | Owen Taylor | 2004-06-21 | 1 | -1/+3 |
* | initialize the fontmap's resolution to some sane default values. Fixes bug | Sven Neumann | 2003-12-05 | 1 | -2/+11 |
* | reverted the patch for bug #123602 since I only applied it accidentally. I | Sven Neumann | 2003-11-20 | 1 | -11/+2 |
* | removed the set_unicode_charmap() call. Made | Sven Neumann | 2003-11-18 | 1 | -2/+11 |
* | Move DPI substitution before FcDefaultSubstitute so it actually works. | Owen Taylor | 2003-08-08 | 1 | -1/+1 |
* | Deprecate pango_ft2_get_context(), pango_ft2_font_map_for_display(), | Owen Taylor | 2003-08-08 | 1 | -2/+5 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -81/+85 |
* | pango/pangoft2-fontmap.c fixed typos in inline docs. | Sven Neumann | 2003-03-28 | 1 | -1/+1 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -5/+4 |
* | === Released 1.1.4 === | Owen Taylor | 2002-12-03 | 1 | -0/+3 |
* | Add docs. | Matthias Clasen | 2002-11-28 | 1 | -2/+2 |
* | Mark 1.2 API additions, fix some doc comments. | Matthias Clasen | 2002-11-28 | 1 | -2/+39 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -1/+1 |
* | Delete the FC_PATTERN out of the result of FcFontRenderPrepare(), because | Owen Taylor | 2002-08-19 | 1 | -1/+5 |
* | Move the common code between PangoXftFontmap and PangoFT2Fontmap into a | Owen Taylor | 2002-08-16 | 1 | -906/+78 |
* | pango/pangoft2-fontmap.c (pango_ft2_shutdown_display) Handle checking for | Owen Taylor | 2002-07-25 | 1 | -5/+8 |
* | New function to allow tweaking of FcPattern default substitution (for | Owen Taylor | 2002-07-03 | 1 | -32/+208 |