about summary refs log tree commit diff
path: root/generator
Commit message (Expand)AuthorAgeFilesLines
...
* split common.h into separate interface header filesgiraffedata2018-08-1215-494/+553
* Add Pamtrisgiraffedata2018-08-129-0/+2378
* Rewrite font processing for proper memory management; make built-in fonts wor...giraffedata2018-07-041-62/+23
* whitespacegiraffedata2018-06-041-8/+8
* Fix bug in previous commitgiraffedata2018-05-171-5/+16
* fix compiler warning about passing int to fabsgiraffedata2018-04-281-9/+9
* whitespacegiraffedata2018-04-281-9/+12
* Switch from _BSD_SOURCE to _XOPEN_SOURCE 500 to get strdup(), because the com...giraffedata2018-04-261-3/+2
* whitespacegiraffedata2018-04-261-26/+26
* Fix comments about the mess when the input file contains NULgiraffedata2018-04-041-8/+28
* Distinguish EOF from read errorgiraffedata2018-04-011-55/+125
* fix commentgiraffedata2018-03-231-2/+1
* Add wide character capability to Pbmtextgiraffedata2018-03-231-176/+355
* whitespacegiraffedata2018-02-171-62/+62
* Add -text-dump optiongiraffedata2018-02-171-2/+46
* improve error messagegiraffedata2018-02-071-1/+1
* Add ppmrainbow: to error messages, like other programsgiraffedata2018-02-071-1/+1
* Fix bug: -camo, -anticamo without -color assertion failure because of incorrectgiraffedata2018-01-051-1/+2
* whitespacegiraffedata2018-01-051-48/+48
* Add context to error message when can't load font from filegiraffedata2017-08-291-1/+34
* Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v...giraffedata2017-08-111-16/+20
* cleanupgiraffedata2017-07-081-0/+1
* Fix lazy parsing of gray level argumentgiraffedata2017-07-031-11/+37
* cleanupgiraffedata2017-07-031-8/+14
* Fix cleanup corruption causing incorrect outputgiraffedata2017-05-271-1/+1
* Add -maximize, -oversample . Oversample by default with small sigmagiraffedata2017-05-181-60/+203
* Upgrade to _XOPEN_SOURCE 500 to get M_PIgiraffedata2017-04-303-3/+3
* cleanupgiraffedata2017-03-031-5/+14
* Handle memory allocation failuregiraffedata2017-03-031-1/+5
* Add -argyle1, -argyle2, -colorgiraffedata2017-03-031-74/+422
* Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S...giraffedata2016-11-162-0/+2
* Add -leftmargin, etc., -ascent, -descent, -pad, -crop, -dump-ps; use asciihex...giraffedata2016-06-121-122/+432
* cleanup, small functional changesgiraffedata2016-05-211-223/+123
* Don't try to build pbmtextps on system without Unix process management (ergo ...giraffedata2016-05-101-1/+4
* cleanup - don't use shell to run Ghostscript and Pnmcropgiraffedata2016-05-071-80/+141
* Fix -version code from a few days agogiraffedata2016-04-301-6/+1
* Add -version, change temporary file handlinggiraffedata2016-04-242-9/+57
* Add -dry-run, -dump-sheet, render directly in raw PBMgiraffedata2016-04-171-134/+291
* Fix wild memory reference from previous updategiraffedata2016-04-131-1/+1
* Lots of Pbmtext/libpbmfont fixes and enhancements from Akira Urushibatagiraffedata2016-03-191-401/+436
* Add -xbegin, allow -xshift, -yshift to be negativegiraffedata2015-06-211-106/+175
* Add and use pbm_cleanrowend_packedgiraffedata2015-05-161-12/+9
* Clip elevation to maxvalgiraffedata2014-12-151-3/+15
* Add -verbosegiraffedata2014-12-061-7/+14
* cleanupgiraffedata2014-12-061-38/+95
* cleanupgiraffedata2014-11-151-4/+7
* cleanupgiraffedata2014-11-111-4/+3
* Add -offset option for use with -testgiraffedata2014-11-111-2/+13
* Split Pgmcrater into Pamcrater and Pamshadedreliefgiraffedata2014-07-265-482/+776
* Add -terrain, -testgiraffedata2014-07-241-196/+252