summaryrefslogtreecommitdiffstats
path: root/src/trace/imagemap-gdk.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-09-19Fix colors when tracingKrzysztof Kosi??ski1-2/+2
(bzr r12541)
2013-01-30removing some more unused functionsKris De Gussem1-75/+0
(bzr r12076)
2013-01-23fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem1-6/+8
(bzr r12057)
2011-07-27Reverse color order in tracing support function to match reversal of colors ↵Jon A. Cruz1-2/+2
in GdkPixmaps used. Fixes bug #815596. Fixed bugs: - https://launchpad.net/bugs/815596 (bzr r10508)
2006-03-25Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison1-0/+81
Also make certain that packed pixels are unsigned long. (bzr r294)