summaryrefslogtreecommitdiff
path: root/pango/pango-color.c
Commit message (Expand)AuthorAgeFilesLines
* 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