Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -randomseed | giraffedata | 2008-11-23 | 2 | -43/+96 |
* | Rename Makefile.depend to depend.mk | giraffedata | 2008-11-01 | 2 | -9/+7 |
* | Add -mapfile option | giraffedata | 2008-10-29 | 2 | -103/+240 |
* | cleanup | giraffedata | 2008-10-29 | 1 | -4/+4 |
* | cleanup | giraffedata | 2008-10-29 | 1 | -89/+103 |
* | Fix array bounds violation with PBM,PGM pnm_createBlackTuple | giraffedata | 2008-10-23 | 2 | -14/+8 |
* | cleanup | giraffedata | 2008-10-19 | 1 | -59/+80 |
* | cleanup | giraffedata | 2008-10-19 | 1 | -1/+1 |
* | Fix crash on PGM input | giraffedata | 2008-10-19 | 2 | -93/+170 |
* | Add missing item to changes for 10.37 | giraffedata | 2008-10-13 | 1 | -0/+4 |
* | Fix bug: never generates full white pixel | giraffedata | 2008-10-13 | 2 | -2/+4 |
* | Fix -value other than .5 for -fs, -atkinson | giraffedata | 2008-10-12 | 2 | -30/+47 |
* | Remove emacs control which is now implied by file name | giraffedata | 2008-10-11 | 1 | -2/+0 |
* | Rename Makefile.manpage to manpage.mk | giraffedata | 2008-10-11 | 1 | -0/+0 |
* | Add comments | giraffedata | 2008-10-11 | 1 | -0/+13 |
* | Rename Makefile.srcdir to srcdir.mk | giraffedata | 2008-10-11 | 1 | -1/+1 |
* | Rename Makefile.srcdir to srcdir.mk | giraffedata | 2008-10-11 | 2 | -1/+2 |
* | Rename Makefile.version to version.mk | giraffedata | 2008-10-11 | 3 | -2/+2 |
* | Add config.mk to svn:ignore | giraffedata | 2008-10-11 | 0 | -0/+0 |
* | Free if realloc fails | giraffedata | 2008-10-11 | 1 | -0/+2 |
* | Rename Makefile.config to config.mk | giraffedata | 2008-10-05 | 40 | -191/+191 |
* | Remove instructions based on a Makefile.config that has apparently been lost | giraffedata | 2008-10-05 | 1 | -65/+0 |
* | Rename Makefile.common to common.mk | giraffedata | 2008-10-05 | 35 | -39/+39 |
* | Start next release | giraffedata | 2008-10-05 | 2 | -1/+3 |
* | Prepare for rebasing advanced | giraffedata | 2008-09-27 | 2 | -3/+3 |
* | Make parallel make work | giraffedata | 2008-09-24 | 2 | -1/+17 |
* | Eliminate uint32n, int32n | giraffedata | 2008-09-23 | 4 | -14/+6 |
* | fix compiler warning | giraffedata | 2008-09-23 | 1 | -2/+2 |
* | cleanup | giraffedata | 2008-09-23 | 1 | -80/+86 |
* | Fix crash when line is completely out of frame | giraffedata | 2008-09-17 | 2 | -0/+11 |
* | fix bug: always produces color, not grayscale | giraffedata | 2008-09-17 | 2 | -10/+9 |
* | Fix compiler warning | giraffedata | 2008-09-17 | 1 | -6/+5 |
* | improve comment | giraffedata | 2008-09-17 | 1 | -1/+3 |
* | cleanup | giraffedata | 2008-09-08 | 1 | -1/+0 |
* | PBM fast path for Pamcut | giraffedata | 2008-08-29 | 4 | -34/+228 |
* | cleanup | giraffedata | 2008-08-25 | 1 | -146/+131 |
* | cleanup | giraffedata | 2008-08-25 | 1 | -7/+7 |
* | Use pm_openr() instead of fopen() | giraffedata | 2008-08-25 | 1 | -3/+1 |
* | Use pm_openr() instead of fopen() | giraffedata | 2008-08-25 | 1 | -34/+30 |
* | Check left > right, top > bottom with -pad | giraffedata | 2008-08-21 | 2 | -43/+53 |
* | Fix corner averaging for background determination | giraffedata | 2008-08-16 | 2 | -92/+116 |
* | Add missing limits.h | giraffedata | 2008-08-15 | 1 | -0/+1 |
* | cleanup | giraffedata | 2008-08-15 | 1 | -14/+18 |
* | Fix arithmetic overflow | giraffedata | 2008-08-15 | 1 | -61/+168 |
* | cleanup | giraffedata | 2008-08-14 | 1 | -20/+21 |
* | Check arithmetic bounds | giraffedata | 2008-08-14 | 1 | -25/+83 |
* | Don't crash when cutting a region entirely to the left or right of the input ... | giraffedata | 2008-08-13 | 2 | -11/+19 |
* | Fast packed PBM logic | giraffedata | 2008-08-13 | 2 | -47/+83 |
* | Move bit masking functions to library | giraffedata | 2008-08-13 | 1 | -2/+3 |
* | Move bit masking functions to library | giraffedata | 2008-08-13 | 2 | -42/+51 |