gimp/app/tools
Manish Singh 8b11c6c1fc listed tools first in SUBDIRS, so xgettext can grab the autogenned files
* Makefile.am: listed tools first in SUBDIRS, so xgettext can grab
the autogenned files

* acconfig.h: removed unused HAVE_XSHM_H

* tools/pdbgen/app.pl: added proc invoke method, nicer header
formatting

* tools/pdbgen/pdb/layer.pdb: use layer_mask type for return value
for layer_create_mask

* tools/pdbgen/pdb/misc.pdb: added quit proc

* tools/pdbgen/pdb/tools.pdb: added ink proc, but not added to @procs
since it's incomplete

* tools/pdbgen/pdb/fileops.pdb: new file

* app/Makefile.am: added fileops_cmds.c

* app/app_procs.c
* app/fileops.c
* app/ink.c: removed PDB procs (the one in ink.c was incomplete)

* app/fileops.h: exported load_procs, save_procs, and file_proc_find()

* app/plug_in.h: exported enum, #include <sys/types.h>

* app/brushes_cmds.c
* app/fileops_cmds.c
* app/layer_cmds.c
* app/misc_cmds.c
* app/parasite_cmds.c
* app/patterns_cmds.c
* app/procedural_db_cmds.c
* app/text_tool_cmds.c
* app/internal_procs.c: pdbgen updates

* app/paint_funcs.c: the glibc 2.1 docs say using SVID threadsafe
random functions are preferable to rand_r, so use them instead of
a mutex

-Yosh
1999-04-30 21:11:27 +00:00
..
airbrush.c First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
airbrush.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
bezier_select.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
bezier_select.h Changed:- 1999-04-13 21:50:28 +00:00
bezier_selectP.h Changed:- 1999-04-05 23:33:50 +00:00
blend.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
clone.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
color_balance.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
color_balance.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
color_picker.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
color_picker.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
convolve.c Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +00:00
convolve.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
crop.c Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +00:00
crop.h Toggable tools! 1999-04-27 02:09:03 +00:00
curves.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
curves.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
edit_selection.c Finished the opaque-move stuff... hopefully. Float and selection-mask 1999-04-24 20:58:55 +00:00
edit_selection.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
ellipse_select.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
eraser.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
flip_tool.c fixed a cut-and-paste bug: vertical flip iterates over rows, not columns. 1999-04-29 22:54:09 +00:00
flip_tool.h Toggable tools! 1999-04-27 02:09:03 +00:00
free_select.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
gimpairbrushtool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpblendtool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
gimpclonetool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpcolorbalancetool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimpcolorbalancetool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimpconvolvetool.c Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +00:00
gimpconvolvetool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpcroptool.c Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +00:00
gimpcroptool.h Toggable tools! 1999-04-27 02:09:03 +00:00
gimpcurvestool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimpcurvestool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimpeditselectiontool.c Finished the opaque-move stuff... hopefully. Float and selection-mask 1999-04-24 20:58:55 +00:00
gimpeditselectiontool.h Have fun recompiling gimp everyone. It's the great FSF address change! 1998-04-13 05:44:11 +00:00
gimpellipseselecttool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
gimperasertool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpfliptool.c fixed a cut-and-paste bug: vertical flip iterates over rows, not columns. 1999-04-29 22:54:09 +00:00
gimpfliptool.h Toggable tools! 1999-04-27 02:09:03 +00:00
gimpfreeselecttool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimphistogramtool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
gimphuesaturationtool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 listed tools first in SUBDIRS, so xgettext can grab the autogenned files 1999-04-30 21:11:27 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
gimppenciltool.c First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimprectselecttool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpregionselecttool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +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 file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +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 new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpsheartool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpsourcetool.c First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
gimpsourcetool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimptexttool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimptexttool.h new file (from pdbgen) 1999-04-10 04:54:34 +00:00
gimpthresholdtool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
gimpthresholdtool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
histogram_tool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
histogram_tool.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
hue_saturation.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
hue_saturation.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
ink.c listed tools first in SUBDIRS, so xgettext can grab the autogenned files 1999-04-30 21:11:27 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
paint_core.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
paint_options.h First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +00:00
paintbrush.c removed some nonfunctional code. 1999-04-23 06:07:09 +00:00
paintbrush.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
pencil.c First version of per-tool paint options. No PDB interface yet. The tool 1999-04-22 14:34:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
rect_select.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
rect_selectP.h The new "Fixed Size" option now works with 1998-07-20 18:19:20 +00:00
rotate_tool.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +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 file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +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 new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
shear_tool.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
text_tool.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
text_tool.h new file (from pdbgen) 1999-04-10 04:54:34 +00:00
threshold.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
threshold.h moved a bunch of PDB stuff here 1999-04-21 05:39:57 +00:00
tool_options.c Some code cleanup, changes to the crop-modifier_key_func and 128n fixes. 1999-04-28 18:58:01 +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 Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
tools.h Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
transform_core.c Moved from toggle_key_func to modifier_key_func. 1999-04-27 21:06:00 +00:00
transform_core.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
transform_tool.c More cosmetic stuff. Getting used to the new tool_options ... ;-) 1999-04-20 19:23:38 +00:00
transform_tool.h A few fixes to the new transform tool UI. 1998-08-14 14:46:24 +00:00