summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix link syntax in a few placesdoc-fixesMatthias Clasen2021-05-231-1/+1
* docs: Convert gtk-doc syntax leftoversdocs-cleanupMatthias Clasen2021-05-191-42/+46
* docs: Tweak color docsMatthias Clasen2021-03-111-14/+21
* docs: Replace lots of vestigial xml markupMatthias Clasen2021-03-111-27/+21
* Fix g-i annotation of pango_parse_color_with_alpha and add since tagRico Tzschichholz2020-08-041-1/+3
* Export pango_parse_color_with_alphaMatthias Clasen2020-07-311-33/+53
* pango-color: Tweak semantics of _pango_parse_color_with_alphaMatthias Clasen2020-07-311-2/+3
* Add prototype for _pango_color_parse_with_alpha()Emmanuele Bassi2017-05-191-0/+1
* Allow rgba colors in markupMatthias Clasen2015-08-141-26/+72
* Add many missing nullability annotations.Evan Nemerson2014-10-161-6/+7
* Revert "Fix leftover markup in docs"Matthias Clasen2014-08-301-1/+2
* Fix leftover markup in docsMatthias Clasen2014-08-301-2/+1
* Update the pango_color_parse docs1.36.3baserock/1.36.3Matthias Clasen2014-03-171-1/+2
* Ignore spaces when parsing colorsBehdad Esfahbod2012-08-251-1/+19
* Use G_DEFINE_BOXED_TYPE.Christian Persch2010-11-041-12/+3
* Bug 539623 – document that pango_color_parse accepts NULLChristian Persch2008-10-081-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-241-5/+8
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-201-1/+1
* *.c, *.h: Replace preceding sequences of 8 spaces with tabs.Behdad Esfahbod2007-01-161-5/+5
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-13/+13
* Bug 373856 – Wish: Function to convert a GdkColor to a string Patch fromBehdad Esfahbod2006-12-061-0/+21
* Hook up pango-utils.h into the documentation, as we are installing itBehdad Esfahbod2006-03-311-1/+1
* Improve documentation for functions allocating memory, on how the objectBehdad Esfahbod2006-01-311-1/+2
* If locking font face failed, do not assert, just return zero glyphs withBehdad Esfahbod2006-01-291-2/+2
* Make sure #include <config.h> is the first include in the file. (bugBehdad Esfahbod2006-01-141-0/+1
* pango/Makefile.am, pango/fonts.c, pango/glyphstring.c,Behdad Esfahbod2006-01-051-1/+2
* Various documentation improvements.Behdad Esfahbod2005-11-171-1/+1
* Reduce non-shared data (#168899, inspired by patches from Tommi KomulainenOwen Taylor2005-03-051-763/+3
* Make color parsing more robust and correct. (#93804)Matthias Clasen2002-09-221-42/+42
* Typo fix.Matthias Clasen2002-06-031-2/+2
* Produce XML, not SGML.Matthias Clasen2002-05-271-4/+4
* Patch from Darin Adler, with updates, to use g_ascii_* instead ofOwen Taylor2001-11-021-1/+1
* Fix problem with green/blue confusion.Owen Taylor2001-09-111-2/+2
* Update to the new g_boxed_type_register_static API.Alex Larsson2001-09-101-3/+1
* New file, move color handling here.Owen Taylor2001-08-301-0/+997