about summary refs log tree commit diff
path: root/converter
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable with Standard Input inputgiraffedata2008-06-091-1/+2
* cleanupgiraffedata2008-06-091-31/+25
* Fixgiraffedata2008-06-091-1/+1
* Don't free tgaHeader.Id that wasn't allocatedgiraffedata2008-06-091-1/+2
* Fix parsing of type descriptiongiraffedata2008-06-061-1/+1
* Fix uninitialized outputted[][] arraygiraffedata2008-06-011-31/+68
* Fix. Doesn't work at allgiraffedata2008-06-011-1/+4
* Fix standard input invocationgiraffedata2008-05-281-1/+1
* Fix buffer overrun with too wide imagegiraffedata2008-05-261-103/+114
* Add pamtompfontgiraffedata2008-05-252-1/+180
* cleanupgiraffedata2008-03-263-54/+48
* Recognize xwd image by 'file' typegiraffedata2008-03-131-0/+4
* Fix log file name with Standard Inputgiraffedata2008-02-261-11/+16
* cleanupgiraffedata2008-02-233-208/+249
* Add Pdirection()giraffedata2008-02-212-0/+13
* cleanupgiraffedata2008-02-212-142/+195
* Add BEG_POINT synonym for START_POINTgiraffedata2008-02-201-0/+1
* cleanupgiraffedata2008-02-181-23/+20
* Fix crash with -centerline - variable used before setgiraffedata2008-02-181-21/+22
* Various pamtosvg fixes, cleanupgiraffedata2008-02-175-582/+750
* Fix array bounds violation, missing right parenthesis on impostor replacement...giraffedata2008-02-021-170/+243
* Implement Pamflip process in Tifftopnmgiraffedata2008-01-271-10/+74
* Remove debugging codegiraffedata2008-01-261-1/+0
* Issue warning about broken TIFF librarygiraffedata2008-01-151-30/+51
* Deal better with nonstandard raster orientation; infrastructure to do a Pamflipgiraffedata2008-01-131-86/+492
* Cleanup, stage for handling orientationgiraffedata2008-01-131-20/+28
* remove silly sleep()giraffedata2008-01-101-3/+1
* Reverse sense of conditional compilation of code that uses fcntl()giraffedata2008-01-101-1/+1
* cleanupgiraffedata2008-01-091-59/+78
* Use sleepN() instead of sleep(), so it works on Windowsgiraffedata2008-01-013-4/+5
* Make declarations, definitions matchgiraffedata2008-01-011-4/+3
* Remove unnecessary <sys/times.h>giraffedata2008-01-011-1/+0
* Make declaration match definitiongiraffedata2008-01-011-1/+1
* Don't include netinet/in.h when it doesn't existgiraffedata2008-01-011-0/+2
* Make prototype match functiongiraffedata2008-01-011-1/+1
* remove unneeded sys/utsname (code that needed it has been split out to gethos...giraffedata2008-01-011-1/+0
* Make function match prototypegiraffedata2008-01-011-1/+2
* Fix clock()/times() alternationgiraffedata2008-01-011-4/+4
* cleanupgiraffedata2008-01-011-6/+2
* Eliminate C++ commentsgiraffedata2008-01-011-47/+49
* Change uint to unsigned intgiraffedata2007-12-311-1/+1
* Don't check readability of Standard Output on Windows, because we can'tgiraffedata2007-12-311-0/+3
* Remove obsolete commentgiraffedata2007-12-311-10/+0
* Remove dead codegiraffedata2007-12-311-19/+2
* Remove apparently bogus setting of O_NONBLOCK on stdoutgiraffedata2007-12-311-4/+0
* remove apparently bogus Windows-only codegiraffedata2007-12-311-34/+0
* Use pm_tmpfile_fd() instead of mkstemp(), which Windows doesn't havegiraffedata2007-12-311-52/+19
* cleanupgiraffedata2007-12-291-17/+12
* clean up, deal with zero width/height argumentgiraffedata2007-12-291-205/+213
* Fix typo in commentgiraffedata2007-12-271-1/+1