summaryrefslogtreecommitdiffstats
path: root/src/trace/imagemap-gdk.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix colors when tracingKrzysztof Kosi??ski2013-09-191-2/+2
| | | (bzr r12541)
* removing some more unused functionsKris De Gussem2013-01-301-75/+0
| | | (bzr r12076)
* fix Memory leak in bitmap trace (Bug #996695)Kris De Gussem2013-01-231-6/+8
| | | (bzr r12057)
* Reverse color order in tracing support function to match reversal of colors ↵Jon A. Cruz2011-07-271-2/+2
| | | | | | | | in GdkPixmaps used. Fixes bug #815596. Fixed bugs: - https://launchpad.net/bugs/815596 (bzr r10508)
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison2006-03-251-0/+81
| | | | | Also make certain that packed pixels are unsigned long. (bzr r294)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+206
(bzr r1)