Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / live_effects / lpe-spiro.cpp
2010-03-26 Ted GouldMerge from trunk
2010-01-14 Krzysztof KosińskiMerge GSoC 2009 node tool rewrite
2010-01-14 Krzysztof Kosiński* Merge from trunk
2009-12-24 Krzysztof KosińskiRemove remnants of old node tool
2009-12-08 Krzysztof KosińskiFix LPEs and break mask transform undo
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-08-26 johanengelenlpe-spiro: fix problem with rounding and very nearly...
2009-06-02 johanengelencall default setup_nodepath for lpe-spiro, to get corre...
2008-10-11 Ted GouldMerging from trunk
2008-08-13 johanengelenmake spcurve::first_point and last_point boost::optional
2008-08-02 johanengelensimplify lpe spiro code by using new "is_straight_curve...
2008-08-02 johanengelenuse nodetype helper function to determine nodetype...
2008-08-02 johanengelenlpe spiro: if path is closed it does not matter to...
2008-08-01 johanengelenremove more NR:: from live_effects code
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-15 johanengelenremove debug messages from last commits
2008-07-15 johanengelenfix lpe-spiro for smooth closing points
2008-07-14 johanengelen2geomify lpeSpiro
2008-06-26 johanengelennoop: be more consistent with function names (get_pathv...
2008-06-22 johanengelenLPE Spiro: don't catch all exceptions, only the Continu...
2008-06-14 johanengelencatch cases where LPE Spiro generates non-continuous...
2008-06-12 cilix42whitespace
2008-06-08 cilix42Add option to either suppress path flash for items...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-06 buliabyakmake determining smooth nodes more robust
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-05-01 joncruzWarning and whitespace cleanup
2008-04-14 johanengelensuppress helperpath and handles showing for LPESpiro
2008-04-14 buliabyaksuppress helperpath display for spiro
2008-04-12 buliabyakSpiro splines LPE using code by Raph Levien