summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a compiling issue and add some improvementsJabiertxof2019-05-161-4/+4
|
* Improve the sync path on clone LPEJabiertxof2019-05-161-2/+6
|
* Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵Jabier Arraiza2019-05-151-8/+2
| | | | SP_TEXT
* 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
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Add translating fixesJabiertxo Arraiza Cenoz2018-04-241-1/+0
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-6/+3
|
* Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz2017-12-291-0/+1
|
* Improvements to translations in clone LPEJabiertxo Arraiza Cenoz2017-10-021-0/+2
|
* Add better transform handle to Clone Item LPEJabier Arraiza2017-10-011-1/+10
|
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-22/+13
| | | | powerstroke path
* Improve 0.92 support for Clone Original LPEJabiertxof2017-04-251-2/+1
| | | (bzr r15645)
* Retain clone position in clone Original LPEJabier Arraiza Cenoz2017-01-251-0/+1
| | | (bzr r15447)
* Add multiwidget fixesJabiertxof2017-01-221-1/+2
| | | (bzr r15356.1.15)
* Relay LPE on widgets and optionaly write on text inputsJabiertxof2017-01-211-2/+9
|\ | | | | (bzr r15356.1.13)
* | attemt to mirrorJabiertxof2017-01-011-0/+1
| | | | | | (bzr r15356.1.11)
* | Fixing transforms,clips...Jabiertxof2017-01-011-2/+3
| | | | | | (bzr r15356.1.8)
* | Add sp_shape to LPE chain and fixing transformsJabiertxof2016-12-291-1/+3
| | | | | | (bzr r15356.1.4)
* | Some fixes on translations and make legacy compatibleJabiertxof2016-12-281-3/+5
|\ \ | | | | | | (bzr r15356.1.3)
| * | Fixing transforms and adding scaleJabier Arraiza Cenoz2016-12-281-0/+1
|/ / | | | | (bzr r15356.2.1)
* / First attemp workingJabiertxof2016-12-281-5/+15
|/ | | (bzr r15356.1.1)
* LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-121-0/+36
(without LPE) of a path with an LPE applied (bzr r10874)