Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / live_effects / effect.h
2010-12-23 Jon A. CruzSplit SPCanvasItem and SPCanvasGroup to individual...
2010-07-13 Ted GouldUpgrading to trunk
2010-05-18 Johan Engelenreduce include dependencies
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-21 Ted GouldUpdating the READMEs to better handle OSX.
2009-12-08 Krzysztof KosińskiFix LPEs and break mask transform undo
2009-11-29 Ted GouldMerging in the changes from the 0.47 release branch...
2009-11-29 Ted GouldUpdating to current trunk
2009-11-29 Ted GouldMerging in from trunk
2009-11-23 johanengelendecrease header deps
2009-11-23 johanengelendecrease header dependencies
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-05-07 buliabyakremove the deactivate knotholder parameter
2009-03-15 johanengelencorrectly implement 'resetDefaults()' for LPEs. Now...
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-08-18 cilix42Add option do deactivate knotholder handles for LPEs...
2008-08-18 cilix42Rename acceptsNumParams() -> acceptsNumClicks() because...
2008-08-18 cilix42Remove done_pathparam_set and friends because it curren...
2008-08-18 cilix42reimplement acceptsNumParams(); instead of making it...
2008-08-18 cilix42New LPE to draw infinite lines (cut by a limiting bound...
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-07-30 cilix42New LPE: path length
2008-07-30 cilix42New LPE: Text label
2008-07-29 cilix42Remove addHelperPaths() from Effect; now getHelperPaths...
2008-07-29 cilix42Rename isLPEParam() to isDeletable(), create new class...
2008-07-27 johanengelenremove dependency on INVALID_LPE a bit
2008-07-27 johanengelenadd LPE Interpolate
2008-07-16 johanengelenadd lpe-Boolops
2008-07-15 cilix42New LPE FreehandShape derived from PatternAlongPath...
2008-07-15 cilix42New LPE: Ruler
2008-07-08 cilix42Rename LPE: mirror reflect --> mirror symmetry
2008-07-07 johanengelenreplace separate forward declarations by proper forward...
2008-07-03 cilix42New LPE: Offset
2008-06-18 cilix42New LPE: Copy rotate
2008-06-18 cilix42New LPE: Parallel
2008-06-16 cilix42Activate automatic knotholders for LPE PointParams
2008-06-16 cilix42New LPE: Angle bisector
2008-06-16 cilix42New LPE: circle through 3 points
2008-06-16 cilix42Ditch PERMANENT_FLASH because it is handled by provides...
2008-06-16 cilix42Second step: try to make helper curves respond faster...
2008-06-16 cilix42First step towards making helper paths for LPE items...
2008-06-12 cilix42Infrastructure in class LivePathEffect::Effect to put...
2008-06-10 cilix42New LPE: Mirror reflection
2008-06-10 cilix42Write all effect parameters to SVG when a LPE knotholde...
2008-06-08 cilix42Add option to either suppress path flash for items...
2008-06-08 cilix42Re-add two handles for PerpBisector LPE (we don't add...
2008-06-08 cilix42Better way to add LPE knotholder handles; now it happen...
2008-06-08 cilix42Make knotholders for LPE items finally work; each effec...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-04 cilix42Factor out 'create and apply' code for LPEs so that...
2008-06-04 cilix42C++ify knotholders
2008-05-30 johanengelenLPE STACKING!
2008-05-19 cilix42Add checkbox for LPEs to temporarily disable them on...
2008-05-19 cilix42New LPE: Tangent to curve (draws a tangent of fixed...
2008-05-19 cilix42Provide knotholder for LPEPerpBisector; TODO: this...
2008-05-18 cilix42Add a function doOnApply() for LPEs which is executed...
2008-05-18 cilix42Add function to return path effect type
2008-05-18 cilix42New LPE: Perpendicular bisector
2008-05-17 bgkNew LPE : Envelope deformation
2008-05-09 johanengelenRemove LPESlant.
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-08 johanengelenadd LPEConstructGrid
2008-04-12 buliabyakSpiro splines LPE using code by Raph Levien
2008-04-09 johanengelenchange doEffect functions to use const& parameters
2008-04-09 johanengelenchange doEffect_path to default to calling pwd2 for...
2008-04-08 johanengelenrename LPESkeletalStrokes -> LPEPatternAlongPath
2008-04-08 johanengelenrename LPEPathAlongPath -> LPEBendPath
2008-04-02 cilix42New LPE: Perspective paths
2008-03-30 cilix42New LPE: Circle (with center at the first point and...
2008-03-28 bgk- Created a SPLPEItem class that handles applying a...
2008-03-02 johanengelenNEW: temporary on-canvas indicators
2008-02-25 jfbarraud3 new lpe gadgets: sketch, knot and vonkoch.
2008-01-15 johanengelenprepare LPE parameter widgets to be owned by multiple...
2008-01-02 johanengelenfix typo notepath => nodepath
2008-01-02 johanengelen+ Fix bug #179840, forking of LPEs
2007-12-30 bryceSet teeth selector in lpe-gears to an integer value...
2007-11-22 johanengelenfix bug caused by rev. 16540
2007-11-21 johanengelenFix ordering of LPE parameters (no longer use map,...
2007-11-12 johanengelenLPE: no longer overload doEffect methods, but name...
2007-11-03 johanengelenmake setup_notepath function for LPE's and LPE parameters.
2007-10-30 johanengelenLPE: implement NEW path-along-path effect, i think...
2007-10-28 johanengelenLPE: implement 'edit next LPE parameter'. Accessible...
2007-10-20 johanengelenLPE: add on-canvas editing of path parameters!
2007-10-11 pjrmtrivial: live_effects/**: svn propset svn:eol-style...
2007-08-29 johanengelenLPE:
2007-08-25 johanengelenAdd #define to disable "test" LPE's
2007-08-17 johanengelenAdd lpe-skeleton for easy implementation!
2007-08-17 johanengelenFix LPE:
2007-08-14 johanengelenCommit LivePathEffect branch to trunk!