History log of /inkscape/src/sp-mesh-patch.cpp
Revision Date Author Comments Expand
a3c27728560e19f7c710399f838dadeedac39249 01-Mar-2015 tavmjong-free <tavmjong@free.fr>

Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting.

6afde8674707ca6bde7835c5a6e4f182daf789af 25-Feb-2015 Liam P. White <inkscapebrony@gmail.com>

create SPObject factory

Makefile_insert box3d-side.cpp box3d.cpp color-profile.cpp document.cpp factory.h filters/blend.cpp filters/colormatrix.cpp filters/componenttransfer-funcnode.cpp filters/componenttransfer.cpp filters/composite.cpp filters/convolvematrix.cpp filters/diffuselighting.cpp filters/displacementmap.cpp filters/distantlight.cpp filters/flood.cpp filters/gaussian-blur.cpp filters/image.cpp filters/merge.cpp filters/mergenode.cpp filters/morphology.cpp filters/offset.cpp filters/pointlight.cpp filters/specularlighting.cpp filters/spotlight.cpp filters/tile.cpp filters/turbulence.cpp live_effects/lpeobject.cpp persp3d.cpp sp-anchor.cpp sp-clippath.cpp sp-defs.cpp sp-desc.cpp sp-ellipse.cpp sp-factory.cpp sp-factory.h sp-filter.cpp sp-flowdiv.cpp sp-flowregion.cpp sp-flowtext.cpp sp-font-face.cpp sp-font.cpp sp-glyph.cpp sp-guide.cpp sp-hatch-path.cpp sp-hatch.cpp sp-image.cpp sp-item-group.cpp sp-line.cpp sp-linear-gradient.cpp sp-marker.cpp sp-mask.cpp sp-mesh-gradient.cpp sp-mesh-patch.cpp sp-mesh-row.cpp sp-metadata.cpp sp-missing-glyph.cpp sp-namedview.cpp sp-object.cpp sp-offset.cpp sp-path.cpp sp-pattern.cpp sp-polygon.cpp sp-polyline.cpp sp-radial-gradient.cpp sp-rect.cpp sp-root.cpp sp-script.cpp sp-solid-color.cpp sp-spiral.cpp sp-star.cpp sp-stop.cpp sp-string.cpp sp-style-elem.cpp sp-switch.cpp sp-symbol.cpp sp-tag-use-reference.cpp sp-tag-use.cpp sp-tag.cpp sp-text.cpp sp-title.cpp sp-tref.cpp sp-tspan.cpp sp-use.cpp
8a31b1115420f4d615668373e436a2e4be1cbf51 03-Aug-2013 Markus Engel <markus.engel@tum.de>

Cleaned up.

display/nr-style.cpp extension/internal/odf.cpp gradient-chemistry.cpp gradient-context.cpp select-context.cpp select-context.h sp-clippath.cpp sp-clippath.h sp-gradient.h sp-item.cpp sp-linear-gradient.cpp sp-linear-gradient.h sp-mask.cpp sp-mask.h sp-mesh-gradient.cpp sp-mesh-gradient.h sp-mesh-patch.cpp sp-mesh-patch.h sp-mesh-row.h sp-metadata.cpp sp-metadata.h sp-missing-glyph.cpp sp-missing-glyph.h sp-namedview.cpp sp-namedview.h sp-object-group.cpp sp-object-group.h sp-paint-server.cpp sp-paint-server.h sp-pattern.cpp sp-pattern.h sp-radial-gradient.cpp sp-radial-gradient.h sp-script.cpp sp-script.h sp-stop.cpp sp-stop.h spray-context.cpp spray-context.h tweak-context.cpp tweak-context.h widgets/gradient-toolbar.cpp widgets/gradient-vector.cpp widgets/stroke-style.cpp widgets/swatch-selector.cpp
35087bff7509c736a32e0b74fd9ff0834bde7b6b 07-Apr-2013 Markus Engel <markus.engel@tum.de>

Merge Object and subclasses. Merging of SP- and C-classes complete.

box3d-side.cpp box3d.cpp color-profile.cpp color-profile.h filters/blend.cpp filters/colormatrix.cpp filters/componenttransfer-funcnode.cpp filters/componenttransfer-funcnode.h filters/componenttransfer.cpp filters/composite.cpp filters/convolvematrix.cpp filters/diffuselighting.cpp filters/displacementmap.cpp filters/distantlight.cpp filters/distantlight.h filters/flood.cpp filters/gaussian-blur.cpp filters/image.cpp filters/merge.cpp filters/mergenode.cpp filters/mergenode.h filters/morphology.cpp filters/offset.cpp filters/pointlight.cpp filters/pointlight.h filters/specularlighting.cpp filters/spotlight.cpp filters/spotlight.h filters/tile.cpp filters/turbulence.cpp live_effects/lpeobject.cpp live_effects/lpeobject.h marker.cpp persp3d.cpp persp3d.h sp-anchor.cpp sp-clippath.cpp sp-defs.cpp sp-defs.h sp-desc.cpp sp-desc.h sp-ellipse.cpp sp-filter-primitive.cpp sp-filter-primitive.h sp-filter.cpp sp-filter.h sp-flowdiv.cpp sp-flowdiv.h sp-flowregion.cpp sp-flowtext.cpp sp-font-face.cpp sp-font-face.h sp-font.cpp sp-font.h sp-glyph-kerning.cpp sp-glyph-kerning.h sp-glyph.cpp sp-glyph.h sp-gradient.cpp sp-guide.cpp sp-guide.h sp-image.cpp sp-item-group.cpp sp-item.cpp sp-item.h sp-line.cpp sp-linear-gradient.cpp sp-lpe-item.cpp sp-mask.cpp sp-mesh-gradient.cpp sp-mesh-patch.cpp sp-mesh-patch.h sp-mesh-row.cpp sp-mesh-row.h sp-metadata.cpp sp-metadata.h sp-missing-glyph.cpp sp-missing-glyph.h sp-namedview.cpp sp-object-group.cpp sp-object-group.h sp-object.cpp sp-object.h sp-offset.cpp sp-paint-server.cpp sp-paint-server.h sp-path.cpp sp-pattern.cpp sp-polygon.cpp sp-polyline.cpp sp-radial-gradient.cpp sp-rect.cpp sp-root.cpp sp-script.cpp sp-script.h sp-shape.cpp sp-spiral.cpp sp-star.cpp sp-stop.cpp sp-stop.h sp-string.cpp sp-string.h sp-style-elem.cpp sp-style-elem.h sp-switch.cpp sp-symbol.cpp sp-text.cpp sp-title.cpp sp-title.h sp-tref.cpp sp-tspan.cpp sp-use.cpp
eb4b5da8fbdf95f44ae7f0c950e9a07763ebb50f 06-Apr-2013 Markus Engel <markus.engel@tum.de>

Merged PaintServer and subclasses; moved Gradient classes to own files.

359a38ce40498397028473d956691915ed3e849a 23-May-2012 tavmjong-free <tavmjong@free.fr>

Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).