app/dialogs/Makefile.am removed...

2004-09-23  Michael Natterer  <mitch@gimp.org>

	* app/dialogs/Makefile.am
	* app/dialogs/color-dialog.[ch]: removed...

	* app/widgets/Makefile.am
	* app/widgets/widgets-types.h
	* app/widgets/gimpcolordialog.[ch]: ...and added as widget.

	* app/core/gimpmarshal.list: new marshaller VOID__BOXED_ENUM.

	* app/widgets/widgets-enums.[ch]: new enum GimpColorDialogState.

	* app/widgets/gimpcolormapeditor.[ch]
	* app/widgets/gimpcolorpanel.[ch]
	* app/widgets/gimpgradienteditor.[ch]
	* app/widgets/gimppaletteeditor.[ch]
	* app/widgets/gimptoolbox-color-area.c
	* app/actions/gradient-editor-commands.c
	* app/actions/view-commands.c: ported to GimpColorDialog. Removes
	a whole bunch of ugly widgets/ -> dialogs/ dependencies.
This commit is contained in:
Michael Natterer
2004-09-23 20:41:40 +00:00
committed by Michael Natterer
parent 58b08f867a
commit ee5354e4b7
22 changed files with 678 additions and 1133 deletions

View File

@ -25,8 +25,6 @@
#include "gimpdataeditor.h"
#include "dialogs/dialogs-types.h" /* FIXME */
#define GRAD_NUM_COLORS 10
@ -70,7 +68,7 @@ struct _GimpGradientEditor
gboolean instant_update;
/* Color dialog */
ColorDialog *color_dialog;
GtkWidget *color_dialog;
/* Gradient preview */
gint preview_last_x;