summaryrefslogtreecommitdiff
path: root/pango/pango-markup.c
Commit message (Expand)AuthorAgeFilesLines
* Support size as percentage in markupmarkup-percentageMatthias Clasen2019-07-111-19/+57
* Avoid a critical from markup parsingMatthias Clasen2019-07-051-0/+13
* Add prototype for _pango_color_parse_with_alpha()Emmanuele Bassi2017-05-191-5/+0
* Avoid deprecation warningsMatthias Clasen2016-08-291-4/+5
* Allow rgba colors in markupMatthias Clasen2015-08-141-5/+17
* Support alpha in markupwip/matthiasc/alphaMatthias Clasen2015-08-111-3/+85
* Bug 738505 - Add fontfeatures support in PangoAttributes and markupBehdad Esfahbod2015-06-181-2/+10
* Bug 707131 - removing useless test.Jehan2013-09-041-1/+1
* Bug 707131 - getting rid of the arbitrary MAX_SIZE for font.Jehan2013-08-311-7/+4
* markup: Remove error from markup parser constructorJasper St. Pierre2012-12-141-7/+9
* markup: Allow incrementally parsing pango markupJasper St. Pierre2012-12-141-64/+166
* markup: Always start with a <markup> tagJasper St. Pierre2012-12-141-16/+10
* [GI] Add (allow-none) annotations to pango_parse_markup().Laszlo Pandy2011-02-091-3/+3
* [GI] Annotate out arguments of pango_parse_markup().Laszlo Pandy2011-02-041-3/+3
* Bug 469049 – Fix all compiler warningsBehdad Esfahbod2008-12-261-3/+3
* Fix warnings.Behdad Esfahbod2008-12-261-33/+33
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 490669 – add some <span> attribute aliasesBehdad Esfahbod2008-04-211-1/+11
* Bug 399573 – replace strtoul in pango-markup.c with pango_scan_int()Behdad Esfahbod2007-12-101-8/+9
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-151-2/+0
* Clarify docs.Behdad Esfahbod2007-06-151-1/+3
* Bug 446355 – the parsing with pango_parse_markup is not coherentBehdad Esfahbod2007-06-111-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-425/+425
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-47/+47
* New attribute types PANGO_ATTR_GRAVITY and PANGO_ATTR_GRAVITY_HINT. NewBehdad Esfahbod2007-01-161-257/+270
* Spell-check the docs.Behdad Esfahbod2007-01-071-3/+3
* Bug 340229 – pango_font_description_from_string does not do boundBehdad Esfahbod2006-05-011-1/+1
* Bug 337924 – cleanups for issues reported by various compilers PatchBehdad Esfahbod2006-04-111-2/+0
* Make #include syntax in sources and headers more consistent. We are usingBehdad Esfahbod2006-03-311-3/+3
* 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-6/+6
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* Various documentation improvements.Behdad Esfahbod2005-11-171-5/+5
* Set layout wrapping to PANGO_WRAP_WORD_CHAR if width is set for theBehdad Esfahbod2005-11-091-1/+1
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-1/+1
* 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