summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-02Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof1-1/+1
change
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza1-2/+2
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-05-16Fix a compiling issue and add some improvementsJabiertxof1-24/+36
2019-05-16Improve the sync path on clone LPEJabiertxof1-33/+90
2019-05-16Fix a bug on reloading LPE Clone effectJabiertxof1-4/+4
2019-05-15Add new mode to Clone LPE to allow custom clones locked. Also fix to handle ↵Jabier Arraiza1-17/+47
SP_TEXT
2019-01-02modernize loopsMarc Jeanmougin1-3/+2
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2018-04-24fix bug on compileJabiertxo Arraiza Cenoz1-1/+0
2018-04-24Forcing Win CIJabiertxo Arraiza Cenoz1-0/+1
2018-04-24Add translating fixesJabiertxo Arraiza Cenoz1-11/+3
2018-04-14Fixes to transforms on LPEJabier Arraiza1-107/+39
2018-03-31Update lpe-clone-original.cpp to recheckJabier Arraiza1-1/+1
2018-03-31Fis a bug crashing inkscape if clones item is not in docJabier Arraiza1-8/+8
2018-03-26Base LPE refactorJabier Arraiza1-7/+11
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+6
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2018-01-01Fix minor typosYuri Chornoivan1-1/+1
2017-12-29Add fix sugested in mailing list to allow diferent LPE on clonesJabiertxo Arraiza Cenoz1-8/+29
2017-10-02Improvements to translations in clone LPEJabiertxo Arraiza Cenoz1-1/+16
2017-10-01Add better transform handle to Clone Item LPEJabier Arraiza1-7/+74
2017-09-30Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵Jabier Arraiza1-4/+4
longer be used to fill a powerstroke path
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-206/+78
powerstroke path
2017-09-16Fix a bug on uninicialitated variable, that perform diferent results in ↵Jabier Arraiza1-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
2017-05-23fix a brunch of memory leaks pt.2chr1-3/+9
I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-1/+0
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
2017-04-28ResetJabiertxof1-15/+0
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+1
(bzr r15620.1.6)
2017-04-25Improve 0.92 support for Clone Original LPEJabiertxof1-22/+17
(bzr r15645)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-0/+15
(bzr r15620.1.1)
2017-03-16Remove some compiling warnsJabiertxof1-1/+1
(bzr r15599)
2017-02-21Improvements to fill between strokes and fill between many LPE'sJabier Arraiza Cenoz1-1/+0
(bzr r15537)
2017-02-18Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENTJabiertxof1-0/+3
Fixed bugs: - https://launchpad.net/bugs/1665595 (bzr r15530)
2017-01-25A bit refactor of clone object LPEJabier Arraiza Cenoz1-22/+12
(bzr r15448)
2017-01-25Retain clone position in clone Original LPEJabier Arraiza Cenoz1-1/+20
(bzr r15447)
2017-01-24Fix for bug on clone original LPEJabier Arraiza Cenoz1-17/+11
(bzr r15442)
2017-01-22Add multiwidget fixesJabiertxof1-5/+16
(bzr r15356.1.15)
2017-01-02Remove clone original codeJabiertxof1-282/+7
(bzr r15295.1.47)
2017-01-02Fix inverse cloneJabiertxof1-8/+10
(bzr r15356.1.12)
2017-01-01attemt to mirrorJabiertxof1-9/+17
(bzr r15356.1.11)
2017-01-01Fixing transforms,clips...Jabiertxof1-44/+106
(bzr r15356.1.8)
2016-12-30Fixing clips and masksJabier Arraiza Cenoz1-11/+25
(bzr r15356.1.6)
2016-12-29Add sp_shape to LPE chain and fixing transformsJabiertxof1-9/+24
(bzr r15356.1.4)
2016-12-28Fixing scaleJabier Arraiza Cenoz1-1/+5
(bzr r15356.2.3)
2016-12-28Fixing scaleJabier Arraiza Cenoz1-1/+1
(bzr r15356.2.2)
2016-12-28Fixing transforms and adding scaleJabier Arraiza Cenoz1-8/+17
(bzr r15356.2.1)