| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -2/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -12/+12 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2013-01-20 | Fixed memory leaks | Kris De Gussem | 1 | -37/+45 | |
| (bzr r12050) | |||||
| 2011-07-20 | Memory leak fixes (Bug #812497) | Kris De Gussem | 1 | -1/+7 | |
| (bzr r10483) | |||||
| 2009-02-09 | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 1 | -3/+3 | |
| suggested parentheses (bzr r7252) | |||||
| 2006-03-30 | clean up PPM output code | Bob Jamison | 1 | -17/+13 | |
| (bzr r373) | |||||
| 2006-03-25 | Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵ | Bob Jamison | 1 | -8/+117 | |
| Also make certain that packed pixels are unsigned long. (bzr r294) | |||||
