gimp/libgimpcolor
Michael Natterer 614c61a3dd Don't #include <glib.h> before <lcms.h>
The include claimed to be because of "inline" in the lcms header, but
that was probably lcms1, since there is no trace of inline in the
lcms2 header.
2014-04-10 20:48:22 +02:00
..
.gitignore Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
Makefile.am Use EXTRA_foo_DEPENDENCIES for adding .def files 2014-03-15 14:23:38 -07:00
gimpadaptivesupersample.c libgimpcolor: add gimp_rgb[a]_set,get_pixel() 2012-05-02 17:50:43 +02:00
gimpadaptivesupersample.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpbilinear.c libgimpcolor: fix most gtk-doc warnings 2010-06-29 20:08:39 +02:00
gimpbilinear.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcairo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcairo.h libgimpcolor: add Cairo <-> GEGL utility functions from app/ 2012-05-03 04:07:16 +02:00
gimpcmyk.c libgimpcolor: fix most gtk-doc warnings 2010-06-29 20:08:39 +02:00
gimpcmyk.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolor.def Bug 727185 - Converting to GIMP built-in sRGB produces the wrong RGB values 2014-04-10 16:30:04 +02:00
gimpcolor.h Bug 723787 - Neutral sRGB profile matching Argyllcms sRGB.icm 2014-02-09 23:10:56 +01:00
gimpcolormanaged.c libgimpcolor: fix most gtk-doc warnings 2010-06-29 20:08:39 +02:00
gimpcolormanaged.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorspace.c libgimpcolor: add gimp_rgb[a]_set,get_pixel() 2012-05-02 17:50:43 +02:00
gimpcolorspace.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolortypes.h libgimpcolor: move the GimpColorProfile typedef to gimpcolortypes.h 2014-03-16 18:36:12 +01:00
gimphsl.c app: avoid reading uninitialized memory 2013-06-15 22:40:49 +02:00
gimphsl.h app: avoid reading uninitialized memory 2013-06-15 22:40:49 +02:00
gimphsv.c libgimpcolor: fix most gtk-doc warnings 2010-06-29 20:08:39 +02:00
gimphsv.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimplcms.c Don't #include <glib.h> before <lcms.h> 2014-04-10 20:48:22 +02:00
gimplcms.h libgimpcolor: move GIMP_LCMS_MD5_DIGEST_LENGTH to the .c file 2014-04-10 20:41:32 +02:00
gimppixbuf.c Bug 722676: Pasting image from clipboard sometimes does not work. 2014-02-23 00:49:56 +01:00
gimppixbuf.h libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimprgb-parse.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
gimprgb.c libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
gimprgb.h libgimp*: add GIMP_DEPRECATED macros using G_DEPRECATED 2012-05-03 00:54:21 +02:00
test-color-parser.c fix compilation of a test 2012-05-03 20:36:28 +09:00