summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz2014-11-051-1/+7
* Update to trunk/integrate BSplineLiam P. White2014-05-091-0/+1
|\
| * Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-0/+1
* | Properly allow effect stacking with knotholders (and add extra LPE functional...Liam P. White2014-04-061-0/+8
* | Fix some stuffLiam P. White2014-04-021-0/+3
|/
* LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ...Johan B. C. Engelen2014-01-121-1/+1
* C++Johan B. C. Engelen2013-10-041-1/+1
* const ....Johan B. C. Engelen2013-01-171-7/+7
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-2/+2
* const methodsJohan B. C. Engelen2013-01-171-7/+7
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-3/+2
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-1/+0
* some clean upJohan B. C. Engelen2012-02-191-16/+5
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+1
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-6/+6
* improve explanation of lpe parameterJohan B. C. Engelen2011-06-011-1/+1
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-1/+1
* reduce include dependenciesJohan B. C. Engelen2010-05-181-2/+1
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-2/+0
* decrease header depsJohan B. C. Engelen2009-11-231-1/+1
* decrease header dependenciesJohan B. C. Engelen2009-11-231-1/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-4/+4
* SPDocument->Documentjohnce2009-08-051-4/+4
* remove the deactivate knotholder parameterbulia byak2009-05-071-3/+0
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...Johan B. C. Engelen2009-03-151-0/+3
* Merge from fe-movedTed Gould2008-11-211-41/+1
* From trunkTed Gould2008-10-271-2/+3
* Add option do deactivate knotholder handles for LPEs (useful if they interfer...Maximilian Albert2008-08-181-0/+3
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-2/+2
* Remove done_pathparam_set and friends because it currently isn't used any mor...Maximilian Albert2008-08-181-2/+9
* reimplement acceptsNumParams(); instead of making it a virtual function we ju...Maximilian Albert2008-08-181-1/+2
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...Maximilian Albert2008-08-181-0/+1
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* New LPE: path lengthMaximilian Albert2008-07-301-0/+1
* New LPE: Text labelMaximilian Albert2008-07-301-0/+1
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...Maximilian Albert2008-07-291-2/+5
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-2/+1
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-271-1/+1
* add LPE InterpolateJohan B. C. Engelen2008-07-271-0/+1
* add lpe-BoolopsJohan B. C. Engelen2008-07-161-0/+1
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...Maximilian Albert2008-07-151-0/+1
* New LPE: RulerMaximilian Albert2008-07-151-0/+1
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-1/+1
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
* New LPE: OffsetMaximilian Albert2008-07-031-0/+1
* New LPE: Copy rotateMaximilian Albert2008-06-181-0/+1
* New LPE: ParallelMaximilian Albert2008-06-181-0/+1
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-2/+2
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+1