summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-dynastroke.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-3/+4
| | | | | | - 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.
* Misc. typosUnknown2017-11-071-2/+2
| | | | | | | | | | | | 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 ```
* Code formatingJabiertxof2017-04-281-11/+11
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | (bzr r15025)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+0
| | | (bzr r14639)
* typoKris De Gussem2013-11-241-3/+3
| | | (bzr r12831)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-24/+0
| | | (bzr r12221)
* cppcheckKris De Gussem2013-03-131-1/+1
| | | (bzr r12201)
* Do not show console debug messages for dynastroke lpeKris De Gussem2012-10-201-17/+17
| | | (bzr r11813)
* UI uniformisationKris De Gussem2012-10-201-9/+9
| | | (bzr r11811)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-5/+5
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-5/+5
| | | | | | (bzr r10025)
* | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-3/+3
|/ | | (bzr r9508.1.48)
* * [INTL:*] fixed typos (by Yuri Chornoivan)Ivan Mas??r2009-05-061-1/+1
| | | (bzr r7827)
* added lpe-dynastroke, but hidden as experimental.JF Barraud2009-01-031-0/+329
(bzr r7065)