summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza2017-09-211-206/+78
| | | | powerstroke path
* Fix a bug on uninicialitated variable, that perform diferent results in ↵Jabier Arraiza2017-09-161-1/+1
| | | | debug and in release mode. Thanks Michael for help me finfing this bug. Also sused to remove some unnneded code in path chemistry and to better naming the variable uninicilitated
* fix a brunch of memory leaks pt.2chr2017-05-231-3/+9
| | | | | | I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
* Fix erase lpe in multi LPE modeJabiertxof2017-05-011-1/+0
| | | | | Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
* Improve 0.92 support for Clone Original LPEJabiertxof2017-04-251-22/+17
| | | (bzr r15645)
* Remove some compiling warnsJabiertxof2017-03-161-1/+1
| | | (bzr r15599)
* Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz2017-02-211-1/+0
| | | (bzr r15537)
* Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENTJabiertxof2017-02-181-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530)
* A bit refactor of clone object LPEJabier Arraiza Cenoz2017-01-251-22/+12
| | | (bzr r15448)
* Retain clone position in clone Original LPEJabier Arraiza Cenoz2017-01-251-1/+20
| | | (bzr r15447)
* Fix for bug on clone original LPEJabier Arraiza Cenoz2017-01-241-17/+11
| | | (bzr r15442)
* Add multiwidget fixesJabiertxof2017-01-221-5/+16
| | | (bzr r15356.1.15)
* Relay LPE on widgets and optionaly write on text inputsJabiertxof2017-01-211-21/+58
|\ | | | | (bzr r15356.1.13)
* | Fix inverse cloneJabiertxof2017-01-021-8/+10
| | | | | | (bzr r15356.1.12)
* | attemt to mirrorJabiertxof2017-01-011-9/+17
| | | | | | (bzr r15356.1.11)
* | Fixing transforms,clips...Jabiertxof2017-01-011-44/+106
| | | | | | (bzr r15356.1.8)
* | Fixing clips and masksJabier Arraiza Cenoz2016-12-301-11/+25
| | | | | | (bzr r15356.1.6)
* | Add sp_shape to LPE chain and fixing transformsJabiertxof2016-12-291-9/+24
| | | | | | (bzr r15356.1.4)
* | Some fixes on translations and make legacy compatibleJabiertxof2016-12-281-95/+116
|\ \ | | | | | | (bzr r15356.1.3)
| * | Fixing scaleJabier Arraiza Cenoz2016-12-281-1/+5
| | | | | | | | | (bzr r15356.2.3)
| * | Fixing scaleJabier Arraiza Cenoz2016-12-281-1/+1
| | | | | | | | | (bzr r15356.2.2)
| * | Fixing transforms and adding scaleJabier Arraiza Cenoz2016-12-281-8/+17
|/ / | | | | (bzr r15356.2.1)
* / First attemp workingJabiertxof2016-12-281-8/+161
|/ | | (bzr r15356.1.1)
* Fix headers on LPE'sJabiertxof2016-12-101-3/+2
| | | (bzr r15318)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
| | | (bzr r14059.2.1)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-121-0/+50
(without LPE) of a path with an LPE applied (bzr r10874)