summaryrefslogtreecommitdiff
path: root/pango/pango-markup.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Cosmeticsmisc-doc-fixupsMatthias Clasen2021-12-101-8/+8
* markup: Change <sup> and <sub>Matthias Clasen2021-08-311-18/+4
* Implement font-dependent scalingMatthias Clasen2021-08-311-0/+12
* Implement baseline shiftsMatthias Clasen2021-08-311-0/+24
* Add segmentation attributesbreak-tailoringMatthias Clasen2021-08-251-1/+22
* markup: Silence compiler warningsMatthias Clasen2021-08-221-0/+3
* markup: Add a text transform attributeMatthias Clasen2021-08-201-0/+14
* Cosmetics: Split off pango-markup.hMatthias Clasen2021-08-201-0/+2
* Correct an error messagefix-gravity-errorMatthias Clasen2021-08-171-1/+1
* pango-markup.c: Fix buildChun-wei Fan2021-08-091-1/+1
* Add line-height attributesMatthias Clasen2021-08-081-0/+38
* markup: Allow specifying size as percentagemarkup-sizesMatthias Clasen2021-08-081-1/+26
* markup: Allow pt for rise tooMatthias Clasen2021-08-081-2/+11
* markup: Allow specifying size in ptMatthias Clasen2021-08-081-20/+36
* font-desc: Use local volatile double values to store sizesMarco Trevisan (Treviño)2021-07-211-6/+10
* markup: Don't accept attributes on <markup>Matthias Clasen2021-06-281-0/+1
* markup: Separate out all casesMatthias Clasen2021-06-281-1/+6
* markup: Save a few linesMatthias Clasen2021-06-281-20/+4
* docs: Reduce redundancydocs-cleanupsMatthias Clasen2021-05-201-8/+8
* introspection: Stop using allow-noneMatthias Clasen2021-05-191-6/+6
* docs: Tweak markup docsMatthias Clasen2021-03-111-18/+25
* docs: Convert markup and attributes docs to pango_markup.mdMatthias Clasen2021-03-111-191/+0
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-7/+5
* markup: Fix two bugsMatthias Clasen2021-03-021-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