summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-021-1/+1
| | | | change
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-2/+2
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Fix a compiling issue and add some improvementsJabiertxof2019-05-161-24/+36
|
* Improve the sync path on clone LPEJabiertxof2019-05-161-33/+90
|
* Fix a bug on reloading LPE Clone effectJabiertxof2019-05-161-4/+4
|
* Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵Jabier Arraiza2019-05-151-17/+47
| | | | SP_TEXT
* modernize loopsMarc Jeanmougin2019-01-021-3/+2
|
* 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-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* fix bug on compileJabiertxo Arraiza Cenoz2018-04-241-1/+0
|
* Forcing Win CIJabiertxo Arraiza Cenoz2018-04-241-0/+1
|
* Add translating fixesJabiertxo Arraiza Cenoz2018-04-241-11/+3
|
* Fixes to transforms on LPEJabier Arraiza2018-04-141-107/+39
|
* Update lpe-clone-original.cpp to recheckJabier Arraiza2018-03-311-1/+1
|
* Fis a bug crashing inkscape if clones item is not in docJabier Arraiza2018-03-311-8/+8
|
* Base LPE refactorJabier Arraiza2018-03-261-7/+11
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+6
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Fix minor typosYuri Chornoivan2018-01-011-1/+1
|
* Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz2017-12-291-8/+29
|
* Improvements to translations in clone LPEJabiertxo Arraiza Cenoz2017-10-021-1/+16
|
* Add better transform handle to Clone Item LPEJabier Arraiza2017-10-011-7/+74
|
* Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵Jabier Arraiza2017-09-301-4/+4
| | | | longer be used to fill a powerstroke path
* 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)