Gimp/app/paint
Michael Natterer fca7fc0257 removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can
2006-09-04  Michael Natterer  <mitch@gimp.org>

	* app/paint/paint-enums.[ch]: removed enum GimpHealAlignMode, we
	use the GimpSourceAlignMode now and can always disable REGISTERED
	in the GUI should it turn out to be really totally pointless.

	* app/paint/Makefile.am
	* app/paint/gimphealoptions.[ch]: removed. Its properties are
	completely covered by GimpSourceOptions.

	* app/paint/gimpheal.[ch]: derive from GimpSourceCore.

	* app/tools/gimphealtool.[ch]: derive from GimpSourceTool.
2006-09-04 15:40:56 +00:00
..
.cvsignore Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimp-paint.c Merged the "soc-2006-healing-brush" branch. That branch is now officially 2006-09-02 18:54:35 +00:00
gimp-paint.h app/paint/Makefile.am removed... ...and added. 2003-09-18 13:51:10 +00:00
gimpairbrush.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpairbrush.h took the fade options out of GimpGradientOptions and added them to the new 2003-07-15 15:38:24 +00:00
gimpairbrushoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpairbrushoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpbrushcore-kernels.h fixed rounding so that all brush kernels are created with a constant sum 2004-12-31 16:20:51 +00:00
gimpbrushcore.c minor cleanup. 2006-08-29 20:19:28 +00:00
gimpbrushcore.h app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpclone.c renamed enum GimpCloneAlignMode to GimpSourceAlignMode. 2006-09-02 22:39:26 +00:00
gimpclone.h renamed enum GimpCloneAlignMode to GimpSourceAlignMode. 2006-09-02 22:39:26 +00:00
gimpcloneoptions.c added non-property boolean member "use_source" which defalts to TRUE. 2006-09-03 14:38:42 +00:00
gimpcloneoptions.h renamed enum GimpCloneAlignMode to GimpSourceAlignMode. 2006-09-02 22:39:26 +00:00
gimpconvolve.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpconvolve.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpconvolveoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpconvolveoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpdodgeburn.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpdodgeburn.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpdodgeburnoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpdodgeburnoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimperaser.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimperaser.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimperaseroptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimperaseroptions.h removed "gboolean hard" member/property... 2003-07-14 14:50:41 +00:00
gimpheal.c removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
gimpheal.h removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
gimpink-blob.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimpink-blob.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpink-undo.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpink-undo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimpink.c app/paint/gimpclone.c minor cosmetic cleanup merged from the 2006-09-02 16:58:43 +00:00
gimpink.h added GIMP_UNDO_INK. 2005-01-14 20:13:54 +00:00
gimpinkoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpinkoptions.h app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch] 2004-05-26 15:34:45 +00:00
gimppaintbrush.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimppaintbrush.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimppaintcore-stroke.c app/*.[ch] converted tabs to spaces. 2006-04-12 12:49:29 +00:00
gimppaintcore-stroke.h Fixed & cleaned up paint function registration to work without GUI. 2003-08-30 13:22:20 +00:00
gimppaintcore-undo.c did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimppaintcore-undo.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimppaintcore.c added construct-only property "undo-desc". Use this when pushing an undo 2006-09-03 13:16:58 +00:00
gimppaintcore.h added construct-only property "undo-desc". Use this when pushing an undo 2006-09-03 13:16:58 +00:00
gimppaintoptions.c Changed GimpViewable preview rendering to have a context to get 2006-08-29 21:44:51 +00:00
gimppaintoptions.h did a global gimage -> image substitution. 2006-03-28 17:08:36 +00:00
gimppencil.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimppencil.h use G_DEFINE_TYPE(). 2005-12-07 21:11:53 +00:00
gimppenciloptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimppenciloptions.h app/paint/gimppencil.h app/paint/gimppenciloptions.h 2005-08-21 17:28:18 +00:00
gimpsmudge.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpsmudge.h app/paint/Makefile.am app/paint/gimpbrushcore-kernels.h new GimpPaintCore 2004-05-25 20:41:09 +00:00
gimpsmudgeoptions.c removed erroneous semicolon after G_DEFINE_TYPE macros. 2006-05-15 09:46:31 +00:00
gimpsmudgeoptions.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpsourcecore.c renamed enum GimpCloneAlignMode to GimpSourceAlignMode. 2006-09-02 22:39:26 +00:00
gimpsourcecore.h added non-property boolean member "use_source" which defalts to TRUE. 2006-09-03 14:38:42 +00:00
gimpsourceoptions.c added non-property boolean member "use_source" which defalts to TRUE. 2006-09-03 14:38:42 +00:00
gimpsourceoptions.h added non-property boolean member "use_source" which defalts to TRUE. 2006-09-03 14:38:42 +00:00
Makefile.am removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
makefile.msc include "gimpcontext.h" for gimp_context_set_gradient() 2006-09-03 12:39:24 +00:00
paint-enums.c removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
paint-enums.h removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can 2006-09-04 15:40:56 +00:00
paint-types.h Fixed incomplete core/ui separation of paint tools and paint methods: 2005-12-27 18:57:01 +00:00