Gimp/menus
Ell ed7ea51fb7 app: remove "Edit -> Fade..."
This commit completely removes the "Edit -> Fade..." feature,
because...

- The main reason is that "fade" requires us to keep two buffers,
  instead of one, for each fadeable undo step, doubling (or worse,
  since the extra buffer might have higher precision than the
  drawable) the space consumed by these steps.  This has notable
  impact when editing large images.  This overhead is incurred even
  when not actually using "fade", and since it seems to be very
  rarely used, this is too wasteful.

- "Fade" is broken in 2.10: when comitting a filter, we copy the
  cached parts of the result into the apply buffer.  However, the
  result cache sits after the mode node, while the apply buffer
  should contain the result of the filter *before* the mode node,
  which can lead to wrong results in the general case.

- The same behavior can be trivially achieved "manually", by
  duplicating the layer, editing the duplicate, and changing its
  opacity/mode.

- If we really want this feature, now that most filters are GEGL
  ops, it makes more sense to just add opacity/mode options to the
  filter tool, instead of having this be a separate step.
2018-12-27 11:44:25 -05:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
brush-editor-menu.xml
brushes-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
buffers-menu.xml Bug 789764 - Please add Paste In Place feature 2017-11-12 18:41:05 +01:00
channels-menu.xml Bug 769738 - Add color tags/labels for layers/channels/paths 2016-10-29 17:02:16 +02:00
colormap-menu.xml Bug 679387 - Add "select pixels with this color" from colormap 2015-08-26 01:06:34 +02:00
cursor-info-menu.xml
dashboard-menu.xml app, icons, menus: add performance-log recording to the dashboard 2018-09-02 03:11:02 -04:00
dialogs-menuitems.xml app, menus, icons: add dashboard dockable 2017-12-18 19:42:23 -05:00
dockable-menu.xml.in menus: forgot to remove automatic tab style 2018-05-27 21:05:31 +02:00
documents-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
dynamics-editor-menu.xml Add menu item for dynamics dockable (menu bits) 2009-07-28 16:52:53 -03:00
dynamics-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
error-console-menu.xml app: make error-console highlighting criterion configurable 2017-10-28 10:08:13 -04:00
fonts-menu.xml
gradient-editor-menu.xml Issue #2303 - Please add Constant type of gradient interpolation ... 2018-10-02 21:53:50 -04:00
gradients-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
gtkuimanager.dtd
image-menu.xml.in app: remove "Edit -> Fade..." 2018-12-27 11:44:25 -05:00
images-menu.xml
layers-menu.xml app, pdb, libgimp, plug-ins, menus: rename layer composite modes 2018-03-14 16:19:09 -04:00
Makefile.am app, menus, icons: add dashboard dockable 2017-12-18 19:42:23 -05:00
menus.xsl app: add --show-debug-menu command-line option 2018-03-29 05:26:03 -04:00
mypaint-brushes-menu.xml app: add new GimpData subclass GimpMybrush and infrastructure around it 2015-12-20 23:51:44 +01:00
palette-editor-menu.xml
palettes-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
patterns-menu.xml app: add much more "Show in file manager" menu items 2015-02-16 20:29:31 +01:00
quick-mask-menu.xml
sample-points-menu.xml
selection-menu.xml menus: add "fill" items to the path and selection menus 2016-10-30 17:30:13 +01:00
templates-menu.xml
text-editor-toolbar.xml MR !19: Add support for vertical text writing. 2018-07-30 19:14:49 +02:00
text-tool-menu.xml MR !19: Add support for vertical text writing. 2018-07-30 19:14:49 +02:00
tool-options-menu.xml app: remove the old tool presets system 2011-03-23 09:27:29 +01:00
tool-preset-editor-menu.xml Bug 731279 - Tool Preset Editor not working correctly 2016-10-12 23:51:24 +02:00
tool-presets-menu.xml Bug 731279 - Tool Preset Editor not working correctly 2016-10-12 23:51:24 +02:00
undo-menu.xml
vectors-menu.xml app, menus: rename confusing layers-text-tool and vectors-path-tool. 2017-05-16 00:04:24 +02:00