summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-copy_rotate.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-31Attempt to fix inbox#976John Smith1-1/+1
2019-10-28refactor: Eliminate SPIEnum::_nameThomas Holder1-1/+2
2019-10-28refactor: private SPIBase::_nameThomas Holder1-3/+3
2019-10-05Fix various minor code problemsMarc Jeanmougin1-3/+1
2019-10-05Fix some memory leaks found by scan-buildMarc Jeanmougin1-1/+1
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza1-9/+5
LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
2019-06-10Fix typos by PeterK.Jabiertxof1-4/+4
2019-05-25Rename wrong named functionJabiertxof1-4/+4
2019-05-25Allow style as attribute in CopyRotate LPE and Mirror SymmetryJabiertxof1-12/+28
2019-05-24Revert wrong commit in Rotate LPEJabiertxof1-13/+5
2019-05-23Improvements to Copy Rotate LPEJabiertxof1-122/+37
2019-05-16Fix a bug on reloading LPE Clone effectJabiertxof1-1/+1
2019-04-25Small string fixes in rotate copies and mirror lpeMaren Hachmann1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-9/+6
2019-01-01Minor style fixesMarc Jeanmougin1-6/+4
2018-12-15Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza1-12/+0
fill-betreen-* LPEs
2018-11-13Change preference to allow backward compatibilityJabier Arraiza1-1/+1
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-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-02Fixes on convert to paths LPE shapesJabier Arraiza1-9/+12
2018-05-26Add center mirror symmetry butons for perfect symmetry and rotate copyes cleanupJabier Arraiza1-112/+112
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-8/+8
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-8/+8
2018-04-14Fixes to transforms on LPEJabier Arraiza1-1/+0
2018-03-26Allow upadate shapen innside groups with LPEJabier Arraiza1-0/+1
2018-03-26Base LPE refactorJabier Arraiza1-66/+70
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+4
A lot of header clean-up.
2017-05-29Initial releaseJabiertxof1-10/+10
(bzr r15704)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-5/+4
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15713)
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-5/+4
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2017-05-28Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵Jabiertxof1-0/+1
values set yet to not LPE stored values when loading a previous file (bzr r15711)
2017-05-28Add a new value to LPE 'is_load' to know the lpe is just load, no previous ↵Jabiertxof1-0/+1
values set yet to not LPE stored values when loading a previous file (bzr r15703.1.8)
2017-05-27More fixes to LPEJabiertxof1-8/+7
(bzr r15705)
2017-05-27More fixes to LPEJabiertxof1-8/+7
(bzr r15703.1.2)
2017-05-27Change bad named varsJabiertxof1-2/+2
(bzr r15704)
2017-05-27Change bad named varsJabiertxof1-2/+2
(bzr r15703.1.1)
2017-05-26Order LPE parametersJabier Arraiza Cenoz1-1/+1
(bzr r15703)
2017-05-26Improve methods on rotate copies LPEJabier Arraiza Cenoz1-37/+49
(bzr r15702)
2017-05-25Allow rotate on split items over Rotate copies LPEJabier Arraiza Cenoz1-0/+7
(bzr r15701)
2017-05-23fix a brunch of memory leaks pt.2chr1-1/+3
I'd like to see the crappy API fixed, to avoid this stupid mistakes. (bzr r15698.1.12)
2017-05-12Fix a bug pointed by suv in IRC about simple mode of rotate copies with ↵Jabier Arraiza Cenoz1-1/+5
origin position (bzr r15689)
2017-05-07Fix a bug on tapper stroke detected with Ede_123 on IRCJabiertxof1-1/+1
(bzr r15673)
2017-05-05Improve responsive from LPEJabier Arraiza Cenoz1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
2017-05-01Fix erase lpe in multi LPE modeJabiertxof1-6/+0
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations (bzr r15655)
2017-04-28ResetJabiertxof1-17/+0
(bzr r15620.1.9)
2017-04-27Add end of preferences GUIJabier Arraiza Cenoz1-1/+1
(bzr r15620.1.6)
2017-04-25Little UX tweakJabiertxof1-2/+2
(bzr r15644)
2017-04-25Rotate copies improvements:Jabiertxof1-61/+30
Bug fixes. Better widgets positions (bzr r15643)
2017-04-25Fixed some bugs in Rotate Copies LPE.Jabier Arraiza Cenoz1-47/+50
Added a EnumParam to handle explusive bool params Make compatible with 0.92 code (bzr r15642)