Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / live_effects / effect.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-08-30 JazzyNicoExtensions. Shebangs branch merge.
2010-08-13 Ted GouldSync to release 0.48 branch
2010-07-26 Johan Engelenadd powerstroke initial shot
2010-07-14 Abhishek Sharma... SPShape c++ified to the extent it was possible and...
2010-07-13 Ted GouldUpgrading to trunk
2010-05-18 Johan Engelenreduce include dependencies
2010-03-26 Ted GouldMerge from trunk
2010-02-14 Johan- fix bug: xy grid default unit was not respected
2010-02-14 Johanremove obsolete TODO comment that has been done already
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-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 johanengelenadd LPE extrude. it's not finished yet!
2009-09-26 scislacOther patch by Johan to comment out a warning. Thanks...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-06-21 cilix42Remove 'Is visible?' checkbox from LPE editor because...
2009-06-05 jfbarraudmade ruler lpe "official" + restored a "unit" param...
2009-05-14 johanengelenmake LPE-Interpolate "official"
2009-05-07 buliabyakremove the deactivate knotholder parameter
2009-04-23 helix84translator comments and minor string fixes
2009-04-20 jfbarraudunhide lpe-sketch. removed "construction lines" feature...
2009-04-12 johanengelenadd LPE recursive skeleton (experimental)
2009-03-27 jfbarraudunhide hatches lpe (tests commited to test-suite).
2009-03-15 johanengelencorrectly implement 'resetDefaults()' for LPEs. Now...
2009-03-15 johanengelenEnvelope Deform LPE is no longer experimental
2009-03-13 jfbarraudmoved VonKoch lpe to non experimental: relevant tests...
2009-02-19 cilix42Remove superfluous FreehandShape LPE
2009-02-02 johanengelenenable lpe-spiro and lpe-freehand (which should be...
2009-02-02 johanengelenenable lpe-spiro and lpe-freehand (which should be...
2009-02-02 jfbarraudknot-lpe enabled (tests commited to testsuite).
2009-01-24 johanengelenmove most of the new LPEs to the experimental section...
2009-01-03 johanengelenrely on config file for enabling test effects
2009-01-03 johanengelenremove some of the lpe test define clauses. they are...
2009-01-03 jfbarraudadded lpe-dynastroke, but hidden as experimental.
2009-01-02 johanengelenreorder LPE list
2008-11-26 jfbarraudrenamed lpe-hatches to lpe-rough-hatches.
2008-11-21 Ted GouldMerge from fe-moved
2008-10-27 Ted GouldFrom trunk
2008-08-18 cilix42noop: wording
2008-08-18 cilix42Let acceptsNumClicks() distinguish between invalid...
2008-08-18 cilix42Add option do deactivate knotholder handles for LPEs...
2008-08-18 cilix42Add lpe-line_segment to LPETool toolbar
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-08-01 joncruzWarning cleanup
2008-07-30 cilix42New LPE: path length
2008-07-30 cilix42New LPE: Text label
2008-07-29 cilix42Remove superfluous #include
2008-07-29 cilix42Remove addHelperPaths() from Effect; now getHelperPaths...
2008-07-29 cilix42Rename isLPEParam() to isDeletable(), create new class...
2008-07-29 cilix42LPE knotholder refactoring: PointParams are not knothol...
2008-07-27 johanengelenremove dependency on INVALID_LPE a bit
2008-07-27 johanengelensort LPE effect list
2008-07-27 johanengelenLPE Interpolate => "Interpolate Sub-Paths"
2008-07-27 johanengelenadd LPE Interpolate
2008-07-20 johanengelenpurge LivePathEffect::PathType
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-05 buliabyakmove undo commits closer to the UI
2008-07-04 joncruzWarning cleanup
2008-07-04 cilix42Remove oncanvas_editable attribute for PointParams...
2008-07-03 cilix42New LPE: Offset
2008-07-02 cilix42Enable status bar tips for LPE handles that are automat...
2008-06-26 johanengelennoop: be more consistent with function names (get_pathv...
2008-06-18 cilix42Display helper grid for LPELattice; automatically add...
2008-06-18 cilix42Improve comments and catch missing desktop in effect.cpp
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 cilix42Address compile warning
2008-06-16 cilix42New LPE: Angle bisector
2008-06-16 cilix42New LPE: circle through 3 points
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-14 johanengelenput exception catch block around all doEffect calls...
2008-06-12 cilix42whitespace
2008-06-12 cilix42Infrastructure in class LivePathEffect::Effect to put...
2008-06-10 cilix42New LPE: Mirror reflection
2008-06-10 cilix42Remove debugging messages
2008-06-10 cilix42Write all effect parameters to SVG when a LPE knotholde...
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...
next