gimp/app/tools
Manish Singh 96f78088b0 tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl
2002-03-17  Manish Singh  <yosh@gimp.org>

        * tools/pdbgen/app.pl
        * tools/pdbgen/enumcode-py.pl
        * tools/pdbgen/enumcode.pl
        * tools/pdbgen/enumgen.pl: removed enum nick support, best to keep
        internal and external names consistent

        * app/core/core-enums.h: remove chops from enums. Change TRANS to
        TRANSPARENT in GimpBlendMode

        * app/core/core-types.h: remove chops and nicks from enums. Change INV
        to INVERSE and SUB to SUBTRACT to make things more clear

        * app/core/gimpchannel.c
        * app/gui/channels-commands.c
        * app/gui/vectors-commands.c
        * app/tools/gimpbezierselecttool.c
        * app/tools/gimpbycolorselecttool.c
        * app/tools/gimprectselecttool.c
        * app/tools/gimpselectiontool.c
        * app/tools/selection_options.c
        * app/tools/tools-types.h
        * app/widgets/gimpchannellistview.c
        * app/widgets/gimpvectorslistview.c: reflect SUB -> SUBTRACT change

        * app/core/gimpdrawable-blend.c: reflect TRANS -> TRANSPARENT change

        * app/core/gimplayer.c
        * app/gui/layers-commands.c: reflect INV -> INVERSE change

        * app/paint/paint-types.h: remove nick from PaintApplicationMode

        * app/tools/gimperasertool.c: fix tooltip

        * app/widgets/gimpenummenu.c: #include "libgimp/gimpintl.h" for
        gettext

        * libgimp/gimpcompat.h: compatibility enums here, since we removed
        the nicks

        * tools/pdbgen/enums.pl
        * libgimp/gimpenums.h
        * plug-ins/script-fu/script-fu-constants.c
        * app/core/core-enums.c
        * app/pdb/channel_cmds.c
        * app/pdb/drawable_cmds.c
        * app/pdb/edit_cmds.c
        * app/pdb/layer_cmds.c
        * app/pdb/misc_tools_cmds.c
        * app/pdb/paint_tools_cmds.c
        * app/pdb/selection_cmds.c
        * app/pdb/selection_tools_cmds.c: regenerated, enum changes

        * plug-ins/common/hot.c: GIMP_TRANS_IMAGE_FILL -> GIMP_TRANSPARENT_FILL

        * plug-ins/common/warp.c: GIMP_BG_IMAGE_FILL -> GIMP_BACKGROUND_FILL

        * plug-ins/script-fu/siod-wrapper.c: compat constant definitions
2002-03-17 22:54:26 +00:00
..
.cvsignore configure.in app/Makefile.am moved all tool sources to app/tools 2001-01-22 01:46:28 +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
gimpairbrushtool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpairbrushtool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpbezierselecttool.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimpbezierselecttool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpblendtool.c registered more enums. 2002-03-17 18:36:52 +00:00
gimpblendtool.h app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
gimpbrightnesscontrasttool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimpbrightnesscontrasttool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbrushtool.c app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpbrushtool.h added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
gimpbucketfilltool.c app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
gimpbucketfilltool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpbycolorselecttool.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimpbycolorselecttool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpclonetool.c Made the paint tool PDB wrappers work again (a bit at least...) 2002-02-21 16:02:30 +00:00
gimpclonetool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpcolorbalancetool-transfer.c app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpcolorbalancetool-transfer.h app/Makefile.am removed. 2001-06-26 12:09:43 +00:00
gimpcolorbalancetool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimpcolorbalancetool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcolorpickertool.c oops, including removed files is a bad idea... 2002-03-14 17:19:25 +00:00
gimpcolorpickertool.h Implemented #10125 ("quick" colour picker does not honour "sample merged") 2002-02-20 11:37:20 +00:00
gimpconvolvetool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpconvolvetool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpcroptool.c app/gui/dialogs-constructors.[ch] app/gui/dialogs.c made the tool options 2002-03-10 15:05:58 +00:00
gimpcroptool.h app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
gimpcurvestool.c new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
gimpcurvestool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdodgeburntool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpdodgeburntool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpdrawtool.c changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
gimpdrawtool.h changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
gimpeditselectiontool.c General undo cleanup: 2002-02-23 17:29:19 +00:00
gimpeditselectiontool.h build display/ before tools/. 2001-11-08 19:14:51 +00:00
gimpellipseselecttool.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimpellipseselecttool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimperasertool.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimperasertool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpfliptool.c Removed pointer grabbing from all tools: 2002-02-05 11:35:03 +00:00
gimpfliptool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpfreeselecttool.c app/Makefile.am removed... 2002-02-21 22:19:45 +00:00
gimpfreeselecttool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpfuzzyselecttool.c add missing support for anchoring a selection (bugfix ported from stable 2002-03-15 08:01:07 +00:00
gimpfuzzyselecttool.h Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
gimphistogramtool.c registered more enums. 2002-03-17 18:36:52 +00:00
gimphistogramtool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimphuesaturationtool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimphuesaturationtool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpimagemaptool.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimagemaptool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpinktool-blob.c added app/display/ and app/plug-in/. Empty for now except for the types 2001-08-17 14:27:31 +00:00
gimpinktool-blob.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpinktool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpinktool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpiscissorstool.c changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
gimpiscissorstool.h changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
gimplevelstool.c new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
gimplevelstool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpmagnifytool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpmagnifytool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpmeasuretool.c General undo cleanup: 2002-02-23 17:29:19 +00:00
gimpmeasuretool.h app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
gimpmovetool.c General undo cleanup: 2002-02-23 17:29:19 +00:00
gimpmovetool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppaintbrushtool.c Made the paint tool PDB wrappers work again (a bit at least...) 2002-02-21 16:02:30 +00:00
gimppaintbrushtool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimppaintoptions-gui.c app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
gimppaintoptions-gui.h app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
gimppainttool.c app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimppainttool.h added back the handler which invalidates the display_title on dirty/clean. 2002-02-15 17:44:05 +00:00
gimppathtool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimppathtool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimppenciltool.c Made the paint tool PDB wrappers work again (a bit at least...) 2002-02-21 16:02:30 +00:00
gimppenciltool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpperspectivetool.c Oops, yesterday's "fix" for #10466 made it even worse :) 2002-02-20 09:59:50 +00:00
gimpperspectivetool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpposterizetool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimpposterizetool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimprectselecttool.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimprectselecttool.h app/display/Makefile.am app/display/display-types.h new widget derived 2002-02-03 12:10:23 +00:00
gimpregionselecttool.c add missing support for anchoring a selection (bugfix ported from stable 2002-03-15 08:01:07 +00:00
gimpregionselecttool.h Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
gimprotatetool.c Fixed #10466 (disappearing pixels when rotating by 90 deg): 2002-02-19 16:35:13 +00:00
gimprotatetool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpscaletool.c Oops, yesterday's "fix" for #10466 made it even worse :) 2002-02-20 09:59:50 +00:00
gimpscaletool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpselectionoptions.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimpselectionoptions.h removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
gimpselectiontool.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
gimpselectiontool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpsheartool.c Oops, yesterday's "fix" for #10466 made it even worse :) 2002-02-20 09:59:50 +00:00
gimpsheartool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpsmudgetool.c return the crated label from gimp_table_attach_aligned(), doc fixes. 2002-03-08 18:30:40 +00:00
gimpsmudgetool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimpsourcetool.c Made the paint tool PDB wrappers work again (a bit at least...) 2002-02-21 16:02:30 +00:00
gimpsourcetool.h Core/UI separation for the paint tools: 2002-02-14 19:31:16 +00:00
gimptexttool.c removed type checking casts from macros which return parts of 2002-03-10 18:31:42 +00:00
gimptexttool.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpthresholdtool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimpthresholdtool.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimptool.c app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimptool.h app/tools/tools-types.h chain up unconditionally in control(), 2002-02-18 17:00:09 +00:00
gimptoolmodule.c app/tools/gimptoolmodule.[ch] app/tools/tools-types.h code cleanup, no 2002-02-09 18:51:17 +00:00
gimptoolmodule.h app/tools/gimptoolmodule.[ch] app/tools/tools-types.h code cleanup, no 2002-02-09 18:51:17 +00:00
gimptransformoptions.c define GIMP_MKENUMS for use in Makefile.am. 2002-03-17 14:07:54 +00:00
gimptransformoptions.h Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
gimptransformtool.c General undo cleanup: 2002-02-23 17:29:19 +00:00
gimptransformtool.h General undo cleanup: 2002-02-23 17:29:19 +00:00
gimpvectortool.c changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
gimpvectortool.h changed gimp_image_mask_select_channel() to not take "drawable" and 2002-03-03 10:38:37 +00:00
Makefile.am some documentation can't hurt. 2002-02-26 01:06:26 +00:00
makefile.msc from now on use make.msc from $(TOP)/glib/build/win32; all occurences of 2002-02-17 15:55:54 +00:00
paint_options.c app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
paint_options.h app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
path_tool.c use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
path_tool.h use gimp_display_shell_[install|remove]_override_cursor() to set the 2001-11-12 14:45:58 +00:00
path_toolP.h Convert ugly comments into named structure fields. Much cleaner and less 2001-12-02 14:59:30 +00:00
selection_options.c tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
selection_options.h removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
tool_manager.c app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
tool_manager.h app/gimprc.[ch] app/gui/preferences-dialog.c 2002-03-12 21:02:10 +00:00
tool_options.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
tool_options.h added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
tools-types.h tools/pdbgen/app.pl tools/pdbgen/enumcode-py.pl tools/pdbgen/enumcode.pl 2002-03-17 22:54:26 +00:00
tools.c app/vectors/Makefile app/vectors/Makefile.am app/vectors/Makefile.in 2002-02-22 00:11:37 +00:00
tools.h app/Makefile.am removed. 2001-07-07 12:17:23 +00:00
transform_options.c define GIMP_MKENUMS for use in Makefile.am. 2002-03-17 14:07:54 +00:00
transform_options.h Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
xinput_airbrush.c app/Makefile.am removed... 2001-12-01 00:14:14 +00:00
xinput_airbrush.h Okay I have committed the ugly airbrush now 1999-09-07 01:33:44 +00:00