summaryrefslogtreecommitdiff
path: root/pango/pango-markup.c
Commit message (Expand)AuthorAgeFilesLines
* Add underline_color and strikethrough_color attribute types. (#147616,Owen Taylor2004-11-231-0/+48
* Add new letter_spacing attribute.Owen Taylor2004-06-231-0/+28
* un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-291-0/+2
* New attribute to turn font fallback on or off. (#105553)Noah Levitt2004-02-291-0/+25
* Handle 'tag' being NULL in a bunch of places. (#122844, Noah Levitt)Owen Taylor2004-02-101-12/+30
* Fix up glyph addition code so that it works properly with the typicalOwen Taylor2004-01-261-3/+6
* Fixed segfault, see ChangeLogMatthias Warkus2002-07-021-1/+1
* Fix problem with attr_list == NULL. (#85079, Andreas J. Guelzow)Owen Taylor2002-06-131-0/+2
* Dummy-initialize gsize variable to 0, not -1. (#73899, Erwann Chenede)Owen Taylor2002-03-201-1/+1
* isspace -> g_ascii_isspace (pango_font_description_from_string): isspaceDarin Adler2002-02-101-3/+8
* Fix problem with detected root node. (Based on patch from Matthias Clasen,Owen Taylor2002-01-291-2/+2
* Up to 0.19.Owen Taylor2001-09-181-13/+13
* New file, move color handling here.Owen Taylor2001-08-301-915/+7
* Use gssize, not size_t, gssize isn't defined here on all systems.Owen Taylor2001-07-021-5/+5
* pango/pango-markup.c: modules/arabic/arabic-xft.c (arabic_engine_shape):Owen Taylor2001-06-251-5/+5
* Add a new PangoLanguage type to represent language tags; these canOwen Taylor2001-06-141-1/+2
* Remove some conditionalization on (md->text == NULL) that is no longerOwen Taylor2001-04-201-5/+3
* Discard the parsed text if the input variable text is NULL. This fixes aAnders Carlsson2001-04-201-3/+4
* Define PANGO_VERSION.Tor Lillqvist2000-11-301-1/+1
* Return the accel keyvalHavoc Pennington2000-11-011-0/+3
* Fix bug where not all text was appended when parsing acceleratorsHavoc Pennington2000-11-011-0/+15
* Add a new attribute for scaling a font; also required addingHavoc Pennington2000-11-011-0/+2216