about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Use pm_strnlen instead of strnlen because MacOS X before 10.7 does not have itgiraffedata2018-01-201-1/+1
* cleanupgiraffedata2018-01-201-18/+17
* Improve comments, variable namesgiraffedata2018-01-191-62/+47
* Fix data width vs initial/minimum code size issuesgiraffedata2018-01-191-23/+33
* whitespacegiraffedata2018-01-191-106/+106
* cleanupgiraffedata2018-01-181-11/+14
* Add -nocleargiraffedata2018-01-111-15/+64
* fix typo in commentgiraffedata2018-01-111-1/+1
* cleanupgiraffedata2018-01-111-110/+125
* whitespacegiraffedata2018-01-101-108/+108
* whitespacegiraffedata2018-01-081-19/+22
* cleanupgiraffedata2017-10-241-1/+1
* Fix handling of non-NUL-terminated strings in input filegiraffedata2017-10-241-60/+102
* Fix bug: -lib and -dir always say slide not found. Broken by cleanup rev 1946giraffedata2017-10-211-15/+15
* Fix bug: doesn't recognize AutoCAD slide file because of botched cleanupgiraffedata2017-10-211-1/+1
* whitespacegiraffedata2017-10-211-35/+35
* improve error messagegiraffedata2017-09-231-3/+3
* Fix bugs from recent changesgiraffedata2017-09-233-38/+59
* cleanupgiraffedata2017-09-231-21/+38
* Improve error message when you use the standard Palm colormap, but your image...giraffedata2017-09-231-81/+180
* Add missing file from previous commitgiraffedata2017-09-231-0/+19
* improve commentsgiraffedata2017-09-231-9/+9
* cleanupgiraffedata2017-09-231-1/+3
* Fix bug: bits per pixel limited to 4 for grayscalegiraffedata2017-09-231-2/+0
* cleanupgiraffedata2017-09-234-212/+244
* cleanupgiraffedata2017-09-221-5/+4
* Fix crash when corrupt image has invalid color indexgiraffedata2017-09-131-10/+22
* cleanupgiraffedata2017-09-131-44/+48
* Fix various incorrect output problemsgiraffedata2017-09-103-122/+67
* Refuse to create a compressed image with more than 8 bits per pixelgiraffedata2017-08-211-37/+65
* Use pm_rlenc_compressbyte instead of native code for packbits compression, to...giraffedata2017-08-211-88/+26
* cleanupgiraffedata2017-08-201-34/+37
* Change from GPL v2 to GPL v2 or later per email from Jorrit Falke todaygiraffedata2017-08-011-1/+1
* Fix error messages for unprocessable inputgiraffedata2017-06-281-4/+34
* cleanupgiraffedata2017-06-281-90/+94
* cleanupgiraffedata2017-06-101-15/+31
* cleanupgiraffedata2017-06-101-3/+5
* Use new pm_string_to_uint instead of local function, fixing incorrect interpr...giraffedata2017-06-091-27/+6
* Fix crash with negative value for width in Windows BMP inputgiraffedata2017-06-071-5/+12
* Remove recently added undocumented -dump optiongiraffedata2017-06-051-23/+14
* Get Perl interpreter from the PATHgiraffedata2017-05-241-0/+24
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-304-4/+4
* whitespacegiraffedata2017-04-261-2/+2
* tolerate fill bitsgiraffedata2017-04-261-2/+36
* cleanupgiraffedata2017-04-222-40/+35
* New algorithm for pbmtog3, add -align8, -align16, don't use wordint anymoregiraffedata2017-04-203-308/+769
* cleanup, fix bogus compiler warninggiraffedata2017-04-151-278/+285
* Fix basic bug; effect unknowngiraffedata2017-04-151-2/+4
* Fix error messagegiraffedata2017-04-151-1/+1
* cleanup - use OPT_STRINGLISTgiraffedata2017-04-151-26/+55