summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-pattern.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-3/+3
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Misc. typosUnknown2017-11-071-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 ```
* Implement rendering for 'context-fill' and 'context-stroke' (text not ↵Tavmjong Bah2014-12-211-1/+0
| | | | | handled yet). (bzr r13807)
* Merged hatch pdf and png export codeTomasz Boczkowski2014-10-141-1/+0
| | | (bzr r13611.1.9)
* Merged hatch rendering codeTomasz Boczkowski2014-10-141-1/+1
| | | (bzr r13611.1.8)
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+88
(bzr r13611.1.1)