summaryrefslogtreecommitdiffstats
path: root/src/object/sp-spiral.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-12-21Allow edit LPE on nestad groupsJabiertxof1-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-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-02Fixes for LPE transforms and a bug when closing inkscape, related to ↵Jabiertxof1-4/+1
lpeobject-reference
2018-10-01Fix for bug #263620 comment 5,Jabier Arraiza1-12/+2
Duplicating LPE path more like clone
2018-10-01Improvements to transforms in LPEJabier Arraiza1-6/+3
2018-09-29Fix for bug: #1791784 LPE path effect undo does not workJabier Arraiza1-2/+6
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-0/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+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-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-04-23Fixing LPE recalculations warnings on updateJabier Arraiza1-1/+17
2018-04-23Fix warings on updatesJabier Arraiza1-6/+5
2018-04-23Remove some documents updatesJabier Arraiza1-3/+0
2018-04-23Add transforms fixesJabier Arraiza1-12/+0
2018-03-26Allow upadate shapen innside groups with LPEJabier Arraiza1-1/+1
2018-03-26Base LPE refactorJabier Arraiza1-38/+14
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-14Fixing problems with nested LPE and convert to pathsJabier Arraiza1-3/+3
2017-10-09Fixes for transforms in LPE shapesJabiertxo Arraiza Cenoz1-8/+21
2017-09-21Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵Jabier Arraiza1-0/+2
powerstroke path
2017-05-29Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are ↵Jabiertxof1-2/+8
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-2/+8
improved to only perform path effet one time each Fixed bugs: - https://launchpad.net/bugs/1694111 (bzr r15703.1.10)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13441)
2014-06-27Remove the incorrect fix for the bug 1241902Jabier Arraiza Cenoz1-2/+0
(bzr r13341.1.69)
2014-06-11Fix for bug #1241902Jabier Arraiza Cenoz1-0/+2
(bzr r13418)
2014-06-07Fix for Bug #1241902 -Jabier Arraiza Cenoz1-0/+2
(bzr r13341.1.52)
2014-01-06Fix transforming shapes with path effect applied (bug #1247324)Jabier Arraiza Cenoz1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1247324 (bzr r12884)
2013-10-26Added some consts.Markus Engel1-3/+3
(bzr r12729)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12660)
2013-10-04C++Johan B. C. Engelen1-1/+1
(bzr r12659)
2013-09-26random code cleanupJohan B. C. Engelen1-1/+1
(bzr r12596)
2013-09-25C++ify calling a few SPLPEItem functions, much more work than expected... ↵Johan B. C. Engelen1-5/+5
slowly slowly... (bzr r12593)
2013-09-24Refactored SPSpiral.Markus Engel1-49/+46
(bzr r11608.1.130)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-4/+6
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-02Fix bug that added transforms to new objects.Matthew Petroff1-0/+59
(bzr r12475.1.11)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-05Merged Item.Markus Engel1-1/+0
(bzr r11608.1.81)
2013-04-05Merged more classes.Markus Engel1-1/+0
(bzr r11608.1.78)
2013-04-05Merged Shape and subclasses. Cleaned up a bit.Markus Engel1-9/+7
(bzr r11608.1.76)
2013-04-04Merged SPSpiral and CSpiral.Markus Engel1-94/+102
(bzr r11608.1.74)
2013-04-02Cleaned up a bit. Uses some C++11 features.Markus Engel1-19/+0
(bzr r11608.1.72)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+12
rewritten, as they aren't real classes. (bzr r11608.1.69)