| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove depend.mk, accidentally committed | giraffedata | 2018-09-29 | 1 | -26/+0 |
* | Make 'pamtris' get built | giraffedata | 2018-09-25 | 1 | -0/+2 |
* | whitespace | giraffedata | 2018-09-08 | 1 | -19/+19 |
* | cleanup | giraffedata | 2018-09-01 | 1 | -17/+22 |
* | Fix bug from recent modifications | giraffedata | 2018-09-01 | 1 | -1/+2 |
* | remove erroneous include | giraffedata | 2018-09-01 | 1 | -1/+0 |
* | fix miscellaneous bugs introduced in recent edits | giraffedata | 2018-09-01 | 1 | -2/+2 |
* | cleanup: right->rgth so things line up with left | giraffedata | 2018-08-29 | 1 | -57/+57 |
* | fix null pointer dereference | giraffedata | 2018-08-29 | 1 | -4/+4 |
* | fix crash when out of memory | giraffedata | 2018-08-29 | 1 | -1/+7 |
* | cleanup | giraffedata | 2018-08-28 | 5 | -104/+131 |
* | cleanup | giraffedata | 2018-08-28 | 1 | -3/+1 |
* | fix memory leak | giraffedata | 2018-08-28 | 1 | -29/+36 |
* | cleanup | giraffedata | 2018-08-28 | 1 | -3/+4 |
* | remove single-character mode from message | giraffedata | 2018-08-28 | 1 | -2/+2 |
* | Make function declarations match definitions | giraffedata | 2018-08-14 | 6 | -62/+63 |
* | Declare function formal parameters constant | giraffedata | 2018-08-14 | 9 | -184/+191 |
* | split common.h into separate interface header files | giraffedata | 2018-08-12 | 15 | -494/+553 |
* | Add Pamtris | giraffedata | 2018-08-12 | 9 | -0/+2378 |
* | Rewrite font processing for proper memory management; make built-in fonts wor... | giraffedata | 2018-07-04 | 1 | -62/+23 |
* | whitespace | giraffedata | 2018-06-04 | 1 | -8/+8 |
* | Fix bug in previous commit | giraffedata | 2018-05-17 | 1 | -5/+16 |
* | fix compiler warning about passing int to fabs | giraffedata | 2018-04-28 | 1 | -9/+9 |
* | whitespace | giraffedata | 2018-04-28 | 1 | -9/+12 |
* | Switch from _BSD_SOURCE to _XOPEN_SOURCE 500 to get strdup(), because the com... | giraffedata | 2018-04-26 | 1 | -3/+2 |
* | whitespace | giraffedata | 2018-04-26 | 1 | -26/+26 |
* | Fix comments about the mess when the input file contains NUL | giraffedata | 2018-04-04 | 1 | -8/+28 |
* | Distinguish EOF from read error | giraffedata | 2018-04-01 | 1 | -55/+125 |
* | fix comment | giraffedata | 2018-03-23 | 1 | -2/+1 |
* | Add wide character capability to Pbmtext | giraffedata | 2018-03-23 | 1 | -176/+355 |
* | whitespace | giraffedata | 2018-02-17 | 1 | -62/+62 |
* | Add -text-dump option | giraffedata | 2018-02-17 | 1 | -2/+46 |
* | improve error message | giraffedata | 2018-02-07 | 1 | -1/+1 |
* | Add ppmrainbow: to error messages, like other programs | giraffedata | 2018-02-07 | 1 | -1/+1 |
* | Fix bug: -camo, -anticamo without -color assertion failure because of incorrect | giraffedata | 2018-01-05 | 1 | -1/+2 |
* | whitespace | giraffedata | 2018-01-05 | 1 | -48/+48 |
* | Add context to error message when can't load font from file | giraffedata | 2017-08-29 | 1 | -1/+34 |
* | Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v... | giraffedata | 2017-08-11 | 1 | -16/+20 |
* | cleanup | giraffedata | 2017-07-08 | 1 | -0/+1 |
* | Fix lazy parsing of gray level argument | giraffedata | 2017-07-03 | 1 | -11/+37 |
* | cleanup | giraffedata | 2017-07-03 | 1 | -8/+14 |
* | Fix cleanup corruption causing incorrect output | giraffedata | 2017-05-27 | 1 | -1/+1 |
* | Add -maximize, -oversample . Oversample by default with small sigma | giraffedata | 2017-05-18 | 1 | -60/+203 |
* | Upgrade to _XOPEN_SOURCE 500 to get M_PI | giraffedata | 2017-04-30 | 3 | -3/+3 |
* | cleanup | giraffedata | 2017-03-03 | 1 | -5/+14 |
* | Handle memory allocation failure | giraffedata | 2017-03-03 | 1 | -1/+5 |
* | Add -argyle1, -argyle2, -color | giraffedata | 2017-03-03 | 1 | -74/+422 |
* | Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_S... | giraffedata | 2016-11-16 | 2 | -0/+2 |
* | Add -leftmargin, etc., -ascent, -descent, -pad, -crop, -dump-ps; use asciihex... | giraffedata | 2016-06-12 | 1 | -122/+432 |
* | cleanup, small functional changes | giraffedata | 2016-05-21 | 1 | -223/+123 |