Gimp/app/gegl
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 Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
gimp-babl-compat.c app: add gimp_babl_compat_u8_format() instead of having this code 5 times 2012-05-02 17:51:18 +02:00
gimp-babl-compat.h app: add gimp_babl_compat_u8_format() instead of having this code 5 times 2012-05-02 17:51:18 +02:00
gimp-babl.c app: fix the babl model of the "A u16" format 2012-12-03 23:04:52 +01:00
gimp-babl.h app: add gimp_babl_mask_format(precision) 2012-09-27 23:50:20 +02:00
gimp-gegl-apply-operation.c app: add gimp_gegl_apply_feather() 2013-04-08 14:16:33 +02:00
gimp-gegl-apply-operation.h app: add gimp_gegl_apply_feather() 2013-04-08 14:16:33 +02:00
gimp-gegl-config-proxy.c app: implement GimpConfigInterface::equal() in gimp-gegl-config-proxy.c 2013-03-12 19:09:22 +01:00
gimp-gegl-config-proxy.h app: add gimp_gegl_get_config_container() 2012-05-02 17:50:49 +02:00
gimp-gegl-enums.c app: shorten the labels of the cage tool options by adding newlines 2013-03-24 22:11:20 +01:00
gimp-gegl-enums.h app: shorten the labels of the cage tool options by adding newlines 2013-03-24 22:11:20 +01:00
gimp-gegl-loops.c app: port gimp_gegl_convolve() to float 2012-12-19 01:03:13 +01:00
gimp-gegl-loops.h app: port smudge blending to RGBA float 2012-12-08 22:16:05 +01:00
gimp-gegl-mask-combine.c app: factor out the core mask combine functions to gegl-only functions 2013-04-08 21:54:46 +02:00
gimp-gegl-mask-combine.h app: factor out the core mask combine functions to gegl-only functions 2013-04-08 21:54:46 +02:00
gimp-gegl-mask.c app: factor our more lowlevel GimpChannel code to GeglBuffer utils 2013-04-09 00:38:46 +02:00
gimp-gegl-mask.h app: factor our more lowlevel GimpChannel code to GeglBuffer utils 2013-04-09 00:38:46 +02:00
gimp-gegl-nodes.c app: add gimp_gegl_create_apply_node() 2013-04-12 14:34:20 +02:00
gimp-gegl-nodes.h app: add gimp_gegl_create_apply_node() 2013-04-12 14:34:20 +02:00
gimp-gegl-tile-compat.c app: port XCF loading to writing to the drawable's GeglBuffer 2012-05-02 17:50:53 +02:00
gimp-gegl-tile-compat.h app: port XCF loading to writing to the drawable's GeglBuffer 2012-05-02 17:50:53 +02:00
gimp-gegl-types.h app: actually commit the rest of the patch... 2012-05-26 12:42:52 +02:00
gimp-gegl-utils.c Add the Nohalo sampler (previously called Lohalo, which now does something different 2012-12-31 15:27:07 -05:00
gimp-gegl-utils.h app: add gimp_gegl_get_op_enum_type() to get the GType of a gegl enum 2012-09-24 19:04:01 +02:00
gimp-gegl.c app: fix the code that sets the 64bit tile cache size on GeglConfig 2012-09-18 20:07:13 +02:00
gimp-gegl.h app: add gimp-babl.[ch] and move Babl specific code there 2012-05-02 17:51:08 +02:00
gimpapplicator.c app: turn GimpApplicator into a general-purpose "input + aux -> output" thing 2013-04-14 22:44:21 +02:00
gimpapplicator.h app: turn GimpApplicator into a general-purpose "input + aux -> output" thing 2013-04-14 22:44:21 +02:00
gimptilehandlerprojection.c app: update GimpTileHandlerProjection's max_z when a propertiy changes 2013-04-01 01:26:43 +02:00
gimptilehandlerprojection.h app: update GimpTileHandlerProjection's max_z when a propertiy changes 2013-04-01 01:26:43 +02:00
Makefile.am app: factor our more lowlevel GimpChannel code to GeglBuffer utils 2013-04-09 00:38:46 +02:00