Gimp/plug-ins/python
Elad Shahar 17b701a940 Issue #5043: Spyrogimp 'Live' Preview Pollutes Undo History
Reduce number of undo steps created by Spryrogimp previews.
First, by grouping them into a single undo.
The implementation adds a function for clearing the
incremental preview drawing that is being executed as an idle task,
and closing an undo group in case the preview left it open (which
would usually be the case). A second way to reduce undos is
by generating a new preview only upon mouse button release of
scales in the UI, and not while dragging the scale.
2020-08-31 12:43:52 +02:00
..
python-console plug-ins: more complete naming for Python|Script-Fu consoles. 2020-05-26 14:32:11 +02:00
.gitignore plug-ins: add .gitignore files. 2019-08-06 23:22:18 +02:00
colorxhtml.py plug-ins: allow "html" extension for colorxhtml. 2019-12-14 14:37:14 +01:00
file-openraster.py plug-ins: register thumbnail procedures before load procedures 2019-09-10 19:36:54 +02:00
foggify.py plug-ins: port the core of foggify plug-in. 2019-08-28 02:25:19 +02:00
gradients-save-as-css.py plug-ins: remove second parameter of gimp_ui_init() in all non-C plug-ins 2019-09-24 19:43:58 +02:00
Makefile.am meson, autototools: install colorxhtml ported in previous commit. 2019-12-14 13:19:44 +01:00
meson.build Fix pygimp.interp generation, add /usr/bin/python3 alias 2020-07-28 17:17:18 +02:00
palette-offset.py Corrected code to work with newer split Gimp and GimpUi bindings. 2020-06-08 20:09:21 +00:00
palette-to-gradient.py plug-ins: add a "palette" argument to palette-to-gradient. 2019-08-06 00:29:33 +02:00
py-slice.py plug-ins: fix usage of gimp_file_save() in py-slice.py. 2019-10-12 13:55:07 +02:00
pygimp.interp.in Fix pygimp.interp generation, add /usr/bin/python3 alias 2020-07-28 17:17:18 +02:00
spyro-plus.py Issue #5043: Spyrogimp 'Live' Preview Pollutes Undo History 2020-08-31 12:43:52 +02:00