gimp/libgimpconfig
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
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am Makefile: fix VPATH builds for win32. 2014-09-14 18:28:26 +02:00
gimpcolorconfig-enums.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcolorconfig-enums.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorconfig.c libgimpcolor, *: change GimpColorProfile to be a GObject 2015-07-10 22:53:59 +02:00
gimpcolorconfig.h libgimpcolor, *: change GimpColorProfile to be a GObject 2015-07-10 22:53:59 +02:00
gimpconfig-deserialize.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-deserialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-error.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-iface.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-iface.h libgimpconfig: add gimp_config_deserialize_stream() 2014-07-04 03:29:09 +02:00
gimpconfig-params.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-path.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-path.h libgimpconfig: add gimp_config_path_expand_to_files() 2014-07-20 17:09:25 +02:00
gimpconfig-serialize.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-serialize.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig-utils.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfig-utils.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfig.def libgimpconfig: rename the new GimpColorConfig profile accessor functions 2015-06-03 09:57:34 +02:00
gimpconfig.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpconfigtypes.h libgimpconfig: fix a lot of gtk-doc warnings 2010-06-29 22:19:11 +02:00
gimpconfigwriter.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpconfigwriter.h libgimpconfig: add gimp_config_serialize_to_stream() 2014-07-03 23:25:21 +02:00
gimpscanner.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpscanner.h libgimpconfig: add gimp_config_deserialize_stream() 2014-07-04 03:29:09 +02:00