summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-0/+1
| | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
* LPE: rename function getHelperPaths --> getCanvasIndicators (the function is ↵Johan B. C. Engelen2014-01-121-1/+1
| | | | | not yet called by anyone, but the naming was confusing) (bzr r12920)
* C++Johan B. C. Engelen2013-10-041-1/+1
| | | (bzr r12660)
* const ....Johan B. C. Engelen2013-01-171-7/+7
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-2/+2
| | | (bzr r12038)
* const methodsJohan B. C. Engelen2013-01-171-7/+7
| | | (bzr r12037)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-3/+2
| | | (bzr r11170)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-1/+0
| | | (bzr r11070)
* some clean upJohan B. C. Engelen2012-02-191-16/+5
| | | (bzr r10999)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+1
| | | (bzr r10826)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-6/+6
| | | (bzr r10766.1.1)
* improve explanation of lpe parameterJohan B. C. Engelen2011-06-011-1/+1
| | | (bzr r10250)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+1
| | | | | header. (bzr r9978.1.1)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-2/+1
| | | (bzr r9432)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-2/+0
| | | (bzr r8846.2.3)
* decrease header depsJohan B. C. Engelen2009-11-231-1/+1
| | | (bzr r8842)
* decrease header dependenciesJohan B. C. Engelen2009-11-231-1/+3
| | | (bzr r8841)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* remove the deactivate knotholder parameterbulia byak2009-05-071-3/+0
| | | (bzr r7833)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-151-0/+3
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Merge from fe-movedTed Gould2008-11-211-41/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-2/+3
| | | (bzr r6885)
* Add option do deactivate knotholder handles for LPEs (useful if they ↵Maximilian Albert2008-08-181-0/+3
| | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667)
* Rename acceptsNumParams() -> acceptsNumClicks() because it makes more senseMaximilian Albert2008-08-181-2/+2
| | | (bzr r6644)
* Remove done_pathparam_set and friends because it currently isn't used any ↵Maximilian Albert2008-08-181-2/+9
| | | | | more anyway; reimplement its intended functionality by using isReady() (bzr r6643)
* reimplement acceptsNumParams(); instead of making it a virtual function we ↵Maximilian Albert2008-08-181-1/+2
| | | | | just make case distinctions (bzr r6642)
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵Maximilian Albert2008-08-181-0/+1
| | | | | segments (bzr r6641)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* New LPE: path lengthMaximilian Albert2008-07-301-0/+1
| | | (bzr r6477)
* New LPE: Text labelMaximilian Albert2008-07-301-0/+1
| | | (bzr r6472)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-291-2/+5
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-2/+1
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-271-1/+1
| | | (bzr r6436)
* add LPE InterpolateJohan B. C. Engelen2008-07-271-0/+1
| | | (bzr r6431)
* add lpe-BoolopsJohan B. C. Engelen2008-07-161-0/+1
| | | (bzr r6334)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-151-0/+1
| | | | | pen/pencil context); don't apply shapes each time the selection changes; new functions to test for specific LPE type and if a path can accept a new shape (bzr r6322)
* New LPE: RulerMaximilian Albert2008-07-151-0/+1
| | | (bzr r6319)
* Rename LPE: mirror reflect --> mirror symmetryMaximilian Albert2008-07-081-1/+1
| | | (bzr r6238)
* replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen2008-07-071-4/+1
| | | (bzr r6214)
* New LPE: OffsetMaximilian Albert2008-07-031-0/+1
| | | (bzr r6126)
* New LPE: Copy rotateMaximilian Albert2008-06-181-0/+1
| | | (bzr r5978)
* New LPE: ParallelMaximilian Albert2008-06-181-0/+1
| | | (bzr r5975)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-2/+2
| | | (bzr r5963)
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+1
| | | (bzr r5960)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-0/+1
| | | (bzr r5959)
* Ditch PERMANENT_FLASH because it is handled by providesOwnFlashPath(); avoid ↵Maximilian Albert2008-06-161-1/+3
| | | | | flashing when LPE already provides a helperpath (bzr r5956)
* Second step: try to make helper curves respond faster (don't recreate/delete ↵Maximilian Albert2008-06-161-0/+3
| | | | | the temporary canvasitems each time the selection is modified); better use of flash paths (bzr r5955)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+13
| | | (bzr r5954)