summaryrefslogtreecommitdiffstats
path: root/src/trace/siox.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-03Crashfix SIOX Trace (free memory properly)Nathan Lee1-2/+1
https://gitlab.com/inkscape/inkscape/issues/293
2018-11-08Clarify licensesMax Gaukler1-2/+3
- 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-2/+2
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-8/+2
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-11/+11
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
(bzr r14126)
2014-03-18Warning cleanups.Jon A. Cruz1-1/+1
(bzr r13162)
2013-11-12part of patch by David Evans to fix C++11 buildJohan B. C. Engelen1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801)
2013-10-29fix warningKris De Gussem1-1/+1
(bzr r12748)
2013-06-12Fix Apache2 license conflict with GPL with re-license from SOIX upstreamMartin Owens1-12/+2
Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370)
2013-03-19Fixing regressionjtx1-2/+2
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-2/+2
(bzr r11950.1.56)
2013-03-16cppcheckKris De Gussem1-2/+2
(bzr r12217)
2012-02-06(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-8/+10
(bzr r10946)
2011-11-18cppcheck: initialisation and warning cleanupKris De Gussem1-4/+18
(bzr r10744)
2011-10-21cppcheckKris De Gussem1-3/+3
(bzr r10687)
2011-10-18cppcheckKris De Gussem1-1/+1
(bzr r10681)
2009-01-23small cleanup in src/trace (warnings and trailing spaces)St??phane Gimenez1-17/+15
(bzr r7162)
2008-07-06agree with the FIXMEBob Jamison1-2/+1
(bzr r6196)
2008-07-04Mark suspicious ignoring of parametersJon A. Cruz1-0/+1
(bzr r6143)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
(bzr r2720)
2006-07-27fix typo. oopsBob Jamison1-2/+2
(bzr r1491)
2006-07-27fix bug in normalizeMatrix, add some better trace messagesBob Jamison1-20/+63
(bzr r1490)
2006-07-14o removed the unused cache as it was just wasting time and spaceNathan Hurst1-42/+11
o simplified some of the maths o fixed a bug in the matrix normalisation routine (dubious that it ever actually worked) (bzr r1415)
2006-06-13patch [ 1503865 ] Siox performance patchAaron Spike1-81/+164
(bzr r1208)
2006-06-06Applied patch #1501375Jon A. Cruz1-7/+98
(bzr r1164)
2006-06-06Applied patch #1501134Jon A. Cruz1-8/+15
(bzr r1163)
2006-06-05Applied patch 1500659 for warning cleanupJon A. Cruz1-4/+4
(bzr r1158)
2006-06-04Applied patch 1500171Jon A. Cruz1-1041/+1194
(bzr r1149)
2006-03-30WIP. siox election progress. fix api a bit.Bob Jamison1-18/+20
(bzr r372)
2006-03-26most of region selection completedBob Jamison1-1/+1
(bzr r299)
2006-03-25fixed const declsBob Jamison1-0/+15
(bzr r295)
2006-03-25Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison1-24/+24
Also make certain that packed pixels are unsigned long. (bzr r294)
2006-03-24fix includeBob Jamison1-1/+1
(bzr r287)
2006-03-24renameBob Jamison1-0/+0
(bzr r285)
2006-03-24Add sioxBob Jamison1-0/+1371
(bzr r282)