gimp/app/gegl
Ville Sokk c291524e6c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app: clean up and build the histogram op gift 2012-05-02 17:51:04 +02:00
gimp-gegl-config-proxy.c app: use gimp_gegl_color_new() instead of gegl_color_set_rgba() 2012-05-02 17:51:04 +02: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: large scale formatting cleanup in the new cage code 2010-11-04 22:16:27 +01:00
gimp-gegl-enums.h app: large scale formatting cleanup in the new cage code 2010-11-04 22:16:27 +01:00
gimp-gegl-loops.c app: require R'G'B'A u8 in gimp_gegl_smudge_blend() and simplify it massively 2012-05-02 17:51:06 +02:00
gimp-gegl-loops.h app: add gimp_gegl_smudge_blend(), a brute-force port of blend_region() 2012-05-02 17:51:05 +02:00
gimp-gegl-nodes.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimp-gegl-nodes.h app: add gimp_gegl_node_set_matrix() and use it instead of manual fiddling 2012-05-02 17:50:46 +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: clean up and build the histogram op gift 2012-05-02 17:51:04 +02:00
gimp-gegl-utils.c app: make masks use linear, not gamma corrected formats 2012-05-02 17:51:08 +02:00
gimp-gegl-utils.h app: move gimp_gegl_buffer_get_temp_buf() to gimptempbuf.[ch] 2012-05-02 17:51:02 +02:00
gimp-gegl.c app: change GimpBoundary to find the boundary a float component 2012-05-02 17:51:07 +02:00
gimp-gegl.h app: add gimp_babl_get_description() 2012-05-02 17:51:03 +02:00
gimpbrightnesscontrastconfig.c app: create an own GimpOperationBrightnessContrast 2012-03-13 15:02:17 +01:00
gimpbrightnesscontrastconfig.h app: create an own GimpOperationBrightnessContrast 2012-03-13 15:02:17 +01:00
gimpcageconfig.c GimpCageConfig: add function to remove all selected points 2011-05-03 00:46:42 +02:00
gimpcageconfig.h GimpCageConfig: add function to remove all selected points 2011-05-03 00:46:42 +02:00
gimpcolorbalanceconfig.c app: remove the legacy color-balance cruft 2012-05-02 17:50:38 +02:00
gimpcolorbalanceconfig.h app: remove the legacy color-balance cruft 2012-05-02 17:50:38 +02:00
gimpcolorizeconfig.c app: remove the legacy colorize code 2012-05-02 17:45:45 +02:00
gimpcolorizeconfig.h app: remove the legacy colorize code 2012-05-02 17:45:45 +02:00
gimpcurvesconfig.c app: move GimpHistogram from base/ to core/ 2012-05-02 17:46:13 +02:00
gimpcurvesconfig.h app: remove the legacy curves cruft 2012-05-02 17:46:11 +02:00
gimpdesaturateconfig.c Get rid of artificial compiler warnings 2009-07-20 12:47:59 +02:00
gimpdesaturateconfig.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimphuesaturationconfig.c app: remove the lagacy hue-saturation cruft 2012-05-02 17:50:40 +02:00
gimphuesaturationconfig.h app: remove the lagacy hue-saturation cruft 2012-05-02 17:50:40 +02:00
gimplevelsconfig.c app: move GimpHistogram from base/ to core/ 2012-05-02 17:46:13 +02:00
gimplevelsconfig.h app: remove the legacy levels cruft 2012-05-02 17:46:12 +02:00
gimpoperationadditionmode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationadditionmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationantierasemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationantierasemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationbehindmode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationbehindmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationborder.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationborder.h app: replace border_region() by GimpOperationBorder 2012-05-02 17:46:14 +02:00
gimpoperationbrightnesscontrast.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationbrightnesscontrast.h app: fix header in gimpoperationbrightnesscontrast.[ch] 2012-03-13 21:50:04 +01:00
gimpoperationburnmode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationburnmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationcagecoefcalc.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcagecoefcalc.h app: large scale formatting cleanup in the new cage code 2010-11-04 22:16:27 +01:00
gimpoperationcagetransform.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcagetransform.h app: s/Babl/const Babl/ 2012-03-24 18:52:31 +01:00
gimpoperationcolorbalance.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcolorbalance.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationcolorerasemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcolorerasemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationcolorize.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcolorize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationcolormode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcolormode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationcurves.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationcurves.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationdarkenonlymode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationdarkenonlymode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationdesaturate.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationdesaturate.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationdifferencemode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationdifferencemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationdissolvemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationdissolvemode.h app: fix up dissolve mode 2012-05-02 17:50:48 +02:00
gimpoperationdividemode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationdividemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationdodgemode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationdodgemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationequalize.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationequalize.h app: add GimpOperationEqualize and port equalize to it 2012-05-02 17:46:13 +02:00
gimpoperationerasemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationerasemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationgrainextractmode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationgrainextractmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationgrainmergemode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationgrainmergemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationgrow.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationgrow.h app: replace fatten_region() by GimpOperationGrow 2012-05-02 17:46:14 +02:00
gimpoperationhardlightmode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationhardlightmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationhistogramsink.c app: more WIP on GimpOperationHistogramSink, not used yet 2012-05-02 17:51:04 +02:00
gimpoperationhistogramsink.h app: more WIP on GimpOperationHistogramSink, not used yet 2012-05-02 17:51:04 +02:00
gimpoperationhuemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationhuemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationhuesaturation.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationhuesaturation.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationlevels.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationlevels.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationlightenonlymode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationlightenonlymode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationmultiplymode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationmultiplymode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationnormalmode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationnormalmode.h app: add our own GimpOperationNormalMode so we can opt out of premultiply 2012-05-02 17:46:12 +02:00
gimpoperationoverlaymode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationoverlaymode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationpointfilter.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationpointfilter.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationpointlayermode.c app: remove CONSTRUCT_ONLY from "premultiplied" of GimpOperationPointLayerMode 2012-05-02 17:50:54 +02:00
gimpoperationpointlayermode.h app: add a "premultiplied" property to GimpOperationPointLayerMode 2012-05-02 17:46:12 +02:00
gimpoperationposterize.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationposterize.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationreplacemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationreplacemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationsaturationmode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationsaturationmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationscreenmode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationscreenmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationsetalpha.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationsetalpha.h app: derive GimpOperationSetAlpha from GeglOperationPointComposer 2012-05-02 17:46:00 +02:00
gimpoperationshapeburst.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationshapeburst.h app: add GimpOperationShapeburst to calculate the distance map for blend 2012-05-02 17:50:36 +02:00
gimpoperationshrink.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationshrink.h app: add GimpOperationShrink which does "shrink selection" 2012-05-02 17:46:13 +02:00
gimpoperationsoftlightmode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationsoftlightmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationsubtractmode.c app: added hard light, difference, subtract, grain extract, grain merge and difference gegl blending modes 2012-05-02 17:51:08 +02:00
gimpoperationsubtractmode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpoperationthreshold.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationthreshold.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpoperationvaluemode.c app: code cleanup in the GEGL ops 2012-05-02 17:51:06 +02:00
gimpoperationvaluemode.h app: add back individual operation classes for the layer modes 2009-12-30 15:22:35 +01:00
gimpposterizeconfig.c Rename gegl-types.h to gimp-gegl-types.h 2009-02-21 15:06:49 +00:00
gimpposterizeconfig.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthresholdconfig.c app: remove the legacy threshold code 2012-05-02 17:45:45 +02:00
gimpthresholdconfig.h app: remove the legacy threshold code 2012-05-02 17:45:45 +02:00
gimptilebackendtilemanager.c app: require a non-NULL format in gimp_tile_manager_create_buffer() 2012-05-02 17:50:56 +02:00
gimptilebackendtilemanager.h app: remove write property of GeglBuffer backend 2012-05-02 17:46:05 +02:00