gimp/libgimpcolor
Sven Neumann 4f870bc132 deprecated RGB intensity functions and definitions. These coefficients do
2005-08-03  Sven Neumann  <sven@gimp.org>

	* libgimpcolor/gimprgb.[ch]: deprecated RGB intensity functions
	and definitions. These coefficients do not accurately compute
	luminance for contemporary monitors. Instead the coefficients from
	the sRGB spec should be used which have now been added.

	* libgimpcolor/gimpcolor.def: updated.

	* libgimp/gimpdrawable.c
	* libgimp/gimppixelfetcher.c
	* app/base/colorize.c
	* app/base/levels.c
	* app/base/temp-buf.c
	* app/core/gimpdrawable-blend.c
	* app/core/gimpdrawable-convert.c
	* app/core/gimpdrawable-desaturate.c
	* app/core/gimpimage-convert.c
	* app/core/gimpimage.c
	* app/gui/splash.c
	* app/widgets/gimpgradienteditor.c
	* modules/colorsel_triangle.c
	* plug-ins/common/aa.c
	* plug-ins/common/bumpmap.c
	* plug-ins/common/colorify.c
	* plug-ins/common/despeckle.c
	* plug-ins/common/displace.c
	* plug-ins/common/engrave.c
	* plug-ins/common/gradmap.c
	* plug-ins/common/grid.c
	* plug-ins/common/mng.c
	* plug-ins/common/newsprint.c
	* plug-ins/common/png.c
	* plug-ins/common/whirlpinch.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gfli/gfli.c
	* plug-ins/maze/handy.c
	* plug-ins/pagecurl/pagecurl.c: use gimp_rgb_luminance() and
	friends instead of the deprecated intensity functions.
2005-08-03 00:36:41 +00:00
..
.cvsignore libgimpcolor/Makefile.am added a simple unit test framework for the color 2004-07-22 23:30:52 +00:00
Makefile.am s/GIMP_THREAD_FLAGS/GTHREAD_CFLAGS/ 2005-02-13 15:52:44 +00:00
gimpadaptivesupersample.c register GimpRGB as a boxed type. 2004-07-26 18:14:48 +00:00
gimpadaptivesupersample.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpbilinear.c libgimpcolor/gimpbilinear.c fix some uninitialized stuff gcc 4.0 was 2005-07-08 18:18:00 +00:00
gimpbilinear.h libgimp/gimp.h libgimp/gimpbrushmenu.h libgimp/gimpbrushselect.[ch] 2003-12-05 15:55:15 +00:00
gimpcmyk.c broken pipe on previous commit, finishing 2005-01-22 00:43:31 +00:00
gimpcmyk.h libgimpcolor/Makefile.am libgimpcolor/makefile.msc new files that define a 2003-07-14 20:15:43 +00:00
gimpcolor.def deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
gimpcolor.h added a GIMP_RGB prefix to the INTENSITY macros. 2003-11-17 14:58:31 +00:00
gimpcolorspace.c register GimpRGB as a boxed type. 2004-07-26 18:14:48 +00:00
gimpcolorspace.h app/base/color-balance.c app/base/hue-saturation.c 2003-10-16 19:17:08 +00:00
gimpcolortypes.h libgimpcolor/Makefile.am libgimpcolor/makefile.msc new files that define a 2003-07-14 20:15:43 +00:00
gimphsv.c libgimpcolor/Makefile.am libgimpcolor/makefile.msc new files that define a 2003-07-14 20:15:43 +00:00
gimphsv.h libgimpcolor/Makefile.am libgimpcolor/makefile.msc new files that define a 2003-07-14 20:15:43 +00:00
gimprgb-parse.c fixed typos in comments. 2005-04-20 12:47:17 +00:00
gimprgb.c deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
gimprgb.h deprecated RGB intensity functions and definitions. These coefficients do 2005-08-03 00:36:41 +00:00
makefile.msc build but *dont link* display-enums.obj, widget-enums.obj and 2004-08-01 20:51:12 +00:00
test-color-parser.c include <glib-object.h>. 2004-08-06 01:04:13 +00:00