Files
gimp/app/widgets
Michael Natterer c102dde92b libgimpcolor, *: change GimpColorProfile to be a GObject
it used to be a typedef to gpointer and actually was a cmsHPROFILE.

Change its API to be more "standard", remove the public close()
function. The object caches both the cmsHPROFILE and the data/length
ICC blob, so conversions between the two become obsolete (simply call
get_lcms_profile() or get_icc_profile()).

Adapt everything to the new API, but port it in a naive way for now,
the code doesn't take advantage of the new possibilities yet (like
refcounting).
2015-07-10 22:53:59 +02:00
..
2010-11-14 16:43:21 +01:00
2015-01-10 00:02:28 +01:00
2014-05-02 23:26:09 +05:30
2011-04-21 19:57:14 +02:00
2010-06-12 01:23:42 +02:00
2011-05-31 23:15:14 +02:00
2009-10-10 20:22:31 +03:00
2009-09-14 21:39:19 +02:00
2015-01-10 00:02:28 +01:00
2010-11-20 15:19:48 +01:00
2015-01-09 23:47:13 +01:00