Gimp/app
Jehan 9c13058d54 app: allow more motion events with line art bucket fill.
When a fill zone was a bit too segmented, you'd want to just stroke
across it. But it was leaving some pieces uncolored, even though the
pointer dragged through it! The exact motion mode allows more events.

Note: I don't set it in the similar color filling (where it could have
been useful too) mostly because it is harder to remove events then (even
if a point was already filled, it could still serve as a seed for more
filling if threshold > 0), thus implied too much processing. Anyway in
all my tests, it was more a problem for line art filling anyway.
2019-01-23 16:59:45 +01:00
..
actions Annotation for translators. 2019-01-10 10:33:07 +00:00
config app: remove a junk signal signature from struct GimpGuiConfigClass 2019-01-13 17:56:59 +01:00
core app: fix indentation in gimpmaskundo.h 2019-01-20 10:33:53 -05:00
dialogs Issue #2828: Scrolling up with a mouse within a drop-down list. 2019-01-20 13:08:36 +01:00
display app: fix rectangle-select tool rounded-corners option 2019-01-21 11:39:25 -05:00
file Issue #2379 - Crash on saving 2018-10-31 23:46:06 +01:00
gegl app: in gimp_tile_handler_validate_buffer_copy(), temporarily remove source handler 2019-01-12 04:53:02 -05:00
gui app: put the * { -gtk-icon-style: regular|symbolic; } into theme.css 2019-01-04 15:25:40 +01:00
menus libgimpbase, app: remove the plug-in menu_path compat code 2018-07-13 14:07:44 +02:00
operations app: remove gimp-scratch; replace with gegl-scratch 2019-01-06 07:37:19 -05:00
paint Issue #1942 - Smudge Tool with Sample Merged Option 2019-01-20 17:48:04 +01:00
pdb app: alt-click to pick a layer will loop through candidate layers. 2019-01-07 23:08:48 +01:00
plug-in libgimpbase, libgimp, app: pass misc. GEGL config to plug-ins 2018-11-19 17:03:15 -05:00
propgui Issue #2136 - On-image UI for adjusting Linear Motion Blur 2019-01-04 14:38:49 +01:00
tests app: remove gimp-scratch; replace with gegl-scratch 2019-01-06 07:37:19 -05:00
text app: use gimp_async_add_callback_for_object() in various places 2018-11-30 04:14:10 -05:00
tools app: allow more motion events with line art bucket fill. 2019-01-23 16:59:45 +01:00
vectors app, libgimpconfig: make various usage of g_file_replace() safer. 2018-11-26 15:50:38 +01:00
widgets Issue #2828: Scrolling up with a mouse within a drop-down list. 2019-01-20 13:08:36 +01:00
xcf Issue #2685 - Crash when distributing layers horizontally 2019-01-03 15:02:55 +01:00
.gitignore
about.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
app.c app: more GimpBacktrace tidying 2018-09-03 15:57:53 -04:00
app.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
errors.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
errors.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-debug.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-debug.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-intl.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-log.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-log.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-priorities.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-version.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimp-version.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
gimpcore.def app: remove "Edit -> Fade..." 2018-12-27 11:44:25 -05:00
language.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
language.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
main.c app: open the Windows console a bit earlier. 2018-08-15 14:34:26 +02:00
Makefile.am app: remove gimp-scratch; replace with gegl-scratch 2019-01-06 07:37:19 -05:00
sanity.c configure.ac: require babl >= 0.1.61 2019-01-01 19:21:52 +01:00
sanity.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
signals.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
signals.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
tests.c tests: OSX - activate GIMP window when tests are running 2018-11-23 23:20:20 +01:00
tests.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
unique.c Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00
unique.h Change the license URL from http://www.gnu.org/licenses/ to https:// 2018-07-11 23:29:46 +02:00