summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-4/+4
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-4/+4
* reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert2008-08-181-0/+11
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert2008-08-181-0/+5
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* New LPE: path lengthMaximilian Albert2008-07-301-0/+5
* New LPE: Text labelMaximilian Albert2008-07-301-0/+5
* Remove superfluous #includeMaximilian Albert2008-07-291-1/+0
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert2008-07-291-26/+34
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-5/+15
* LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert2008-07-291-10/+6
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-271-3/+3
* sort LPE effect listJohan B. C. Engelen2008-07-271-26/+26
* LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen2008-07-271-1/+1
* add LPE InterpolateJohan B. C. Engelen2008-07-271-0/+5
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-201-5/+4
* add lpe-BoolopsJohan B. C. Engelen2008-07-161-0/+5
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-0/+4
* New LPE: RulerMaximilian Albert2008-07-151-0/+5
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-4/+4
* move undo commits closer to the UIbulia byak2008-07-051-3/+0
* Warning cleanupJon A. Cruz2008-07-041-2/+2
* Remove oncanvas_editable attribute for PointParams; use their internal shape ...Maximilian Albert2008-07-041-1/+2
* New LPE: OffsetMaximilian Albert2008-07-031-0/+5
* Enable status bar tips for LPE handles that are automatically created from Po...Maximilian Albert2008-07-021-3/+4
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-261-1/+1
* Display helper grid for LPELattice; automatically add helper paths for LPE Pa...Maximilian Albert2008-06-181-1/+11
* Improve comments and catch missing desktop in effect.cppMaximilian Albert2008-06-181-4/+5
* New LPE: Copy rotateMaximilian Albert2008-06-181-0/+5
* New LPE: ParallelMaximilian Albert2008-06-181-0/+5
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-0/+17
* Address compile warningMaximilian Albert2008-06-161-2/+2
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+5
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-0/+5
* Second step: try to make helper curves respond faster (don't recreate/delete ...Maximilian Albert2008-06-161-1/+5
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-2/+26
* put exception catch block around all doEffect calls. (so in SP_LPE_ITEM)Johan B. C. Engelen2008-06-141-15/+2
* whitespaceMaximilian Albert2008-06-121-1/+1
* Infrastructure in class LivePathEffect::Effect to put Inkscape into 'wait for...Maximilian Albert2008-06-121-1/+46
* New LPE: Mirror reflectionMaximilian Albert2008-06-101-1/+6
* Remove debugging messagesMaximilian Albert2008-06-101-5/+0
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-0/+10
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-081-14/+18
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-6/+24
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-24/+6
* Factor out 'create and apply' code for LPEs so that it can be called from eve...Maximilian Albert2008-06-041-0/+28
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+12
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-0/+2