about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* cleanupgiraffedata2017-09-234-212/+244
* cleanupgiraffedata2017-09-221-5/+4
* Fix unsigned integer arithmetic buggiraffedata2017-09-202-1/+5
* Fix typo in commentgiraffedata2017-09-171-1/+1
* Add broken-since infogiraffedata2017-09-171-1/+2
* Fix crash when corrupt image has invalid color indexgiraffedata2017-09-132-10/+25
* cleanupgiraffedata2017-09-131-44/+48
* Add tests for Palm programsgiraffedata2017-09-118-0/+222
* Fix various incorrect output problemsgiraffedata2017-09-106-143/+120
* Add context to error message when can't load font from filegiraffedata2017-08-292-1/+37
* Refuse to create a compressed image with more than 8 bits per pixelgiraffedata2017-08-212-37/+68
* Use pm_rlenc_compressbyte instead of native code for packbits compression, to...giraffedata2017-08-212-88/+30
* Add informationgiraffedata2017-08-211-1/+2
* Add palm-roundtrip testsgiraffedata2017-08-203-0/+43
* cleanupgiraffedata2017-08-201-34/+37
* Improve commentgiraffedata2017-08-121-3/+8
* Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v...giraffedata2017-08-113-32/+82
* Fix incorrect use of setjmp/longjmpgiraffedata2017-08-112-5/+7
* Fix typo in commentgiraffedata2017-08-111-1/+1
* Update prereq packagesgiraffedata2017-08-021-4/+4
* Change from GPL v2 to GPL v2 or later per email from Jorrit Falke todaygiraffedata2017-08-011-1/+1
* fix bugs in g3-roundtrip.tetgiraffedata2017-07-292-9/+19
* improve commentsgiraffedata2017-07-191-5/+4
* Make 'makeman' work with Python 3.6 - 2nd trygiraffedata2017-07-192-6/+8
* Use ppphist/ppmmake instead of pamcut/pamscale to create background-color fil...giraffedata2017-07-132-9/+39
* cleanupgiraffedata2017-07-131-71/+58
* Pnmquantall test: Remove temporary filesgiraffedata2017-07-082-8/+18
* Fix parsing of rgb:hh/hh/hh color specificationgiraffedata2017-07-082-5/+14
* cleanupgiraffedata2017-07-081-0/+1
* Eliminate compiler warninggiraffedata2017-07-031-3/+3
* Fix lazy parsing of gray level argumentgiraffedata2017-07-032-11/+40
* cleanupgiraffedata2017-07-031-8/+14
* Prepare to develop 10.80giraffedata2017-06-302-1/+3
* Change release number to 10.79.00giraffedata2017-06-302-3/+3
* Fix wrong results if input maxval is not 255, resulting from specifying maxva...giraffedata2017-06-292-50/+109
* Fix whitespacegiraffedata2017-06-281-1/+1
* cleanupgiraffedata2017-06-281-8/+8
* Add pnm_parsecolorngiraffedata2017-06-285-39/+338
* Fix error messages for unprocessable inputgiraffedata2017-06-282-4/+38
* cleanupgiraffedata2017-06-281-90/+94
* Use Pamcomp instead of Pnmarith to combine images. Use -quiet on Pnmconvolgiraffedata2017-06-212-38/+22
* Add comment to ppmshadow.doc that it is historicalgiraffedata2017-06-211-0/+4
* Re-raise in a way that works with both Python 2 and Python 3giraffedata2017-06-122-6/+5
* Fix typos in commentsgiraffedata2017-06-111-2/+2
* cleanupgiraffedata2017-06-101-15/+31
* Add broken-since informationgiraffedata2017-06-101-1/+2
* cleanupgiraffedata2017-06-101-3/+5
* Use new pm_string_to_uint instead of local function, fixing incorrect interpr...giraffedata2017-06-092-27/+9
* add pm_string_to_uint()giraffedata2017-06-092-0/+45
* Fix crash with negative value for width in Windows BMP inputgiraffedata2017-06-072-5/+16