gimp/app/base
Michael Natterer bec4c72534 app/tools/tools-types.h chain up unconditionally in control(),
2002-02-18  Michael Natterer  <mitch@gimp.org>

	* app/tools/tools-types.h
	* app/tools/*.[ch]: chain up unconditionally in control(),
	s/ToolAction/GimpToolAction/g, s/ToolState/GimpToolState/g.

	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpinktool.c
	* app/tools/gimppainttool.c: don't touch tool->paused_count
	(setting it to 0 was a hack which should no longer be needed).

	* app/tools/gimpdrawtool.c: check if the draw tool has actually
	been started (draw_tool->gdisp != NULL) before calling it's
	draw() function.

	* app/tools/tool_manager.c: simplified tool_manager_control_active():
	simply call gimp_tool_control() if gdisp == tool->gdisp.

	* app/tools/gimptool.[ch]: gimp_tool_control(): do all the PAUSE,
	RESUME and HALT voodoo here.

	* app/tools/gimppainttool.c: implemented #9902 (Drawing straight
	lines does not work between different views). It's an evil hack,
	but clearly marked in the source.
2002-02-18 17:00:09 +00:00
..
.cvsignore removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
Makefile.am app/base/Makefile.am app/core/Makefile.am nicer output of glib-mkenums. 2001-12-30 15:35:27 +00:00
base-config.c Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
base-config.h Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
base-enums.h renamed GimpInterpolationType values to something sane and unexported it 2002-02-12 03:30:52 +00:00
base-types.h app/base/base-enums.h moved all remaining enums to base-enums.h 2001-12-11 18:11:56 +00:00
base.c from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
base.h app/base/Makefile.am new files for base_init() and base_exit() which 2001-05-20 18:37:07 +00:00
boundary.c some more g_malloc -> g_new and g_realloc -> g_renew changes, for better 2001-12-18 18:52:53 +00:00
boundary.h Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
brush-scale.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
brush-scale.h new directory app/base/ 2001-05-15 11:25:25 +00:00
color-balance.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
color-balance.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
cpercep.c add a -DGIMP_COMPILATION so cpercep can optionally include glib.h. This 2002-02-17 18:28:47 +00:00
cpercep.h minor function renaming. 2002-02-10 19:01:44 +00:00
curves.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
curves.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
detect-mmx.S app/Makefile.am removed. 2001-07-11 23:47:26 +00:00
detect-mmx.h app/appenv.h removed "use_mmx" and the MMX detection. 2001-07-13 19:25:34 +00:00
gimphistogram.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
gimphistogram.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
gimplut.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
gimplut.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
hue-saturation.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
hue-saturation.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
lut-funcs.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
lut-funcs.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
pixel-processor.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
pixel-processor.h new directory app/base/ 2001-05-15 11:25:25 +00:00
pixel-region.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
pixel-region.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
pixel-surround.c some more g_malloc -> g_new and g_realloc -> g_renew changes, for better 2001-12-18 18:52:53 +00:00
pixel-surround.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
temp-buf.c app/app_procs.c app/base/temp-buf.c app/core/gimpmodules.c 2002-02-18 14:34:50 +00:00
temp-buf.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
threshold.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
threshold.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-cache.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-cache.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tile-manager-crop.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-manager-crop.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
tile-manager-private.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-manager.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
tile-manager.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
tile-private.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
tile-swap.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile-swap.h new directory app/base/ 2001-05-15 11:25:25 +00:00
tile.c removed from CVS, they are generated. 2001-12-07 16:10:53 +00:00
tile.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00