gimp/app/tools
Michael Natterer 3eb62f8756 removed crap from ancient times when tools used to be an enum.
2001-02-23  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c: removed crap from ancient times when tools
	used to be an enum.

	* app/brush_select.[ch]: cleaned up the gui and made global paint
	mode toggling much simpler by expanding vertically instead of
	reparenting.

	* app/context_manager.c: removed hack by using a tool manager
	accessor function.

	* app/gimpcontext.c: use the new standard tool info object. Tools
	also _behave_ like all other data types now (can e.g. be
	refreshed).

	* app/tools/tool.[ch]

	* app/tools/gimptoolinfo.[ch]: added an "identifier" which is an
	untranslated string with a meaningful prefix and name, e.g.
	"gimp:color_picker_tool". Renamed "tool_name" and "tool_desc"
	to "blurb" and "help", changed the constructor accordingly.
	Added gimp_tool_info_get_standards() to make the context work
	with tool refresh.

	* app/tools/tool_manager.[ch]
	* app/tools/tools.c: removed the global list of tool class
	structures because the tool info list is in place.
	Added tool_manager_register_tool_options() which calls
	tool_options_dialog_add() and registers the options in the
	global_tool_info_list.

	* app/tools/Makefile.am
	* app/tools/paint_options.[ch]
	* app/tools/selection_options.[ch]
	* app/tools/tool_options.[ch]
	* app/tools/tool_options_dialog.[ch]: build them all again. This
	is mostly the old tool options system with minor modifications to
	work with the new stuff. The tool options auto-update with the user
	context now, so there are no update functions any more.

	* app/gimpdnd.c
	* app/toolbox.c
	* app/tools/color_picker.c
	* app/tools/measure.c
	* app/tools/move.c: changed accordingly.
2001-02-23 21:32:47 +00:00
..
.cvsignore configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +00:00
airbrush.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
airbrush.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
airbrush_blob.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
airbrush_blob.h Update of the Xinput airbrush, fixed some bugs. It's a bit closer to a 1999-11-14 20:49:14 +00:00
bezier_select.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
bezier_select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
bezier_selectP.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
blend.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
blend.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
blob.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
blob.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
brightness_contrast.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
brightness_contrast.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
bucket_fill.c app/Makefile.am new object. 2001-02-04 17:34:30 +00:00
bucket_fill.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
by_color_select.c renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
by_color_select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
clone.c app/Makefile.am new object. 2001-02-04 17:34:30 +00:00
clone.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
color_balance.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
color_balance.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
color_picker.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
color_picker.h Made the tool system work again and integrated it back with the 2001-02-21 12:18:09 +00:00
convolve.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
convolve.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
crop.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
crop.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
curves.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
curves.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
dodgeburn.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
dodgeburn.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
edit_selection.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
edit_selection.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
ellipse_select.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
ellipse_select.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
eraser.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
eraser.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
flip_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
flip_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
free_select.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
free_select.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
fuzzy_select.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
fuzzy_select.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimpairbrushtool.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimpairbrushtool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpblendtool.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimpblendtool.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
gimpbrightnesscontrasttool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpbrightnesscontrasttool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpbucketfilltool.c app/Makefile.am new object. 2001-02-04 17:34:30 +00:00
gimpbucketfilltool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpbycolorselecttool.c renamed gimp_container_lookup() back to gimp_container_have(). Virtualized 2001-02-04 14:10:03 +00:00
gimpbycolorselecttool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpclonetool.c app/Makefile.am new object. 2001-02-04 17:34:30 +00:00
gimpclonetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpcolorbalancetool.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
gimpcolorbalancetool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpconvolvetool.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
gimpconvolvetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpcroptool.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
gimpcroptool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpcurvestool.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimpcurvestool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpdodgeburntool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpdodgeburntool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpeditselectiontool.c converted gimage->layers and gimage->channels to GimpLists. 2001-02-19 13:06:09 +00:00
gimpeditselectiontool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpellipseselecttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimpellipseselecttool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimperasertool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimperasertool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpfliptool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpfliptool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpfreeselecttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimpfreeselecttool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpfuzzyselecttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimpfuzzyselecttool.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimphistogramtool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimphistogramtool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimphuesaturationtool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimphuesaturationtool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpinktool-blob.c Makefile.am configure.in added stuff for the new library below. 2001-01-23 23:56:18 +00:00
gimpinktool-blob.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpinktool.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
gimpinktool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpiscissorstool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimpiscissorstool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimplevelstool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimplevelstool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpmagnifytool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpmagnifytool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimpmeasuretool.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpmeasuretool.h forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimpmovetool.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpmovetool.h forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
gimppaintoptions-gui.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimppaintoptions-gui.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimppenciltool.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
gimppenciltool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpperspectivetool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpperspectivetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpposterizetool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpposterizetool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimprectselecttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimprectselecttool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpregionselecttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimpregionselecttool.h app/Makefile.am new file. 2001-01-29 02:45:02 +00:00
gimprotatetool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimprotatetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpscaletool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpscaletool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpselectionoptions.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpselectionoptions.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimpsheartool.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
gimpsheartool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpsmudgetool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpsmudgetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpsourcetool.c app/Makefile.am new object. 2001-02-04 17:34:30 +00:00
gimpsourcetool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimptexttool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
gimptexttool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
gimpthresholdtool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
gimpthresholdtool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
gimptool.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimptool.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimptoolinfo.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
gimptoolinfo.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
histogram_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
histogram_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
hue_saturation.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
hue_saturation.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
ink.c app/Makefile.am app/apptypes.h new object. Everything that can have a 2001-02-04 22:10:54 +00:00
ink.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
iscissors.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
iscissors.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
levels.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
levels.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
magnify.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
magnify.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
Makefile.am removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
measure.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
measure.h forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
move.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
move.h forgot one s/gimptool/gimptool-1.4/ 2001-02-21 21:56:39 +00:00
paint_core.c prototype for an extension that allows gmodules as plugins. Known bug: 2001-02-14 04:55:21 +00:00
paint_core.h made gradient_get_color_at() use GimpRGB. 2001-01-20 16:28:05 +00:00
paint_core_kernels.h app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 08:40:29 +00:00
paint_options.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
paint_options.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
paintbrush.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
paintbrush.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
path_tool.c app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
path_tool.h app/path_tool.h app/path_tool.c app/path_toolP.h app/path_curves.h 1999-10-06 23:24:22 +00:00
path_toolP.h a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
pencil.c app/Makefile.am app/gradientP.h removed. 2001-02-10 19:35:29 +00:00
pencil.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
perspective_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
perspective_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
posterize.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
posterize.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
rect_select.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
rect_select.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
rect_selectP.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
rotate_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
rotate_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
scale_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
scale_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
selection_options.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
selection_options.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
shear_tool.c add <stdlib.h> and/or <string.h> headers where needed 2001-02-04 04:51:17 +00:00
shear_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
smudge.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
smudge.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
text_tool.c app/Makefile.am app/gimpchannel.[ch] new files moved here by Yosh. 2001-02-01 18:44:22 +00:00
text_tool.h app/airbrush.[ch] app/bezier_select.c app/bezier_selectP.h app/blend.[ch] 2000-12-31 04:07:42 +00:00
threshold.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
threshold.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
tool.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_manager.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_manager.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_options.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_options.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_options_dialog.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tool_options_dialog.h removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
tools.c removed crap from ancient times when tools used to be an enum. 2001-02-23 21:32:47 +00:00
transform_core.c app/Makefile.am removed. 2001-02-03 22:05:41 +00:00
transform_core.h cleaned up a bit. 2000-12-31 05:31:43 +00:00
transform_tool.c Makefile.am configure.in added the new library below. 2001-01-24 22:36:18 +00:00
transform_tool.h app/Makefile.am app/channel_pvt.h app/drawable_pvt.h app/gdisplayF.h 2000-12-29 15:22:01 +00:00
xinput_airbrush.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
xinput_airbrush.h Okay I have committed the ugly airbrush now 1999-09-07 01:33:44 +00:00