summaryrefslogtreecommitdiff
path: root/pango/pango-markup.c
Commit message (Expand)AuthorAgeFilesLines
* markup: Fix two bugsMatthias Clasen2021-05-051-30/+20
* Export pango_parse_color_with_alphaMatthias Clasen2020-07-311-1/+1
* pango-color: Tweak semantics of _pango_parse_color_with_alphaMatthias Clasen2020-07-311-2/+2
* Docs: improve formatting of markup descriptionJohn Beard2020-05-111-99/+103
* Document new underline valuesMatthias Clasen2019-10-311-1/+2
* Add an overline attributeMatthias Clasen2019-10-311-0/+33
* Add an insert-hyphens attributeMatthias Clasen2019-08-041-0/+18
* markup: Support the new attributeMatthias Clasen2019-07-251-0/+43
* Add an allow-breaks attributeMatthias Clasen2019-07-201-0/+17
* Documentation tweaksMatthias Clasen2019-07-131-0/+165
* 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