summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-pattern.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-3/+3
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2017-11-07Misc. typosUnknown1-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 ```
2014-12-21Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah1-1/+0
handled yet). (bzr r13807)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-1/+0
(bzr r13611.1.9)
2014-10-14Merged hatch rendering codeTomasz Boczkowski1-1/+1
(bzr r13611.1.8)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+88
(bzr r13611.1.1)