summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-dash-stroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-181-284/+0
|
* modernize loopsMarc Jeanmougin2019-01-021-18/+18
|
* 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
* Revert changesJabier Arraiza2018-08-051-229/+208
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-051-208/+229
| | | | pref optional to scale dashes on stroke scale
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* suggested changesluz.paz2018-05-141-1/+1
|
* Source typosluz.paz2018-05-141-1/+1
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Minor tweack of LPE dash-strokeJabier Arraiza2018-04-011-4/+3
|
* Bug fix closing pathsJabier Arraiza2018-04-011-14/+20
|
* Add option to unify dash with diferent segment pathsJabier Arraiza2018-04-011-8/+46
|
* Remove debug coutsJabier Arraiza2018-04-011-4/+0
|
* Add LPE Dash StrokeJabier Arraiza2018-04-011-0/+244