gimp/app/tools
Michael Natterer 90c967a39f Bug 737008 - Curve color always black
Don't hardcode "black" for the "Value" curve in GimpCurvesTool.
Instead, pass a NULL color to GimpCurveView, which is then interpreted
as the theme's text color (the curve's background is the theme's text
background color). We still hardcode pure red, green and blue for the
other curves.
2014-09-21 12:32:23 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp-tools.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimp-tools.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpairbrushtool.c Bug 679223 - "Rate" in tool options needs translation context 2012-11-12 01:06:58 +01:00
gimpairbrushtool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpalignoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpalignoptions.h Adds "fill" arrange modes to the Align Tool 2014-03-13 03:38:53 -03:00
gimpaligntool.c app: commit ongoing tool operations on tool change instead of cancelling 2014-04-04 22:34:26 +02:00
gimpaligntool.h app: cancel the align tool on Escape, and some more cleanup 2011-03-29 15:16:17 +02:00
gimpblendoptions.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimpblendoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpblendtool.c app: Refactor GimpBlendTool to not use update methods. 2014-09-08 17:08:36 -04:00
gimpblendtool.h app: Refactor GimpBlendTool to not use update methods. 2014-09-08 17:08:36 -04:00
gimpbrightnesscontrasttool.c app: GimpBrightnessContrastTool: don't call gimp_image_map_tool_preview() 2014-05-22 01:25:01 +02:00
gimpbrightnesscontrasttool.h app: configure GimpBrightnessContrastTool's scales according to image precision 2013-06-14 08:17:39 +02:00
gimpbrushtool.c app: s/paint_brush/paintbrush/ in the paintbrush action code 2014-05-03 22:55:05 +02:00
gimpbrushtool.h app: also move the "draw brush outline" logic from brush to paint tool 2014-04-12 15:03:15 +02:00
gimpbucketfilloptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpbucketfilloptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbucketfilltool.c app: factor out utility function gimp_get_fill_params() 2014-06-03 14:00:01 +02:00
gimpbucketfilltool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbycolorselecttool.c app: rename gimpimage-contiguous-region.[ch] to gimppickable-....[ch] 2014-05-31 09:52:44 +02:00
gimpbycolorselecttool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcageoptions.c app: shorten the labels of the cage tool options by adding newlines 2013-03-24 22:11:20 +01:00
gimpcageoptions.h app: derive GimpCageOptions directly from GimpToolOptions 2010-11-04 22:28:47 +01:00
gimpcagetool.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpcagetool.h Bug 708521 - Getting rid of cage_complete property on GimpCageTool, redundant with tool_state. 2013-09-22 02:28:30 +12:00
gimpcloneoptions-gui.c libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
gimpcloneoptions-gui.h app: use the new combo box label in many tool options 2013-06-03 16:40:24 +02:00
gimpclonetool.c app: use the new combo box label in many tool options 2013-06-03 16:40:24 +02:00
gimpclonetool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorbalancetool.c app: use the GParamSpec's nick as label in gimp_prop_spin_scale_new() 2014-06-01 23:39:19 +02:00
gimpcolorbalancetool.h app: use gimp_prop_spin_scale_new() in GimpColorBalanceTool 2013-05-28 23:18:53 +02:00
gimpcolorizetool.c app, libgimp: add increment parameters to gimp_prop_widget_set_factor() 2014-02-03 22:57:51 +01:00
gimpcolorizetool.h app: use gimp_prop_color_button_new() in GimpColorizeTool 2013-05-29 00:45:24 +02:00
gimpcoloroptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpcoloroptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorpickeroptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpcolorpickeroptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorpickertool.c app: add an "auto overlay" API to GimpToolGui 2014-06-09 03:08:43 +02:00
gimpcolorpickertool.h app: use a GimpToolGui in GimpColorPickerTool 2013-06-07 12:11:59 +02:00
gimpcolortool.c app: make things behave more reasonable with multiple monitors 2014-05-02 03:01:23 +02:00
gimpcolortool.h app: add coordinates to GimpColorTool's and GimpImageMapTool's "picked" 2013-05-30 19:29:36 +02:00
gimpconvolvetool.c all,libgimp*: move GimpConvolveType and GimpInkBlobType to libgimpbase 2014-04-29 22:44:58 +02:00
gimpconvolvetool.h app: DodgeBurn/Convolve: Fix error in behavior of modifier keys 2011-04-04 00:38:01 +02:00
gimpcropoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpcropoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcroptool.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpcroptool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpcurvestool.c Bug 737008 - Curve color always black 2014-09-21 12:32:23 +02:00
gimpcurvestool.h app: remove the legacy curves cruft 2012-05-02 17:46:11 +02:00
gimpdesaturatetool.c app: use gimp_prop_enum_radio_frame_new() in GimpDesaturateTool 2013-05-28 19:01:14 +02:00
gimpdesaturatetool.h app: use gimp_prop_enum_radio_frame_new() in GimpDesaturateTool 2013-05-28 19:01:14 +02:00
gimpdodgeburntool.c libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
gimpdodgeburntool.h app: DodgeBurn/Convolve: Fix error in behavior of modifier keys 2011-04-04 00:38:01 +02:00
gimpdrawtool.c fix some copy&paste errors 2014-08-16 00:37:13 +02:00
gimpdrawtool.h Bug 663582 - Brush outline is too slow 2012-10-04 20:43:58 +02:00
gimpeditselectiontool.c Bug 730862 - Preview frozen while dragging selection tools... 2014-06-02 20:55:33 +02:00
gimpeditselectiontool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpellipseselecttool.c app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpellipseselecttool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperasertool.c app: port gimp_image_pick_color() to return a Babl format 2012-05-02 17:50:39 +02:00
gimperasertool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpflipoptions.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimpflipoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpfliptool.c app: port the entire transform API from TileManager to GeglBuffer 2012-05-02 17:46:06 +02:00
gimpfliptool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpforegroundselectoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpforegroundselectoptions.h Improve Foreground Select tool's GUI 2013-12-13 12:20:19 -08:00
gimpforegroundselecttool.c app: Don't do integer division before saving to gdouble, remove stray ; 2014-08-16 02:38:55 +02:00
gimpforegroundselecttool.h Bug 312780 - Add undo to foreground selection tool 2014-04-19 00:34:21 +02:00
gimpforegroundselecttoolundo.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpforegroundselecttoolundo.h app: disable the foreground select tool properly: #if 0 everything 2012-05-21 03:09:08 +02:00
gimpfreeselecttool.c Bug 730862 - Preview frozen while dragging selection tools... 2014-06-02 20:55:33 +02:00
gimpfreeselecttool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpfuzzyselecttool.c app: rename gimpimage-contiguous-region.[ch] to gimppickable-....[ch] 2014-05-31 09:52:44 +02:00
gimpfuzzyselecttool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpgegltool.c app: add gegl:distance-transform to Filters->Generic as "Distance Map" 2014-08-03 21:34:32 +02:00
gimpgegltool.h app: add a description label to the GEGL tool dialog 2013-05-20 17:42:32 +02:00
gimphealtool.c app: ellipsize most tool options combo boxes 2013-06-03 17:35:36 +02:00
gimphealtool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimphistogramoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimphistogramoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimphuesaturationtool.c app, libgimp: add increment parameters to gimp_prop_widget_set_factor() 2014-02-03 22:57:51 +01:00
gimphuesaturationtool.h app: use GimpSpinScales in GimpHueSaturationTool 2013-05-29 00:04:35 +02:00
gimpimagemapoptions.c app: port GimpImageMapTool's settings API from filename to GFile 2014-07-01 15:13:02 +02:00
gimpimagemapoptions.h app: port GimpImageMapTool's settings API from filename to GFile 2014-07-01 15:13:02 +02:00
gimpimagemaptool-settings.c app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpimagemaptool-settings.h app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpimagemaptool.c app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpimagemaptool.h app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpinkoptions-gui.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimpinkoptions-gui.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpinktool.c app: rename the value-1...value-4 actions to opacity, size, aspect, angle 2014-04-19 20:09:39 +02:00
gimpinktool.h app: use gimp_paint_tool_set_draw_circle() in the ink tool 2014-04-09 15:27:37 +02:00
gimpiscissorsoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpiscissorsoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpiscissorstool.c app: use the image instead of the projection for accessing a pickable 2013-09-13 23:29:06 +02:00
gimpiscissorstool.h app: disable the IScissors tool, if you want it back, please go ahead 2012-05-20 20:38:12 +02:00
gimplevelstool.c app: port GimpImageMapTool settings import/export to streams 2014-07-04 18:31:00 +02:00
gimplevelstool.h app: use prop widgets in GimpLevelsTool, and generally clean up a bit 2013-06-17 02:07:10 +02:00
gimpmagnifyoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpmagnifyoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpmagnifytool.c Bug 670024 - Zoom Tool menu label is not translated 2012-02-14 09:54:29 +01:00
gimpmagnifytool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpmeasureoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpmeasureoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpmeasuretool.c app: add an "auto overlay" API to GimpToolGui 2014-06-09 03:08:43 +02:00
gimpmeasuretool.h app: use a GimpToolGui in GimpMeasureTool 2013-06-07 12:03:39 +02:00
gimpmoveoptions.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimpmoveoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpmovetool.c app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpmovetool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpoperationtool.c app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpoperationtool.h app: rename gimpproptable.[ch] to gimppropgui.[ch] 2014-05-27 02:15:48 +02:00
gimppaintbrushtool.c app: port gimp_image_pick_color() to return a Babl format 2012-05-02 17:50:39 +02:00
gimppaintbrushtool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaintoptions-gui.c app: port most of app's GUI from stock IDs to icon names 2014-05-07 15:30:38 +02:00
gimppaintoptions-gui.h app: get rid of more tables in the tool options and fix up spacing a bit 2010-11-02 22:14:34 +01:00
gimppainttool.c app: use gimp_draw_tool_add_arc() for the GimpPaintTool brush circle 2014-04-20 22:03:17 +02:00
gimppainttool.h app: also move the "draw brush outline" logic from brush to paint tool 2014-04-12 15:03:15 +02:00
gimppenciltool.c app: port gimp_image_pick_color() to return a Babl format 2012-05-02 17:50:39 +02:00
gimppenciltool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpperspectiveclonetool.c app: commit ongoing tool operations on tool change instead of cancelling 2014-04-04 22:34:26 +02:00
gimpperspectiveclonetool.h app: some more code removal and cleanup in the transform classes 2011-03-28 01:20:47 +02:00
gimpperspectivetool.c app: use a GimpToolGui in GimpTransformTool 2013-06-07 11:52:48 +02:00
gimpperspectivetool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpposterizetool.c app: use gimp_prop_spin_scale_new() in GimpPosterizeTool 2013-05-28 22:47:12 +02:00
gimpposterizetool.h app: use gimp_prop_spin_scale_new() in GimpPosterizeTool 2013-05-28 22:47:12 +02:00
gimprectangleoptions.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimprectangleoptions.h app: move enum GimpRectangleGuide from tools/ to display/ 2011-05-20 19:41:48 +02:00
gimprectangleselectoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimprectangleselectoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprectangleselecttool.c Bug 688068 - Rect selection: "Fixed: Aspect Ratio" doesn't work when... 2013-02-13 00:36:44 +01:00
gimprectangleselecttool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimprectangletool.c Bug 735516 - Crop to content fails 2014-08-31 17:41:54 +02:00
gimprectangletool.h Bug 666853 - Auto shrink selection doesn't work 2012-01-11 21:12:58 +01:00
gimpregionselectoptions.c app: allow the fuzzy and by-color select tools to show the mask directly 2014-06-11 22:15:00 +02:00
gimpregionselectoptions.h app: allow the fuzzy and by-color select tools to show the mask directly 2014-06-11 22:15:00 +02:00
gimpregionselecttool.c app: don't try to draw a NULL boundary in gimp_region_select_tool_draw() 2014-08-27 21:10:55 +02:00
gimpregionselecttool.h app: return GeglBuffer from gimp_image_contiguous_region_foo() 2013-04-09 01:38:24 +02:00
gimprotatetool.c app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
gimprotatetool.h app: store adjustments as GtkAdjustment pointers instead of GtkObject ones 2010-10-19 12:28:26 +02:00
gimpscaletool.c app: use a GimpToolGui in GimpTransformTool 2013-06-07 11:52:48 +02:00
gimpscaletool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpseamlesscloneoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpseamlesscloneoptions.h app: add correct options for seamless clone operation. 2014-04-30 09:07:03 +12:00
gimpseamlessclonetool.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpseamlessclonetool.h app: some general minor seamless-clone cleanup, and make it build 2013-05-15 00:39:06 +02:00
gimpselectionoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpselectionoptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpselectiontool.c Bug 688746 - Select tool Alt+Shift and Alt+Ctrl dragging modifies... 2012-12-14 23:02:56 +01:00
gimpselectiontool.h app: make gimp_selection_tool_start_edit() much easier to use correctly 2011-06-03 09:49:40 +02:00
gimpsheartool.c app: use GimpSpinScale in the shear tool dialog 2014-05-25 15:44:38 +02:00
gimpsheartool.h app: store adjustments as GtkAdjustment pointers instead of GtkObject ones 2010-10-19 12:28:26 +02:00
gimpsmudgetool.c Bug 679223 - "Rate" in tool options needs translation context 2012-11-12 01:06:58 +01:00
gimpsmudgetool.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsourcetool.c app: don't create a fallback crosshair in gimp_brush_tool_create_outline() 2014-04-09 14:53:24 +02:00
gimpsourcetool.h app: fix GimpSourceTool's source position drawing for other displays 2011-05-04 23:25:55 +02:00
gimptextoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimptextoptions.h app: add a GimpText property and construct param to GimpTextStyleEditor 2011-03-18 21:16:53 +01:00
gimptexttool-editor.c app: make things behave more reasonable with multiple monitors 2014-05-02 03:01:23 +02:00
gimptexttool-editor.h app: fix insert and overwrite cursors for RTL text 2010-10-14 02:45:32 +02:00
gimptexttool.c app: commit ongoing tool operations on tool change instead of cancelling 2014-04-04 22:34:26 +02:00
gimptexttool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpthresholdtool.c app: use the newly added libgimpwidgets icon name APIs 2014-05-07 21:32:09 +02:00
gimpthresholdtool.h app: forgot to remove the Threshold cruft typedef 2012-05-02 17:46:12 +02:00
gimptool-progress.c app: add gimp_progress_set_text_literal() 2014-07-20 23:32:19 +02:00
gimptool-progress.h app: make GimpTool implement the GimpProgress interface properly 2011-03-25 10:55:07 +01:00
gimptool.c app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
gimptool.h app: implement progress canceling in GimpTool 2014-06-30 00:02:33 +02:00
gimptoolcontrol.c Bug 730862 - Preview frozen while dragging selection tools... 2014-06-02 20:55:33 +02:00
gimptoolcontrol.h app: rename the value-1...value-4 actions to opacity, size, aspect, angle 2014-04-19 20:09:39 +02:00
gimptooloptions-gui.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimptooloptions-gui.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptransformoptions.c app: use the GParamSpec's nick as label in gimp_prop_spin_scale_new() 2014-06-01 23:39:19 +02:00
gimptransformoptions.h app: Fix broken header guards. 2014-05-25 20:50:56 -04:00
gimptransformtool.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimptransformtool.h app: add an "auto overlay" API to GimpToolGui 2014-06-09 03:08:43 +02:00
gimptransformtoolundo.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimptransformtoolundo.h app: the TileManager in gimptransformtoolundo.h needs porting 2012-05-21 02:27:03 +02:00
gimpunifiedtransformtool.c app: use a GimpToolGui in GimpTransformTool 2013-06-07 11:52:48 +02:00
gimpunifiedtransformtool.h transformtool: add old "new" unified transformation tool 2012-08-20 15:22:21 +02:00
gimpvectoroptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpvectoroptions.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpvectortool.c Bug 730862 - Preview frozen while dragging selection tools... 2014-06-02 20:55:33 +02:00
gimpvectortool.h app: some more mostly cosmetic tool cleanup 2011-04-04 08:19:12 +02:00
gimpwarpoptions.c app, libgimp*: pass translated blurbs to GIMP_CONFIG_INSTALL_PROP_FOO() 2014-05-14 23:34:01 +02:00
gimpwarpoptions.h app: reorder GimpWarpOptions properties so "behavior" is first 2013-05-22 01:10:30 +02:00
gimpwarptool.c app: add boolean "cancelable" API to GimpImageMap and gimpdrawable-filter.[ch] 2014-06-30 01:06:04 +02:00
gimpwarptool.h app: implement redo in the warp tool 2013-05-22 23:26:07 +02:00
tool_manager.c app: commit ongoing tool operations on tool change instead of cancelling 2014-04-04 22:34:26 +02:00
tool_manager.h app: make tool_manager_select_tool() a private function 2014-04-04 16:47:51 +02:00
tools-enums.c app: revive gimpdrawable-foreground-extract 2014-06-03 23:05:23 +02:00
tools-enums.h app: revive gimpdrawable-foreground-extract 2014-06-03 23:05:23 +02:00
tools-types.h app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00