summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Improvements to transforms in LPEJabier Arraiza2018-10-011-3/+1
|
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-7/+7
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fixing LPE recalculations warnings on updateJabier Arraiza2018-04-231-1/+3
|
* Add transforms fixesJabier Arraiza2018-04-231-2/+0
|
* 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
* Fixing problems with nested LPE and convert to pathsJabier Arraiza2017-10-141-0/+2
|
* Attemp to fix bug 1707899, retain shapes color. Also now retain shape ↵Jabier Arraiza2017-08-131-1/+1
| | | | previous width
* Fix bugs: #1621234 and #172137Jabier Arraiza Cenoz2016-09-111-1/+1
| | | | | | | 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-1/+1
| | | | | it to 0.92 (bzr r15089)
* Full refactor of the LPE now too much simple codeJabier Arraiza Cenoz2015-08-071-9/+9
| | | (bzr r14272.1.6)
* fix a bug appliening from patheffect list the LPEJabier Arraiza Cenoz2015-08-061-1/+2
| | | (bzr r14272.1.5)
* update to trunkJabier Arraiza Cenoz2015-08-051-0/+1
|\ | | | | (bzr r14272.1.3)
| * Fix some transform problems in Bend path.Jabier Arraiza Cenoz2015-08-051-2/+1
| | | | | | | | | | Also refactor a bit the file to simplify it (bzr r14276)
* | Fix bug on apply effect from pen/pencil toolbarJabier Arraiza Cenoz2015-08-051-3/+3
| | | | | | (bzr r14272.1.2)
* | Added point parameterJabier Arraiza Cenoz2015-08-021-3/+11
|/ | | (bzr r14272.1.1)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* From trunkTed Gould2008-10-271-1/+0
| | | (bzr r6885)
* try to make LPE optimizations easier. example in LPE BendJohan B. C. Engelen2008-08-071-0/+3
| | | (bzr r6584)
* LPE STACKING!Johan B. C. Engelen2008-05-301-2/+0
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-1/+1
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-0/+61
(bzr r5385)