summaryrefslogtreecommitdiffstats
path: root/src/trace/imagemap.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fixed memory leaksKris De Gussem2013-01-201-37/+45
| | | (bzr r12050)
* Memory leak fixes (Bug #812497)Kris De Gussem2011-07-201-1/+7
| | | (bzr r10483)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-3/+3
| | | | | suggested parentheses (bzr r7252)
* clean up PPM output codeBob Jamison2006-03-301-17/+13
| | | (bzr r373)
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison2006-03-251-8/+117
| | | | | Also make certain that packed pixels are unsigned long. (bzr r294)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+331
(bzr r1)