summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-30New LPE: path lengthMaximilian Albert1-0/+5
2008-07-30New LPE: Text labelMaximilian Albert1-0/+5
2008-07-29Remove superfluous #includeMaximilian Albert1-1/+0
2008-07-29Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert1-26/+34
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert1-5/+15
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert1-10/+6
2008-07-27remove dependency on INVALID_LPE a bitJohan B. C. Engelen1-3/+3
2008-07-27sort LPE effect listJohan B. C. Engelen1-26/+26
2008-07-27LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen1-1/+1
2008-07-27add LPE InterpolateJohan B. C. Engelen1-0/+5
2008-07-20purge LivePathEffect::PathTypeJohan B. C. Engelen1-5/+4
2008-07-16add lpe-BoolopsJohan B. C. Engelen1-0/+5
2008-07-15New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert1-0/+4
2008-07-15New LPE: RulerMaximilian Albert1-0/+5
2008-07-08Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert1-4/+4
2008-07-05move undo commits closer to the UIbulia byak1-3/+0
2008-07-04Warning cleanupJon A. Cruz1-2/+2
2008-07-04Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert1-1/+2
2008-07-03New LPE: OffsetMaximilian Albert1-0/+5
2008-07-02Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert1-3/+4
2008-06-26noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen1-1/+1
2008-06-18Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert1-1/+11
2008-06-18Improve comments and catch missing desktop in effect.cppMaximilian Albert1-4/+5
2008-06-18New LPE: Copy rotateMaximilian Albert1-0/+5
2008-06-18New LPE: ParallelMaximilian Albert1-0/+5
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-0/+17
2008-06-16Address compile warningMaximilian Albert1-2/+2
2008-06-16New LPE: Angle bisectorMaximilian Albert1-0/+5
2008-06-16New LPE: circle through 3 pointsMaximilian Albert1-0/+5
2008-06-16Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert1-1/+5
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-2/+26
2008-06-14put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen1-15/+2
2008-06-12whitespaceMaximilian Albert1-1/+1
2008-06-12Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert1-1/+46
2008-06-10New LPE: Mirror reflectionMaximilian Albert1-1/+6
2008-06-10Remove debugging messagesMaximilian Albert1-5/+0
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-0/+10
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert1-14/+18
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-6/+24
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-24/+6
2008-06-04Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert1-0/+28
2008-06-04C++ify knotholdersMaximilian Albert1-2/+2
2008-05-30LPE STACKING!Johan B. C. Engelen1-7/+12
2008-05-19Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert1-0/+2
2008-05-19New LPE: Tangent to curve (draws a tangent of fixed length which can be dragg...Maximilian Albert1-0/+5
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert1-2/+17
2008-05-18Add a function doOnApply() for LPEs which is executed once when the effect is...Maximilian Albert1-0/+6
2008-05-18Add function to return path effect typeMaximilian Albert1-0/+5