summaryrefslogtreecommitdiff
path: root/pango/pango-color-table.h
Commit message (Collapse)AuthorAgeFilesLines
* colors: Add rebeccapurpleBenjamin Otte2016-05-051-110/+112
| | | | | | http://lists.w3.org/Archives/Public/www-style/2014Jun/0312.html Thanks Lapo for pointing out this omission!
* colors: Update colors to SVG/CSS paletteBenjamin Otte2012-11-131-6/+6
| | | | | | Colors that were defined to different values in Pango than they were in the CSS specification have been updated to conform to the CSS specs. See http://dev.w3.org/csswg/css3-color/#svg-color for the color values.
* colors: Add missing colors from the web paletteBenjamin Otte2012-11-131-594/+604
| | | | | Color names taken from http://dev.w3.org/csswg/css3-color/#svg-color
* Bug 678997 - Colors aqua, silver and indigo missing in: pango-color-table.hBehdad Esfahbod2012-08-251-646/+652
|
* [rgb.txt] Remove duplicate linesBehdad Esfahbod2012-08-251-847/+657
|
* *.c, *.h: Drop trailing whitespace.Behdad Esfahbod2007-01-161-1/+1
| | | | | | | | | 2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Drop trailing whitespace. svn path=/trunk/; revision=2163
* Add mising filesOwen Taylor2005-03-051-0/+1521
2005-03-04 Owen Taylor <otaylor@redhat.com> Reduce non-shared data (#168899, inspired by patches from Tommi Komulainen and Ross Burton) * pango/pango-color.c pango/pango-color-table.h tools/gen-color-table.pl: Redo storage of colors to use offsets into a static string rather than embedded strings. (Inspired by a patch from Tommi Komulainen, #168899)