gegl r1798 - in trunk: . gegl gegl/operation gegl/process operations/affine operations/blur operations/color operations/core operations/enhance operations/generated operations/io operations/meta operations/render operations/svg operations/transparency operations/workshop operations/workshop/generated



Author: ok
Date: 2008-01-04 23:16:18 +0000 (Fri, 04 Jan 2008)
New Revision: 1798
ViewCVS link: http://svn.gnome.org/viewcvs/gegl?rev=1798&view=rev

Modified:
   trunk/ChangeLog
   trunk/gegl/gegl-chant.h
   trunk/gegl/operation/gegl-operation-area-filter.c
   trunk/gegl/operation/gegl-operation-composer.c
   trunk/gegl/operation/gegl-operation-composer.h
   trunk/gegl/operation/gegl-operation-filter.c
   trunk/gegl/operation/gegl-operation-filter.h
   trunk/gegl/operation/gegl-operation-point-composer.c
   trunk/gegl/operation/gegl-operation-point-filter.c
   trunk/gegl/operation/gegl-operation-sink.c
   trunk/gegl/operation/gegl-operation-sink.h
   trunk/gegl/operation/gegl-operation-source.c
   trunk/gegl/operation/gegl-operation-source.h
   trunk/gegl/operation/gegl-operation.c
   trunk/gegl/operation/gegl-operation.h
   trunk/gegl/process/gegl-eval-mgr.c
   trunk/gegl/process/gegl-eval-visitor.c
   trunk/gegl/process/gegl-prepare-visitor.c
   trunk/gegl/process/gegl-processor.c
   trunk/operations/affine/affine.c
   trunk/operations/blur/box-blur.c
   trunk/operations/blur/gaussian-blur.c
   trunk/operations/color/brightness-contrast.c
   trunk/operations/color/contrast-curve.c
   trunk/operations/color/mono-mixer.c
   trunk/operations/color/remap.c
   trunk/operations/color/stretch-contrast.c
   trunk/operations/color/threshold.c
   trunk/operations/color/whitebalance.c
   trunk/operations/core/clone.c
   trunk/operations/core/convert-format.c
   trunk/operations/core/crop.c
   trunk/operations/core/nop.c
   trunk/operations/core/shift.c
   trunk/operations/enhance/bilateral-filter.c
   trunk/operations/enhance/snn-mean.c
   trunk/operations/generated/math.rb
   trunk/operations/generated/other-blend.rb
   trunk/operations/generated/svg-12-blend.rb
   trunk/operations/generated/svg-12-porter-duff.rb
   trunk/operations/io/exr-load.cpp
   trunk/operations/io/jpg-load.c
   trunk/operations/io/load-buffer.c
   trunk/operations/io/load.c
   trunk/operations/io/magick-load.c
   trunk/operations/io/pixbuf.c
   trunk/operations/io/png-load.c
   trunk/operations/io/png-save.c
   trunk/operations/io/raw-load.c
   trunk/operations/io/save-buffer.c
   trunk/operations/io/save-pixbuf.c
   trunk/operations/io/svg-load.c
   trunk/operations/meta/layer.c
   trunk/operations/render/FractalExplorer.c
   trunk/operations/render/checkerboard.c
   trunk/operations/render/color.c
   trunk/operations/render/introspect.c
   trunk/operations/render/noise.c
   trunk/operations/render/text.c
   trunk/operations/svg/svg_huerotate.c
   trunk/operations/svg/svg_luminancetoalpha.c
   trunk/operations/svg/svg_matrix.c
   trunk/operations/svg/svg_saturate.c
   trunk/operations/transparency/opacity.c
   trunk/operations/workshop/box-max.c
   trunk/operations/workshop/box-min.c
   trunk/operations/workshop/box-percentile.c
   trunk/operations/workshop/c2g.c
   trunk/operations/workshop/demosaic-simple.c
   trunk/operations/workshop/disc-percentile.c
   trunk/operations/workshop/ff-save.c
   trunk/operations/workshop/generated/blend.rb
   trunk/operations/workshop/gluas.c
   trunk/operations/workshop/grey.c
   trunk/operations/workshop/gtk-display.c
   trunk/operations/workshop/hstack.c
   trunk/operations/workshop/kuwahara-max.c
   trunk/operations/workshop/kuwahara-min.c
   trunk/operations/workshop/kuwahara.c
   trunk/operations/workshop/line-profile.c
   trunk/operations/workshop/mandelbrot.c
   trunk/operations/workshop/max-envelope.c
   trunk/operations/workshop/mblur.c
   trunk/operations/workshop/min-envelope.c
   trunk/operations/workshop/rawbayer-load.c
   trunk/operations/workshop/snn-percentile.c
   trunk/operations/workshop/stress.c
Log:
Removed context_id argument from prepare method, added const
GeglRectangle *result to base process and many of the process
protoypes in other base classes to simplify logic in operations.
* gegl/gegl-chant.h:
* gegl/operation/gegl-operation-filter.c:
* gegl/operation/gegl-operation-composer.c:
* gegl/operation/gegl-operation-filter.h:
* gegl/operation/gegl-operation-area-filter.c:
* gegl/operation/gegl-operation-composer.h:
* gegl/operation/gegl-operation-source.c:
* gegl/operation/gegl-operation.c:
* gegl/operation/gegl-operation-sink.c:
* gegl/operation/gegl-operation-source.h:
* gegl/operation/gegl-operation.h:
* gegl/operation/gegl-operation-sink.h:
* gegl/operation/gegl-operation-point-filter.c:
* gegl/operation/gegl-operation-point-composer.c:
* gegl/process/gegl-eval-visitor.c:
* gegl/process/gegl-prepare-visitor.c:
* gegl/process/gegl-eval-mgr.c:
* gegl/process/gegl-processor.c:
* operations/render/color.c:
* operations/render/text.c:
* operations/render/introspect.c:
* operations/render/checkerboard.c:
* operations/render/FractalExplorer.c:
* operations/render/noise.c:
* operations/svg/svg_huerotate.c:
* operations/svg/svg_luminancetoalpha.c:
* operations/svg/svg_matrix.c:
* operations/svg/svg_saturate.c:
* operations/enhance/bilateral-filter.c:
* operations/enhance/snn-mean.c:
* operations/blur/box-blur.c:
* operations/blur/gaussian-blur.c:
* operations/meta/layer.c:
* operations/io/png-load.c:
* operations/io/save-buffer.c:
* operations/io/raw-load.c:
* operations/io/magick-load.c:
* operations/io/exr-load.cpp:
* operations/io/svg-load.c:
* operations/io/load.c:
* operations/io/png-save.c:
* operations/io/load-buffer.c:
* operations/io/save-pixbuf.c:
* operations/io/pixbuf.c:
* operations/io/jpg-load.c:
* operations/core/clone.c:
* operations/core/crop.c:
* operations/core/convert-format.c:
* operations/core/nop.c:
* operations/core/shift.c:
* operations/affine/affine.c:
* operations/transparency/opacity.c:
* operations/workshop/min-envelope.c:
* operations/workshop/max-envelope.c:
* operations/workshop/kuwahara.c:
* operations/workshop/grey.c:
* operations/workshop/box-min.c:
* operations/workshop/disc-percentile.c:
* operations/workshop/box-max.c:
* operations/workshop/c2g.c:
* operations/workshop/gluas.c:
* operations/workshop/demosaic-simple.c:
* operations/workshop/hstack.c:
* operations/workshop/generated/blend.rb:
* operations/workshop/box-percentile.c:
* operations/workshop/mblur.c:
* operations/workshop/stress.c:
* operations/workshop/kuwahara-min.c:
* operations/workshop/line-profile.c:
* operations/workshop/kuwahara-max.c:
* operations/workshop/snn-percentile.c:
* operations/workshop/mandelbrot.c:
* operations/workshop/ff-save.c:
* operations/workshop/gtk-display.c:
* operations/workshop/rawbayer-load.c:
* operations/generated/svg-12-blend.rb:
* operations/generated/other-blend.rb:
* operations/generated/math.rb:
* operations/generated/svg-12-porter-duff.rb:
* operations/color/contrast-curve.c:
* operations/color/brightness-contrast.c:
* operations/color/remap.c:
* operations/color/whitebalance.c:
* operations/color/stretch-contrast.c:
* operations/color/mono-mixer.c:
* operations/color/threshold.c:





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]