History log of /inkscape/src/live_effects/parameter/path-reference.cpp
Revision Date Author Comments Expand
901d2d4a59790c220c6589e17dbbf556d47dfe71 14-Jul-2015 Marc Jeanmougin <marcjeanmougin@free.fr>

Fix for circular references detection in almost all cases, fixing https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway)

5209a05743e62584a7ec6afe050ffb0223f899f8 09-May-2008 johanengelen <johanengelen@users.sourceforge.net>

- try to use more forward declarations for less dependencies on display/curve.h - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve

/inkscape/src/connector-context.cpp /inkscape/src/connector-context.h /inkscape/src/display/canvas-axonomgrid.h /inkscape/src/display/canvas-bpath.cpp /inkscape/src/display/canvas-grid.h /inkscape/src/display/curve.cpp /inkscape/src/display/curve.h /inkscape/src/display/display-forward.h /inkscape/src/display/nr-arena-glyphs.h /inkscape/src/display/nr-arena-shape.cpp /inkscape/src/display/nr-arena-shape.h /inkscape/src/draw-context.cpp /inkscape/src/draw-context.h /inkscape/src/dyna-draw-context.cpp /inkscape/src/dyna-draw-context.h /inkscape/src/eraser-context.cpp /inkscape/src/extension/internal/pov-out.cpp /inkscape/src/libnrtype/Layout-TNG-Output.cpp /inkscape/src/live_effects/effect.cpp /inkscape/src/live_effects/effect.h /inkscape/src/live_effects/lpe-bendpath.cpp /inkscape/src/live_effects/lpe-curvestitch.cpp /inkscape/src/live_effects/lpe-knot.cpp /inkscape/src/live_effects/lpe-perspective_path.cpp /inkscape/src/live_effects/lpe-skeleton.cpp /inkscape/src/live_effects/lpe-skeleton.h /inkscape/src/live_effects/lpe-sketch.cpp /inkscape/src/live_effects/lpe-slant.cpp /inkscape/src/live_effects/lpe-spiro.cpp /inkscape/src/live_effects/lpe-vonkoch.cpp /inkscape/src/live_effects/lpegroupbbox.cpp path-reference.cpp /inkscape/src/nodepath.cpp /inkscape/src/object-snapper.cpp /inkscape/src/object-snapper.h /inkscape/src/path-chemistry.cpp /inkscape/src/pen-context.cpp /inkscape/src/pencil-context.cpp /inkscape/src/sp-lpe-item.h /inkscape/src/sp-path.cpp /inkscape/src/sp-polygon.cpp /inkscape/src/sp-shape.cpp /inkscape/src/splivarot.cpp /inkscape/src/tweak-context.cpp /inkscape/src/tweak-context.h /inkscape/src/verbs.cpp
019dcd82834b28a0204655ae1f3766a4c4d7cb7c 29-Mar-2008 pjrm <pjrm@users.sourceforge.net>

svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packaging/macosx/native-gtk/*, src/dom/**).

43f848b15ee40a6c108ae9d965cf06f055ecb7a5 28-Mar-2008 johanengelen <johanengelen@users.sourceforge.net>

add linking to other paths to lpe-PathParam