summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-pattern.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-04Fix rendering of hatches when hatching "overflow" tile.Tavmjong Bah1-3/+6
Fix for https://gitlab.com/inkscape/inkscape/issues/309
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-nullptr pass.Emmanuel Gil Peyrot1-4/+4
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2017-12-04Misc. typosluzpaz1-2/+2
Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
2014-11-01Warning cleanup.Jon A. Cruz1-2/+2
(bzr r13653)
2014-10-14Merged hatch pdf and png export codeTomasz Boczkowski1-1/+0
(bzr r13611.1.9)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+195
(bzr r13611.1.1)