| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-07-03 | Crashfix SIOX Trace (free memory properly) | Nathan Lee | 1 | -2/+1 | |
| https://gitlab.com/inkscape/inkscape/issues/293 | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -8/+2 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -11/+11 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14126) | |||||
| 2014-03-18 | Warning cleanups. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r13162) | |||||
| 2013-11-12 | part of patch by David Evans to fix C++11 build | Johan B. C. Engelen | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801) | |||||
| 2013-10-29 | fix warning | Kris De Gussem | 1 | -1/+1 | |
| (bzr r12748) | |||||
| 2013-06-12 | Fix Apache2 license conflict with GPL with re-license from SOIX upstream | Martin Owens | 1 | -12/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/357043 (bzr r12370) | |||||
| 2013-03-19 | Fixing regression | jtx | 1 | -2/+2 | |
| (bzr r11950.1.61) | |||||
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -2/+2 | |
| (bzr r11950.1.56) | |||||
| 2013-03-16 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r12217) | |||||
| 2012-02-06 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -8/+10 | |
| (bzr r10946) | |||||
| 2011-11-18 | cppcheck: initialisation and warning cleanup | Kris De Gussem | 1 | -4/+18 | |
| (bzr r10744) | |||||
| 2011-10-21 | cppcheck | Kris De Gussem | 1 | -3/+3 | |
| (bzr r10687) | |||||
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10681) | |||||
| 2009-01-23 | small cleanup in src/trace (warnings and trailing spaces) | St??phane Gimenez | 1 | -17/+15 | |
| (bzr r7162) | |||||
| 2008-07-06 | agree with the FIXME | Bob Jamison | 1 | -2/+1 | |
| (bzr r6196) | |||||
| 2008-07-04 | Mark suspicious ignoring of parameters | Jon A. Cruz | 1 | -0/+1 | |
| (bzr r6143) | |||||
| 2007-03-20 | format string protection/clean up (CVE-2007-1463, CVE-2007-1464) | Kees Cook | 1 | -1/+1 | |
| (bzr r2720) | |||||
| 2006-07-27 | fix typo. oops | Bob Jamison | 1 | -2/+2 | |
| (bzr r1491) | |||||
| 2006-07-27 | fix bug in normalizeMatrix, add some better trace messages | Bob Jamison | 1 | -20/+63 | |
| (bzr r1490) | |||||
| 2006-07-14 | o removed the unused cache as it was just wasting time and space | Nathan Hurst | 1 | -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-13 | patch [ 1503865 ] Siox performance patch | Aaron Spike | 1 | -81/+164 | |
| (bzr r1208) | |||||
| 2006-06-06 | Applied patch #1501375 | Jon A. Cruz | 1 | -7/+98 | |
| (bzr r1164) | |||||
| 2006-06-06 | Applied patch #1501134 | Jon A. Cruz | 1 | -8/+15 | |
| (bzr r1163) | |||||
| 2006-06-05 | Applied patch 1500659 for warning cleanup | Jon A. Cruz | 1 | -4/+4 | |
| (bzr r1158) | |||||
| 2006-06-04 | Applied patch 1500171 | Jon A. Cruz | 1 | -1041/+1194 | |
| (bzr r1149) | |||||
| 2006-03-30 | WIP. siox election progress. fix api a bit. | Bob Jamison | 1 | -18/+20 | |
| (bzr r372) | |||||
| 2006-03-26 | most of region selection completed | Bob Jamison | 1 | -1/+1 | |
| (bzr r299) | |||||
| 2006-03-25 | fixed const decls | Bob Jamison | 1 | -0/+15 | |
| (bzr r295) | |||||
| 2006-03-25 | Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵ | Bob Jamison | 1 | -24/+24 | |
| Also make certain that packed pixels are unsigned long. (bzr r294) | |||||
| 2006-03-24 | fix include | Bob Jamison | 1 | -1/+1 | |
| (bzr r287) | |||||
| 2006-03-24 | rename | Bob Jamison | 1 | -0/+0 | |
| (bzr r285) | |||||
| 2006-03-24 | Add siox | Bob Jamison | 1 | -0/+1371 | |
| (bzr r282) | |||||
