summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-patternalongpath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-2/+0
| | | | fill-betreen-* LPEs
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fixes crashes with knoth in bend and pattern along pathJabier Arraiza2018-01-011-1/+1
|
* Fix bug 1735316 - Pattern Along Path: Option to hide the new handlerJabier Arraiza2017-12-061-0/+3
| | | | https://bugs.launchpad.net/inkscape/+bug/1735316
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-1/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/172137 - https://launchpad.net/bugs/1621234 (bzr r15111)
* Fix a bug in pattern along path at first edit node after applied. Backport ↵Jabier Arraiza Cenoz2016-08-291-0/+1
| | | | | it to 0.92 (bzr r15089)
* Partialy fix bug #172137. commented in bugJabier Arraiza Cenoz2016-04-111-1/+1
| | | (bzr r14778)
* Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-071-6/+11
| | | (bzr r14272.1.6)
* Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-051-2/+2
| | | (bzr r14272.1.2)
* Added point parameterJabier Arraiza Cenoz2015-08-021-1/+11
| | | (bzr r14272.1.1)
* Header cleaningAlex Valavanis2012-02-121-1/+1
| | | (bzr r10963)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* override transform_multiply for patternalongpath to disable transform ↵Johan B. C. Engelen2009-04-121-0/+2
| | | | | forwarding to its parameters. (bzr r7691)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-191-6/+0
| | | (bzr r7330)
* Merge from fe-movedTed Gould2008-11-211-0/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-2/+0
| | | (bzr r6885)
* New LPE FreehandShape derived from PatternAlongPath (for the shapes in ↵Maximilian Albert2008-07-151-0/+17
| | | | | 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)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-031-1/+1
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* rename LPESkeletalStrokes -> LPEPatternAlongPathJohan B. C. Engelen2008-04-081-0/+57
(bzr r5386)