summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-26renamed lpe-hatches to lpe-rough-hatches.JF Barraud1-5/+5
2008-11-21Merge from fe-movedTed Gould1-3/+7
2008-10-27From trunkTed Gould1-1/+1
2008-08-18noop: wordingMaximilian Albert1-2/+2
2008-08-18Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...Maximilian Albert1-0/+1
2008-08-18Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert1-0/+5
2008-08-18Add lpe-line_segment to LPETool toolbarMaximilian Albert1-1/+2
2008-08-18Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert1-4/+4
2008-08-18Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert1-4/+4
2008-08-18reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert1-0/+11
2008-08-18New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert1-0/+5
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