gimp/data
Jehan cd924f453a app: do not make line art bucket fill a GimpSelectCriterion anymore.
This was my initial choice, but the more I think about it, the less I am
sure this was the right choice. There was some common code (as I was
making a common composite bucket fill once the line art was generated),
but there is also a lot of different code and the functions were filled
of exception when we were doing a line art fill. Also though there is a
bit of color works (the way we decide whether a pixel is part of a
stroke or not, though currently this is basic grayscale threshold), this
is really not the same as other criterions. In particular this was made
obvious on the Select by Color tool where the line art criterion was
completely meaningless and would have had to be opted-out!

This commit split a bit the code. Instead of finding the line art in the
criterion list, I add a third choice to the "Fill whole selection"/"Fill
similar colors" radio. In turn I create a new GimpBucketFillArea type
with the 3 choices, and remove line art value from GimpSelectCriterion.

I am not fully happy yet of this code, as it creates a bit of duplicate
code, and I would appreciate to move some code away from gimpdrawable-*
and gimppickable-* files. This may happen later. I break the work in
pieces to not get too messy.
Also this removes access to the smart colorization from the API, but
that's probably ok as I prefer to not freeze options too early in the
process since API needs to be stable. Probably we should get a concept
of experimental API.
2018-12-12 15:27:48 +01:00
..
brushes data: remove obsolete brushes. 2018-05-20 21:06:30 +02:00
dynamics data: add a basic "Pressure Size" dynamics. 2017-06-13 21:15:26 +02:00
environ Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
gradients Bug 624698 - Wood 1 and Wood 2 have bad alpha value 2010-07-19 13:54:05 +02:00
images data: add new splash screen 2018-05-25 08:12:27 -04:00
interpreters Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
palettes data: Remove color name "Untitled" from palette files 2010-07-10 21:30:00 +02:00
patterns data: forgot to git add patterns/*/.gitignore 2015-02-12 19:43:37 +01:00
tags app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
tips Change a bazillion URLs to https:// 2018-07-14 14:19:27 +02:00
tool-presets app: do not make line art bucket fill a GimpSelectCriterion anymore. 2018-12-12 15:27:48 +01:00
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am data: Make new presets from Ramon Miranda install 2012-01-21 18:16:47 +02:00