.. |
.cvsignore
|
configure.in app/Makefile.am moved all tool sources to app/tools
|
2001-01-22 01:46:28 +00:00 |
Makefile.am
|
Merged the "soc-2006-perspective-clone" branch. That branch is now
|
2006-09-07 17:10:22 +00:00 |
gimp-tools.c
|
Merged the "soc-2006-perspective-clone" branch. That branch is now
|
2006-09-07 17:10:22 +00:00 |
gimp-tools.h
|
Let the user decide whether tool options are persistant or not as
|
2005-04-11 21:17:59 +00:00 |
gimpairbrushtool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpairbrushtool.h
|
took the fade options out of GimpGradientOptions and added them to the new
|
2003-07-15 15:38:24 +00:00 |
gimpalignoptions.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimpalignoptions.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-06-07 21:29:54 +00:00 |
gimpaligntool.c
|
added missing GError** parameter.
|
2006-10-06 19:44:58 +00:00 |
gimpaligntool.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-06-09 21:52:45 +00:00 |
gimpblendoptions.c
|
added gimp_prop_expanding_frame_new() which creates a frame with a toggle
|
2006-10-18 19:54:18 +00:00 |
gimpblendoptions.h
|
added "gboolean reverse" to gimp_gradient_get_color_at() so all gradients
|
2003-07-22 14:24:11 +00:00 |
gimpblendtool.c
|
app/paint/gimpclone.c app/paint/gimpheal.c
|
2006-09-26 21:53:43 +00:00 |
gimpblendtool.h
|
reset the active_modifier_state *after* invoking the tool's
|
2006-09-12 19:36:05 +00:00 |
gimpbrightnesscontrasttool.c
|
added GError** parameter to GimpPaintCore::start().
|
2006-09-26 20:55:40 +00:00 |
gimpbrightnesscontrasttool.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2005-05-31 19:33:14 +00:00 |
gimpbrushtool.c
|
app/actions/tools-actions.c added actions and callbacks for the new paint
|
2006-11-17 13:06:00 +00:00 |
gimpbrushtool.h
|
app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass
|
2006-08-15 21:46:22 +00:00 |
gimpbucketfilloptions.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimpbucketfilloptions.h
|
Applied (modified and enhanced) patch from Chris Moller which allows tools
|
2006-08-05 13:02:47 +00:00 |
gimpbucketfilltool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpbucketfilltool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpbycolorselecttool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpbycolorselecttool.h
|
app/tools/Makefile.am new abstract base class which does about the same as
|
2006-07-31 11:42:51 +00:00 |
gimpclonetool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpclonetool.h
|
app/tools/Makefile.am new class which is essentially a copy of
|
2006-09-03 23:11:35 +00:00 |
gimpcolorbalancetool.c
|
app/paint/gimpclone.c app/paint/gimpheal.c
|
2006-09-26 21:53:43 +00:00 |
gimpcolorbalancetool.h
|
More color correction stuff cleanup:
|
2002-09-04 15:25:15 +00:00 |
gimpcolorizetool.c
|
added GError** parameter to GimpPaintCore::start().
|
2006-09-26 20:55:40 +00:00 |
gimpcolorizetool.h
|
changed the range of the "lightness" parameter to [-100..+100], where -100
|
2003-11-18 16:06:47 +00:00 |
gimpcoloroptions.c
|
removed erroneous semicolon after G_DEFINE_TYPE macros.
|
2006-05-15 09:46:31 +00:00 |
gimpcoloroptions.h
|
Let all GimpImageMap tools remember the state of the preview toggle (bug
|
2004-02-22 14:28:53 +00:00 |
gimpcolorpickeroptions.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimpcolorpickeroptions.h
|
Allow to disable the color picker info dialog. Fixes bug #315011:
|
2005-09-26 16:01:13 +00:00 |
gimpcolorpickertool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpcolorpickertool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpcolortool.c
|
app/actions/tools-actions.c added actions and callbacks for the new paint
|
2006-11-17 13:06:00 +00:00 |
gimpcolortool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpconvolvetool.c
|
changed menu label to "Bl_ur / Sharpen" and shortcut to Shift+U. Fixes bug
|
2006-09-26 22:58:10 +00:00 |
gimpconvolvetool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpcropoptions.c
|
minor cleanup.
|
2006-10-13 13:09:32 +00:00 |
gimpcropoptions.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-06 15:38:28 +00:00 |
gimpcroptool.c
|
app/tools/gimpcroptool.c app/tools/gimprectangleselecttool.c moved stuff
|
2006-11-05 14:11:34 +00:00 |
gimpcroptool.h
|
app/tools/gimpcroptool.[ch] app/tools/gimpellipseselecttool.c
|
2006-11-05 12:35:59 +00:00 |
gimpcurvestool.c
|
app/paint/gimpclone.c app/paint/gimpheal.c
|
2006-09-26 21:53:43 +00:00 |
gimpcurvestool.h
|
added keyboard control to the Curves tool as suggested in bug #154809.
|
2005-10-19 15:42:29 +00:00 |
gimpdodgeburntool.c
|
changed menu label to "Bl_ur / Sharpen" and shortcut to Shift+U. Fixes bug
|
2006-09-26 22:58:10 +00:00 |
gimpdodgeburntool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpdrawtool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpdrawtool.h
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpeditselectiontool.c
|
Fixing include/declaration issues in the application:
|
2006-11-24 14:08:40 +00:00 |
gimpeditselectiontool.h
|
Fixing include/declaration issues in the application:
|
2006-11-24 14:08:40 +00:00 |
gimpellipseselecttool.c
|
app/tools/gimpcroptool.[ch] app/tools/gimpellipseselecttool.c
|
2006-11-05 12:35:59 +00:00 |
gimpellipseselecttool.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-06-10 21:34:12 +00:00 |
gimperasertool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimperasertool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpflipoptions.c
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpflipoptions.h
|
Getting rid of some legacy filenames:
|
2003-06-29 20:40:45 +00:00 |
gimpfliptool.c
|
app/tools/gimpfliptool.c app/tools/gimpperspectivetool.c
|
2006-10-17 09:38:51 +00:00 |
gimpfliptool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpforegroundselectoptions.c
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpforegroundselectoptions.h
|
app/display/gimpdisplayshell-render.c app/display/gimpdisplayshell.[ch]
|
2006-03-17 13:27:08 +00:00 |
gimpforegroundselecttool-undo.c
|
did a global gimage -> image substitution.
|
2006-03-28 17:08:36 +00:00 |
gimpforegroundselecttool-undo.h
|
did a global gimage -> image substitution.
|
2006-03-28 17:08:36 +00:00 |
gimpforegroundselecttool.c
|
add support for G_TYPE_INT properties.
|
2006-11-22 20:38:36 +00:00 |
gimpforegroundselecttool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpfreeselecttool.c
|
Separate selection tool function (select, move, cut, ...) from selection
|
2006-10-18 08:04:55 +00:00 |
gimpfreeselecttool.h
|
did a global gdisp -> display substitution.
|
2006-03-28 17:59:18 +00:00 |
gimpfuzzyselecttool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpfuzzyselecttool.h
|
app/tools/Makefile.am new abstract base class which does about the same as
|
2006-07-31 11:42:51 +00:00 |
gimphealtool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimphealtool.h
|
removed enum GimpHealAlignMode, we use the GimpSourceAlignMode now and can
|
2006-09-04 15:40:56 +00:00 |
gimphistogramoptions.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimphistogramoptions.h
|
call gimp_image_colormap_changed() after installing the colormap.
|
2004-02-12 14:09:35 +00:00 |
gimphuesaturationtool.c
|
added GError** parameter to GimpPaintCore::start().
|
2006-09-26 20:55:40 +00:00 |
gimphuesaturationtool.h
|
app/base/hue-saturation.[ch] applied a patch from Joao S. O. Bueno
|
2005-03-12 12:25:57 +00:00 |
gimpimagemapoptions.c
|
removed erroneous semicolon after G_DEFINE_TYPE macros.
|
2006-05-15 09:46:31 +00:00 |
gimpimagemapoptions.h
|
app/tools/gimpcurvestool.[ch] app/tools/gimpimagemapoptions.[ch]
|
2004-02-25 10:23:43 +00:00 |
gimpimagemaptool.c
|
Added message severities and make sure all messages are routed through a
|
2006-10-09 08:17:22 +00:00 |
gimpimagemaptool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpinkoptions-gui.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimpinkoptions-gui.h
|
app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch]
|
2004-05-26 15:34:45 +00:00 |
gimpinktool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpinktool.h
|
app/paint/Makefile.am app/paint/gimpink-blob.[ch] app/paint/gimpink.[ch]
|
2004-05-26 15:34:45 +00:00 |
gimpiscissorstool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpiscissorstool.h
|
app/gui/edit-commands.c added "Fill with Pattern" menu entry as suggested
|
2003-07-02 18:01:19 +00:00 |
gimplevelstool.c
|
app/paint/gimpclone.c app/paint/gimpheal.c
|
2006-09-26 21:53:43 +00:00 |
gimplevelstool.h
|
app/tools/gimpcurvestool.[ch] removed obsoleted variables.
|
2004-02-25 12:31:18 +00:00 |
gimpmagnifyoptions.c
|
app/tools/gimpairbrushtool.c app/tools/gimpalignoptions.c
|
2006-08-27 22:19:35 +00:00 |
gimpmagnifyoptions.h
|
app/tools/gimpmagnifyoptions.[ch] applied a patch from William Skaggs that
|
2004-05-10 17:02:20 +00:00 |
gimpmagnifytool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpmagnifytool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpmeasureoptions.c
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpmeasureoptions.h
|
Getting rid of some legacy filenames:
|
2003-06-29 20:40:45 +00:00 |
gimpmeasuretool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpmeasuretool.h
|
app/tools/gimpmeasuretool.h fixed _GET_OPTIONS() macros.
|
2006-09-13 10:44:40 +00:00 |
gimpmoveoptions.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-10-03 19:32:41 +00:00 |
gimpmoveoptions.h
|
app/config/gimpguiconfig.[ch] app/config/gimprc-blurbs.h
|
2004-10-30 15:02:39 +00:00 |
gimpmovetool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpmovetool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimppaintbrushtool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimppaintbrushtool.h
|
app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass
|
2006-08-15 21:46:22 +00:00 |
gimppaintoptions-gui.c
|
add support for G_TYPE_INT properties.
|
2006-11-22 20:38:36 +00:00 |
gimppaintoptions-gui.h
|
Getting rid of some legacy filenames:
|
2003-06-29 20:40:45 +00:00 |
gimppainttool.c
|
added _valist() variants of all printf-style functions.
|
2006-09-28 11:07:55 +00:00 |
gimppainttool.h
|
app/tools/gimpmeasuretool.h fixed _GET_OPTIONS() macros.
|
2006-09-13 10:44:40 +00:00 |
gimppenciltool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimppenciltool.h
|
took the fade options out of GimpGradientOptions and added them to the new
|
2003-07-15 15:38:24 +00:00 |
gimpperspectiveclonetool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpperspectiveclonetool.h
|
added macro GIMP_PERSPECTIVE_CLONE_TOOL_GET_OPTIONS()
|
2006-09-13 18:00:30 +00:00 |
gimpperspectivetool.c
|
app/tools/gimpfliptool.c app/tools/gimpperspectivetool.c
|
2006-10-17 09:38:51 +00:00 |
gimpperspectivetool.h
|
app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c
|
2006-03-31 13:36:34 +00:00 |
gimpposterizetool.c
|
added GError** parameter to GimpPaintCore::start().
|
2006-09-26 20:55:40 +00:00 |
gimpposterizetool.h
|
Color correction tool chopping:
|
2002-08-26 11:35:56 +00:00 |
gimprectangleoptions.c
|
remove GIMP_CONFIG_PARAM_SERIALIZE from the x0, y0, width, height,
|
2006-11-05 15:10:57 +00:00 |
gimprectangleoptions.h
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-23 20:45:06 +00:00 |
gimprectangleselectoptions.c
|
added gimp_prop_expanding_frame_new() which creates a frame with a toggle
|
2006-10-18 19:54:18 +00:00 |
gimprectangleselectoptions.h
|
Applied modified patch from Martin Nordholts which adds a "Rounded
|
2006-10-18 18:54:28 +00:00 |
gimprectangleselecttool.c
|
app/tools/gimprectangletool.[ch] removed function from the properties.
|
2006-11-15 20:45:43 +00:00 |
gimprectangleselecttool.h
|
cache the round-corners and corner-radius properties in the
|
2006-11-05 13:45:04 +00:00 |
gimprectangletool.c
|
cursors/Makefile.am cursors/cursor-move.png cursors/gimp-tool-cursors.xcf
|
2006-11-15 22:43:24 +00:00 |
gimprectangletool.h
|
app/tools/gimprectangletool.[ch] removed function from the properties.
|
2006-11-15 20:45:43 +00:00 |
gimpregionselecttool.c
|
Separate selection tool function (select, move, cut, ...) from selection
|
2006-10-18 08:04:55 +00:00 |
gimpregionselecttool.h
|
app/tools/Makefile.am new abstract base class which does about the same as
|
2006-07-31 11:42:51 +00:00 |
gimprotatetool.c
|
show two decimal digits when editing "Pixels" in the "Center" size entry.
|
2006-10-23 22:36:45 +00:00 |
gimprotatetool.h
|
app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c
|
2006-03-31 13:36:34 +00:00 |
gimpscaletool.c
|
app/tools/gimpfliptool.c app/tools/gimpperspectivetool.c
|
2006-10-17 09:38:51 +00:00 |
gimpscaletool.h
|
added a GimpSizeBox as a replacement for the InfoDialog widgets. Needs
|
2006-04-03 07:50:06 +00:00 |
gimpselectionoptions.c
|
added gimp_prop_expanding_frame_new() which creates a frame with a toggle
|
2006-10-18 19:54:18 +00:00 |
gimpselectionoptions.h
|
Applied modified patch from Martin Nordholts which adds a "Rounded
|
2006-10-18 18:54:28 +00:00 |
gimpselectiontool.c
|
Fix behavior so that when Alt is down, it appears as if no other modifier
|
2006-11-11 10:44:02 +00:00 |
gimpselectiontool.h
|
Separate selection tool function (select, move, cut, ...) from selection
|
2006-10-18 08:04:55 +00:00 |
gimpsheartool.c
|
special case GimpSizeEntry and use the last entry.
|
2006-10-18 10:29:16 +00:00 |
gimpsheartool.h
|
app/dialogs/Makefile.am app/dialogs/dialogs-types.h app/dialogs/dialogs.c
|
2006-03-31 13:36:34 +00:00 |
gimpsmudgetool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimpsmudgetool.h
|
app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass
|
2006-08-15 21:46:22 +00:00 |
gimpsourcetool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpsourcetool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimptextoptions.c
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimptextoptions.h
|
app/tools/gimptextoptions.[ch] app/tools/gimptexttool.c make the text
|
2006-08-28 15:26:25 +00:00 |
gimptexttool.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-09-18 18:00:22 +00:00 |
gimptexttool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpthresholdtool.c
|
added GError** parameter to GimpPaintCore::start().
|
2006-09-26 20:55:40 +00:00 |
gimpthresholdtool.h
|
Histogram cleanup:
|
2002-09-07 17:27:32 +00:00 |
gimptool.c
|
Added message severities and make sure all messages are routed through a
|
2006-10-09 08:17:22 +00:00 |
gimptool.h
|
added _valist() variants of all printf-style functions.
|
2006-09-28 11:07:55 +00:00 |
gimptoolcontrol.c
|
minor code cleanup.
|
2006-07-28 17:19:23 +00:00 |
gimptoolcontrol.h
|
minor code cleanup.
|
2006-07-28 17:19:23 +00:00 |
gimptooloptions-gui.c
|
removed the recently added utility functions again.
|
2004-10-12 12:06:50 +00:00 |
gimptooloptions-gui.h
|
removed the recently added utility functions again.
|
2004-10-12 12:06:50 +00:00 |
gimptransformoptions.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-10-03 19:32:41 +00:00 |
gimptransformoptions.h
|
removed one of the two constrain properties.
|
2006-05-19 10:56:34 +00:00 |
gimptransformtool-undo.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimptransformtool-undo.h
|
did a global gimage -> image substitution.
|
2006-03-28 17:08:36 +00:00 |
gimptransformtool.c
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimptransformtool.h
|
improved highlighting. (gimp_draw_tool_draw_arc_by_anchor): take width and
|
2006-11-07 11:09:51 +00:00 |
gimpvectoroptions.c
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
gimpvectoroptions.h
|
add tooltips to all hue partition radio buttons.
|
2006-05-18 09:41:32 +00:00 |
gimpvectortool.c
|
Enable scrolling while dragging the nodes of a path. Fix warning when
|
2006-11-22 20:50:39 +00:00 |
gimpvectortool.h
|
added gimp_tool_get_options() so tools don't need to incude
|
2006-09-05 18:25:31 +00:00 |
makefile.msc
|
updated
|
2006-09-08 11:45:06 +00:00 |
tool_manager.c
|
Need to be more careful with setting a tool's focus_dislay now that tools
|
2006-09-13 21:28:17 +00:00 |
tool_manager.h
|
Added new tool API for modifier key events while the tool is active and
|
2006-09-12 18:41:09 +00:00 |
tools-enums.c
|
Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
2006-10-03 19:32:41 +00:00 |
tools-enums.h
|
Separate selection tool function (select, move, cut, ...) from selection
|
2006-10-18 08:04:55 +00:00 |
tools-types.h
|
app/tools/Makefile.am app/tools/tools-types.h new GimpPaintTool subclass
|
2006-08-15 21:46:22 +00:00 |
tools-utils.c
|
broken pipe on previous commit, finishing
|
2005-01-22 00:43:31 +00:00 |
tools-utils.h
|
app/tools/Makefile.am added gimp_tool_motion_constrain(),
|
2004-08-22 21:48:50 +00:00 |