gimp/app/paint
Manish Singh ccac10a4b0 new file, containes the PDB stuff for most of the tools
* app/tools_cmds.c: new file, containes the PDB stuff for most
of the tools

* app/gimprc_cmds.c: new file, PDB interface stuff for gimprc
access

* app/Makefile.am: added tools_cmds.c and gimprc_cmds.c

* app/airbrush.[ch]
* app/blend.[ch]
* app/bucket_fill.[ch]
* app/by_color_select.[ch]
* app/clone.[ch]
* app/color_picker.[ch]
* app/convolve.[ch]
* app/crop.[ch]
* app/ellipse_select.[ch]
* app/eraser.[ch]
* app/flip_tool.[ch]
* app/free_select.[ch]
* app/fuzzy_select.[ch]
* app/gimprc.[ch]
* app/paintbrush.[ch]
* app/pencil.[ch]
* app/perspective_tool.[ch]
* app/rect_select.c app/rect_select.h
* app/rotate_tool.[ch]
* app/scale_tool.[ch]
* app/shear_tool.[ch]: bye bye PDB stuff (exported necessary enums
functions, vars, etc.)

* app/internal_procs.c: use register_foo functions

* app/blend.[ch]: GradientType enum case changed

* app/bucket_fill.[ch]: s/FillMode/BucketFillMode/, made the enum
more consistent

* app/clone.[ch]: capitalized the CloneType enum

* app/color_picker.[ch]: changed get_color to pick_color so we don't
conflict with colormaps.c get_color

* app/convolve.[ch]: capitalized the ConvolveType enum

* app/paint_core.h: made a GradientPaintMode enum

* app/transform_core.h: BoundingBox enum

* app/scale_tool.c: use the generic bounding box enum for X1, Y1, etc.

* app/shear_tool.[ch]: turned HORZ and VERT into a ShearType enum

-Yosh
1999-04-18 21:22:41 +00:00
..
gimpairbrush.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpairbrush.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpclone.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpclone.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpconvolve.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpconvolve.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimperaser.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimperaser.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpink-blob.c First batch of changes to merge the Win32 version. This will be 1999-02-20 23:20:54 +00:00
gimpink-blob.h Let the user choose between elliptical, square, and diamond shaped brushes 1999-02-03 04:29:08 +00:00
gimpink.c app/bucket_fill.c app/clone.c app/convolve.c app/flip_tool.c app/ink.c 1999-04-17 23:18:43 +00:00
gimpink.h Added new files for handling scan-converted convex polygons. (From gsumi) 1998-06-14 22:42:36 +00:00
gimppencil.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimppencil.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpsourcecore.c new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00
gimpsourcecore.h new file, containes the PDB stuff for most of the tools 1999-04-18 21:22:41 +00:00