summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-rough-hatches.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-override pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* small cleanupJohan B. C. Engelen2012-04-101-2/+0
| | | (bzr r11209)
* noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵Peter Moulder2009-04-071-78/+78
| | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649)
* hatches lpe: parameters renamed + tips, knot-lpe: can use 'unit of stroke ↵JF Barraud2009-01-251-3/+4
| | | | | width'. (bzr r7170)
* renamed lpe-hatches to lpe-rough-hatches.JF Barraud2008-11-261-0/+77
(bzr r6905)