Gimp/app/core
Sven Neumann 45c4a41f4b finished new GimpColorArea widget which uses GimpRGB and handles DND and
2001-01-10  Sven Neumann  <sven@gimp.org>

	* libgimp/gimpcolorarea.[ch]: finished new GimpColorArea widget which
	uses GimpRGB and handles DND and alpha channel.

	* libgimp/gimpcolorbutton.[ch]: use GimpColorArea. The API of the
	GimpColorButton has changed!

	* libgimp/gimpwidgets.[ch]: added temporary function
	gimp_color_update_uchar() to ease migration of plug-ins to GimpRGB.
	This function will go away.

	* plug-ins/Lighting/lighting_main.h
	* plug-ins/Lighting/lighting_ui.c
	* plug-ins/MapObject/mapobject_main.h
	* plug-ins/MapObject/mapobject_ui.c
	* plug-ins/common/colorify.c
	* plug-ins/common/colortoalpha.c
	* plug-ins/common/exchange.c
	* plug-ins/common/film.c
	* plug-ins/common/grid.c
	* plug-ins/common/mapcolor.c
	* plug-ins/common/nova.c
	* plug-ins/common/papertile.c
	* plug-ins/common/sinus.c
	* plug-ins/gdyntext/gdyntext_ui.c
	* plug-ins/ifscompose/ifscompose.[ch]
	* plug-ins/ifscompose/ifscompose_storage.c
	* plug-ins/ifscompose/ifscompose_utils.c
	* plug-ins/script-fu/script-fu-scripts.c: use new GimpColorArea and
	GimpColorButton. Started to introduce GimpRGB color type. This change
	might have broken some of these plug-ins. This is work in progress.

	* libgimp/Makefile.am: added GimpColorArea and GimpColorButton to
	libgimpi.

	* app/gimpcontext.[ch]: added gimp_palette_get_[fore|back]ground()
	functions so the app can link against libgimp/gimpcolorbutton.o.
	These functions will go away.

	* app/gimpdnd.c: use a GimpColorArea for DND
2001-01-10 22:49:45 +00:00
..
gimp-edit.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimp-edit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimp-parasites.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimp-parasites.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpbrush-header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrush-load.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrush.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrush.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushgenerated-load.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushgenerated-save.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushgenerated.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushgenerated.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpbrushpipe-load.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushpipe.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpbrushpipe.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpchannel-combine.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpchannel-combine.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpchannel.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpchannel.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpcontext.c finished new GimpColorArea widget which uses GimpRGB and handles DND and 2001-01-10 22:49:45 +00:00
gimpcontext.h finished new GimpColorArea widget which uses GimpRGB and handles DND and 2001-01-10 22:49:45 +00:00
gimpdatafiles.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdatafiles.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-blend.c plug-ins/libgck/gck/gck.h removed the GckRGB color type and all it's 2001-01-01 18:35:09 +00:00
gimpdrawable-desaturate.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-equalize.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimpdrawable-equalize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-invert.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimpdrawable-invert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdrawable-offset.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpdrawable-offset.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpdrawable.h removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpedit.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimpedit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-convert-fsdither.h ed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org> 1999-09-01 20:41:10 +00:00
gimpimage-convert.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-convert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-duplicate.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-guides.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-guides.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-mask.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-mask.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-merge.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-merge.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-projection.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-projection.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-qmask.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-quick-mask.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-resize.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-resize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-scale.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-scale.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage-undo-push.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage-undo-push.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimage.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpimage.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpimagemap.c app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpimagemap.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimplayer-floating-sel.c removed all the "typedef gimage_function gimp_image_function" stuff so we 2000-12-30 00:16:50 +00:00
gimplayer-floating-sel.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimplayer.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimplayer.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
gimplist.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimplist.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpmarshal.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpmarshal.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpobject.c app/gimpbrushlist.c forgot to remove #include "gimpsignal.h" 2001-01-10 01:49:29 +00:00
gimpobject.h app/gimpbrushlist.c forgot to remove #include "gimpsignal.h" 2001-01-10 01:49:29 +00:00
gimpparasite.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpparasite.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpparasitelist.c app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimpparasitelist.h app/Makefile.am removed. added. 2001-01-10 00:36:54 +00:00
gimppattern-header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
gimppreviewcache.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimppreviewcache.h app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
gimpprojection-construct.c removed the "name" parameter and use GimpObject's name instead. 2001-01-10 03:13:03 +00:00
gimpprojection-construct.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpprojection.c app/commands.[ch] app/fileops.[ch] app/gdisplay.c Implemented "Save a Copy 2001-01-01 23:55:45 +00:00
gimpprojection.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpscanconvert.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpscanconvert.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimptooloptions.c app/apptypes.h app/brush_select_cmds.c app/brushes_cmds.c app/layer_cmds.c 2001-01-09 02:45:27 +00:00
gimptooloptions.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpunit.c app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpunit.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00