gimp/app/tools
jaycox 823817cc52 app/paint_core.c: Improvements to the transform_core_do and cubic routines
app/paint_core.c: Improvements to the transform_core_do and cubic
	 routines by David Hodson <hodsond@acm.org>
	"This fixes a number of annoying inaccuracies in transform_core.
	The identity transform now leaves all pixels unchanged; previously
	it shifted the image by 1/2 pixel left and up. All edges of an
	image are now correctly antialiased after a transform. The cubic
	interpolation function has been changed to a slightly smoother one.
	The code has been tidied and rearranged for some minor improvements
	in efficiency, but the basic logic and tile handling have not changed."
1999-08-03 09:44:41 +00:00
..
airbrush.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
airbrush.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
bezier_select.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
bezier_select.h Changed:- 1999-04-13 21:50:28 +00:00
bezier_selectP.h app/bezier_select.c app/bezier_selectP.h app/paths_dialog.c 1999-05-26 20:36:33 +00:00
blend.c Restrict to horizontal/vertical blend when modifiers are pressed. 1999-07-26 18:13:10 +00:00
blend.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
blob.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
blob.h Let the user choose between elliptical, square, and diamond shaped brushes 1999-02-03 04:29:08 +00:00
brightness_contrast.c same cleanups as in my previous checkin. 1999-07-22 20:42:59 +00:00
brightness_contrast.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
bucket_fill.c app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
bucket_fill.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
by_color_select.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
by_color_select.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
clone.c more cursor support. new cursor fix that rounding error the right way this 1999-07-27 08:47:31 +00:00
clone.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
color_balance.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
color_balance.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
color_picker.c set the "preserve" flag to FALSE. This way the tool doesn't have to detect 1999-07-24 15:37:03 +00:00
color_picker.h set the "preserve" flag to FALSE. This way the tool doesn't have to detect 1999-07-24 15:37:03 +00:00
convolve.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
convolve.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
crop.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
crop.h Toggable tools! 1999-04-27 02:09:03 +00:00
curves.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
curves.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
dodgeburn.c app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c 1999-07-27 00:14:14 +00:00
dodgeburn.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
edit_selection.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
edit_selection.h namespace cleanups. 1999-06-21 22:12:07 +00:00
ellipse_select.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
ellipse_select.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
eraser.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
eraser.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
flip_tool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
flip_tool.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
free_select.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
free_select.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
fuzzy_select.c app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c 1999-07-27 00:14:14 +00:00
fuzzy_select.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpairbrushtool.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
gimpairbrushtool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimpblendtool.c Restrict to horizontal/vertical blend when modifiers are pressed. 1999-07-26 18:13:10 +00:00
gimpblendtool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpbrightnesscontrasttool.c same cleanups as in my previous checkin. 1999-07-22 20:42:59 +00:00
gimpbrightnesscontrasttool.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
gimpbucketfilltool.c app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
gimpbucketfilltool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpbycolorselecttool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpbycolorselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpclonetool.c more cursor support. new cursor fix that rounding error the right way this 1999-07-27 08:47:31 +00:00
gimpclonetool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimpcolorbalancetool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpcolorbalancetool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimpconvolvetool.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
gimpconvolvetool.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpcroptool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpcroptool.h Toggable tools! 1999-04-27 02:09:03 +00:00
gimpcurvestool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpcurvestool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimpdodgeburntool.c app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c 1999-07-27 00:14:14 +00:00
gimpdodgeburntool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimpeditselectiontool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpeditselectiontool.h namespace cleanups. 1999-06-21 22:12:07 +00:00
gimpellipseselecttool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpellipseselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimperasertool.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
gimperasertool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimpfliptool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpfliptool.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpfreeselecttool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimpfreeselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpfuzzyselecttool.c app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c 1999-07-27 00:14:14 +00:00
gimpfuzzyselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimphistogramtool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimphistogramtool.h new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimphuesaturationtool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimphuesaturationtool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimpinktool-blob.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpinktool-blob.h Let the user choose between elliptical, square, and diamond shaped brushes 1999-02-03 04:29:08 +00:00
gimpinktool.c set the "preserve" flag to FALSE. This way the tool doesn't have to detect 1999-07-24 15:37:03 +00:00
gimpinktool.h Added new files for handling scan-converted convex polygons. (From gsumi) 1998-06-14 22:42:36 +00:00
gimpiscissorstool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimpiscissorstool.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimplevelstool.c change from greyscale bars to colour ones similar to curves.c. Is this any 1999-07-05 19:49:55 +00:00
gimplevelstool.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
gimpmagnifytool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpmagnifytool.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpmovetool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpmovetool.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimppaintoptions-gui.h app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
gimppenciltool.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
gimppenciltool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpperspectivetool.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpperspectivetool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpposterizetool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpposterizetool.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
gimprectselecttool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimprectselecttool.h namespace cleanups. 1999-06-21 22:12:07 +00:00
gimpregionselecttool.c app/actionarea.c app/dodgeburn.c app/fuzzy_select.c app/gimpparasite.c 1999-07-27 00:14:14 +00:00
gimpregionselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimprotatetool.c added a few functions to test for matrix properties 1999-07-09 14:51:01 +00:00
gimprotatetool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpscaletool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimpscaletool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpselectionoptions.h app/airbrush.c app/bezier_select.c app/blend.c app/brightness_contrast.c 1999-04-12 17:55:06 +00:00
gimpsheartool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpsheartool.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
gimpsmudgetool.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
gimpsmudgetool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimpsourcetool.c more cursor support. new cursor fix that rounding error the right way this 1999-07-27 08:47:31 +00:00
gimpsourcetool.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
gimptexttool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
gimptexttool.h new file (from pdbgen) 1999-04-10 04:54:34 +00:00
gimpthresholdtool.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
gimpthresholdtool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
histogram_tool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
histogram_tool.h new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
hue_saturation.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
hue_saturation.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
ink.c set the "preserve" flag to FALSE. This way the tool doesn't have to detect 1999-07-24 15:37:03 +00:00
ink.h Added new files for handling scan-converted convex polygons. (From gsumi) 1998-06-14 22:42:36 +00:00
iscissors.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
iscissors.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
levels.c change from greyscale bars to colour ones similar to curves.c. Is this any 1999-07-05 19:49:55 +00:00
levels.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
magnify.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
magnify.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
move.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
move.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
paint_core.c Fixed a bug in the line-preview. 1999-08-01 14:26:59 +00:00
paint_core.h the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
paint_options.h app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
paintbrush.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
paintbrush.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
pencil.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
pencil.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
perspective_tool.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
perspective_tool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
posterize.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
posterize.h build color_cmds, lut_funcs, and pixel_processor feedback in the splash 1999-04-09 06:00:11 +00:00
rect_select.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
rect_select.h namespace cleanups. 1999-06-21 22:12:07 +00:00
rect_selectP.h namespace cleanups. 1999-06-21 22:12:07 +00:00
rotate_tool.c added a few functions to test for matrix properties 1999-07-09 14:51:01 +00:00
rotate_tool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
scale_tool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
scale_tool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
selection_options.h app/airbrush.c app/bezier_select.c app/blend.c app/brightness_contrast.c 1999-04-12 17:55:06 +00:00
shear_tool.c add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
shear_tool.h add sample_colorize and curve_bend defs 1999-07-28 23:00:08 +00:00
smudge.c ./app/clone.c ./app/airbrush.c ./app/bezier_select.c ./app/paintbrush.c 1999-07-22 23:11:46 +00:00
smudge.h app/indicator_area.c app/paths_dialog.c app/tools_cmds.c app/airbrush.c 1999-07-19 22:42:49 +00:00
text_tool.c new ui for the "Layer Offset" dialog. 1999-07-22 16:21:10 +00:00
text_tool.h new file (from pdbgen) 1999-04-10 04:54:34 +00:00
threshold.c the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
threshold.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
tool_options.c app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
tool_options.h app/airbrush.c app/bezier_select.c app/blend.c app/brightness_contrast.c 1999-04-12 17:55:06 +00:00
tools.c app/airbrush.c app/blend.c app/bucket_fill.c app/clone.c app/convolve.c 1999-07-06 15:18:25 +00:00
tools.h the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
transform_core.c app/paint_core.c: Improvements to the transform_core_do and cubic routines 1999-08-03 09:44:41 +00:00
transform_core.h the Tool structure is now allocated by a common constructor which sets 1999-07-02 17:40:10 +00:00
transform_tool.c Fixed a typo 1999-07-27 01:09:04 +00:00
transform_tool.h app/bezier_select.c app/bezier_selectP.h app/paths_dialog.c 1999-05-26 20:36:33 +00:00