| Commit message (Expand) | Author | Age | Files | Lines |
* | Add prototype for _pango_color_parse_with_alpha() | Emmanuele Bassi | 2017-05-19 | 1 | -5/+0 |
* | Avoid deprecation warnings | Matthias Clasen | 2016-08-29 | 1 | -4/+5 |
* | Allow rgba colors in markup | Matthias Clasen | 2015-08-14 | 1 | -5/+17 |
* | Support alpha in markupwip/matthiasc/alpha | Matthias Clasen | 2015-08-11 | 1 | -3/+85 |
* | Bug 738505 - Add fontfeatures support in PangoAttributes and markup | Behdad Esfahbod | 2015-06-18 | 1 | -2/+10 |
* | Bug 707131 - removing useless test. | Jehan | 2013-09-04 | 1 | -1/+1 |
* | Bug 707131 - getting rid of the arbitrary MAX_SIZE for font. | Jehan | 2013-08-31 | 1 | -7/+4 |
* | markup: Remove error from markup parser constructor | Jasper St. Pierre | 2012-12-14 | 1 | -7/+9 |
* | markup: Allow incrementally parsing pango markup | Jasper St. Pierre | 2012-12-14 | 1 | -64/+166 |
* | markup: Always start with a <markup> tag | Jasper St. Pierre | 2012-12-14 | 1 | -16/+10 |
* | [GI] Add (allow-none) annotations to pango_parse_markup(). | Laszlo Pandy | 2011-02-09 | 1 | -3/+3 |
* | [GI] Annotate out arguments of pango_parse_markup(). | Laszlo Pandy | 2011-02-04 | 1 | -3/+3 |
* | Bug 469049 – Fix all compiler warnings | Behdad Esfahbod | 2008-12-26 | 1 | -3/+3 |
* | Fix warnings. | Behdad Esfahbod | 2008-12-26 | 1 | -33/+33 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Bug 490669 – add some <span> attribute aliases | Behdad Esfahbod | 2008-04-21 | 1 | -1/+11 |
* | Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int() | Behdad Esfahbod | 2007-12-10 | 1 | -8/+9 |
* | Bug 481537 – compiler warning fixes Patch from Kjartan Maraas | Behdad Esfahbod | 2007-10-15 | 1 | -2/+0 |
* | Clarify docs. | Behdad Esfahbod | 2007-06-15 | 1 | -1/+3 |
* | Bug 446355 – the parsing with pango_parse_markup is not coherent | Behdad Esfahbod | 2007-06-11 | 1 | -1/+1 |
* | *.c, *.h: Replace preceding sequences of 8 spaces with tabs. | Behdad Esfahbod | 2007-01-16 | 1 | -425/+425 |
* | *.c, *.h: Drop trailing whitespace. | Behdad Esfahbod | 2007-01-16 | 1 | -47/+47 |
* | New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. New | Behdad Esfahbod | 2007-01-16 | 1 | -257/+270 |
* | Spell-check the docs. | Behdad Esfahbod | 2007-01-07 | 1 | -3/+3 |
* | Bug 340229 – pango_font_description_from_string does not do bound | Behdad Esfahbod | 2006-05-01 | 1 | -1/+1 |
* | Bug 337924 – cleanups for issues reported by various compilers Patch | Behdad Esfahbod | 2006-04-11 | 1 | -2/+0 |
* | Make #include syntax in sources and headers more consistent. We are using | Behdad Esfahbod | 2006-03-31 | 1 | -3/+3 |
* | 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 | -6/+6 |
* | Make sure #include <config.h> is the first include in the file. (bug | Behdad Esfahbod | 2006-01-14 | 1 | -0/+1 |
* | Various documentation improvements. | Behdad Esfahbod | 2005-11-17 | 1 | -5/+5 |
* | Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for the | Behdad Esfahbod | 2005-11-09 | 1 | -1/+1 |
* | Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen | Owen Taylor | 2005-03-05 | 1 | -1/+1 |
* | Add underline_color and strikethrough_color attribute types. (#147616, | Owen Taylor | 2004-11-23 | 1 | -0/+48 |
* | Add new letter_spacing attribute. | Owen Taylor | 2004-06-23 | 1 | -0/+28 |
* | un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-29 | 1 | -0/+2 |
* | New attribute to turn font fallback on or off. (#105553) | Noah Levitt | 2004-02-29 | 1 | -0/+25 |
* | Handle 'tag' being NULL in a bunch of places. (#122844, Noah Levitt) | Owen Taylor | 2004-02-10 | 1 | -12/+30 |
* | Fix up glyph addition code so that it works properly with the typical | Owen Taylor | 2004-01-26 | 1 | -3/+6 |
* | Fixed segfault, see ChangeLog | Matthias Warkus | 2002-07-02 | 1 | -1/+1 |
* | Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow) | Owen Taylor | 2002-06-13 | 1 | -0/+2 |
* | Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede) | Owen Taylor | 2002-03-20 | 1 | -1/+1 |
* | isspace -> g_ascii_isspace (pango_font_description_from_string): isspace | Darin Adler | 2002-02-10 | 1 | -3/+8 |
* | Fix problem with detected root node. (Based on patch from Matthias Clasen, | Owen Taylor | 2002-01-29 | 1 | -2/+2 |
* | Up to 0.19. | Owen Taylor | 2001-09-18 | 1 | -13/+13 |
* | New file, move color handling here. | Owen Taylor | 2001-08-30 | 1 | -915/+7 |
* | Use gssize, not size_t, gssize isn't defined here on all systems. | Owen Taylor | 2001-07-02 | 1 | -5/+5 |
* | pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape): | Owen Taylor | 2001-06-25 | 1 | -5/+5 |
* | Add a new PangoLanguage type to represent language tags; these can | Owen Taylor | 2001-06-14 | 1 | -1/+2 |
* | Remove some conditionalization on (md->text == NULL) that is no longer | Owen Taylor | 2001-04-20 | 1 | -5/+3 |