summaryrefslogtreecommitdiffstats
path: root/src/trace/imagemap.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-12/+12
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2013-01-20Fixed memory leaksKris De Gussem1-37/+45
(bzr r12050)
2011-07-20Memory leak fixes (Bug #812497)Kris De Gussem1-1/+7
(bzr r10483)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-3/+3
suggested parentheses (bzr r7252)
2006-03-30clean up PPM output codeBob Jamison1-17/+13
(bzr r373)
2006-03-25Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison1-8/+117
Also make certain that packed pixels are unsigned long. (bzr r294)