Gimp/app/paint
Michael Natterer 69a321ac29 app: turn GimpApplicator into a general-purpose "input + aux -> output" thing
which means adding a lot of proper API. Input, output and aux can be
pads or buffers. Make sure it uses the minimum possible graph in all
cases and doesn't reconfigure nodes unless needed. Port GimpPaintCore
to the new API.
2013-04-14 22:44:21 +02:00
..
.gitignore
gimp-paint.c app: replace GimpPaintCore's undo_tiles by a GeglBuffer 2012-05-02 17:46:10 +02:00
gimp-paint.h
gimpairbrush.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpairbrush.h
gimpairbrushoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpairbrushoptions.h
gimpbrushcore-kernels.h
gimpbrushcore.c Bug 641951 - Weird spacing with flat brushes 2013-03-23 18:23:18 +01:00
gimpbrushcore.h app: port gimp_brush_core_color_area_with_pixmap() to GeglBufferIterator 2012-05-02 17:51:03 +02:00
gimpclone.c Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
gimpclone.h
gimpcloneoptions.c Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
gimpcloneoptions.h
gimpconvolve.c app: gimp_gegl_convolve() needs a linear buffer or it will horribly fail 2012-05-23 22:41:14 +02:00
gimpconvolve.h
gimpconvolveoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpconvolveoptions.h
gimpdodgeburn.c app: remove many includes of "gegl/gimp-gegl-utils.h" 2012-05-10 23:12:39 +02:00
gimpdodgeburn.h app: use gimp_gegl_dodgeburn() in GimpDodgeBurn 2012-05-02 17:50:53 +02:00
gimpdodgeburnoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpdodgeburnoptions.h
gimperaser.c Bug 675976 - GimpOperationEraseMode doesn't work on layers without alpha 2012-05-20 17:14:09 +02:00
gimperaser.h
gimperaseroptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimperaseroptions.h
gimpheal.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpheal.h
gimpink-blob.c
gimpink-blob.h
gimpink.c app: create the paint tools' paint_buffer as RGBA float 2012-09-21 10:51:23 +02:00
gimpink.h
gimpinkoptions.c
gimpinkoptions.h
gimpinkundo.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpinkundo.h
gimppaintbrush.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimppaintbrush.h
gimppaintcore-stroke.c app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimppaintcore-stroke.h app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimppaintcore.c app: turn GimpApplicator into a general-purpose "input + aux -> output" thing 2013-04-14 22:44:21 +02:00
gimppaintcore.h app: actually commit the rest of the patch... 2012-05-26 12:42:52 +02:00
gimppaintcoreundo.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimppaintcoreundo.h
gimppaintoptions.c app: Fix a segfault in paint core 2012-02-09 21:59:25 +02:00
gimppaintoptions.h app: Make palette part of paint tools context mask 2012-02-06 21:57:20 +02:00
gimppencil.c app: replace GimpPaintCore's undo_tiles by a GeglBuffer 2012-05-02 17:46:10 +02:00
gimppencil.h
gimppenciloptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimppenciloptions.h
gimpperspectiveclone.c app: use gegl_node_blit() instead of GeglProcessor in GimpPerspectiveClone 2013-03-07 22:15:29 +01:00
gimpperspectiveclone.h app: use gegl_node_blit() instead of GeglProcessor in GimpPerspectiveClone 2013-03-07 22:15:29 +01:00
gimpperspectivecloneoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpperspectivecloneoptions.h
gimpsmudge.c app: port smudge blending to RGBA float 2012-12-08 22:16:05 +01:00
gimpsmudge.h app: don't include pixel-region.h in gimpsmudge.h 2012-05-21 01:14:39 +02:00
gimpsmudgeoptions.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpsmudgeoptions.h
gimpsourcecore.c Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
gimpsourcecore.h Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
gimpsourceoptions.c Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
gimpsourceoptions.h Bug 533590 - Perspective clone of a pattern doesn't apply perspective 2012-11-01 21:39:14 +01:00
Makefile.am Remove the makefile.msc build system, it is unmaintained since 2008 2011-12-16 15:53:56 +01:00
paint-enums.c Bug 667427 - Bad ink shape hint 2012-01-07 22:09:18 +01:00
paint-enums.h Bug 658477 - add PDB support for more paint and ink options 2012-03-01 12:58:26 +01:00
paint-types.h app: remove unused typedef GimpDynamicsOptions 2012-02-11 18:12:42 +01:00