summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-dashed-stroke.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-7/+7
2019-02-18Update issues on CIJabiertxof1-17/+15
2019-02-18Fix compiling issuesJabiertxof1-1/+1
2019-02-18Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof1-6/+6
2019-01-02modernize loopsMarc Jeanmougin1-18/+18
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-08-05Revert changesJabier Arraiza1-229/+208
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza1-208/+229
pref optional to scale dashes on stroke scale
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-14suggested changesluz.paz1-1/+1
2018-05-14Source typosluz.paz1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-04-01Minor tweack of LPE dash-strokeJabier Arraiza1-4/+3
2018-04-01Bug fix closing pathsJabier Arraiza1-14/+20
2018-04-01Add option to unify dash with diferent segment pathsJabier Arraiza1-8/+46
2018-04-01Remove debug coutsJabier Arraiza1-4/+0
2018-04-01Add LPE Dash StrokeJabier Arraiza1-0/+244