summaryrefslogtreecommitdiffstats
path: root/src/trace/potrace/bitmap.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-0/+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-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Update Potrace bitmap macros to upstream 1.13Alex Valavanis2015-11-081-8/+9
| | | (bzr r14449.1.2)
* Updating Potrace from 1.10 to 1.12, fixing Bug #1438366 (CVE-2013-7437 ↵Nicolas Dufour2015-03-311-9/+24
| | | | | | | | vulnerability). Fixed bugs: - https://launchpad.net/bugs/1438366 (bzr r14037)
* Update to Potrace 1.10Josh Andler2011-08-301-1/+1
| | | (bzr r10600)
* Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour2011-04-141-5/+1
| | | (bzr r10163)
* Update Potrace to 1.8Bob Jamison2007-10-261-2/+6
| | | (bzr r3965)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+97
(bzr r1)