summaryrefslogtreecommitdiff
path: root/src/cairo-color.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08color: Remove unused functionsAndrea Canciani1-13/+0
2010-08-08Correct color stops comparison functionAndrea Canciani1-21/+4
2010-06-10pattern: remove content field from solid patternsAndrea Canciani1-0/+16
2010-05-13Make _cairo_color_equal() work for unmultiplied colors, tooBenjamin Otte1-2/+8
2010-05-13Make cairo_color_stop_t a unique type.Chris Wilson1-2/+2
2010-05-13color: Special case comparing color stops.Chris Wilson1-0/+30
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22color: Add enum value for the largest stock color.Chris Wilson1-6/+7
2008-10-20[directfb] When blitting check if we need the un-premultiplied color.Chris Wilson1-0/+3
2007-05-05[cairo-color] Only compare the shorts for equality.Chris Wilson1-1/+4
2007-03-20Cache solid patternsChris Wilson1-0/+7
2007-03-13[cairo-color] Add cairo-private _cairo_color_double_to_short()Behdad Esfahbod1-5/+6
2007-02-28Revert the solid-pattern cacheBehdad Esfahbod1-7/+0
2007-02-14[cairo-pattern] Cache surface for solid patternsJorn Baayen1-0/+7
2006-10-16Bug #7497: Change _cairo_color_compute_shorts to not rely on any particular f...Carl Worth1-8/+16
2005-08-13Fix conversion to short, to get a uniform range even for 0xffff. In other wor...Behdad Esfahbod1-19/+9
2005-04-14and delete:Carl Worth1-27/+93
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-24Qualify color argument as const. Closes bug #2336.Carl Worth1-1/+2
2005-01-19Allow NULL values for return pointers so that the user can easily get partial...Carl Worth1-3/+6
2005-01-11renamed CAIRO_COLOR_DEFAULT to CAIRO_COLOR_WHITEØyvind Kolås1-4/+4
2005-01-11changed default paint color to opaque blackØyvind Kolås1-2/+2
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-07-31Mark const.Richard Henderson1-1/+1
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-17/+21
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+80