summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-embrodery-stitch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-5/+5
|
* Remove unused transform functions related to LPE and improvements to ↵Jabier Arraiza2018-12-151-11/+0
| | | | fill-betreen-* LPEs
* 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-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* 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 minor typosYuri Chornoivan2018-01-011-1/+1
|
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-051-319/+320
| | | (bzr r14862.2.3)
* Added emboidery and bool LPEsMichael Soegtrop2016-04-271-0/+399
(bzr r14862.2.1)