Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Add PBM fast path | giraffedata | 2008-08-10 | 2 | -205/+655 |
* | Add pbm_backgroundbitrow() | giraffedata | 2008-08-10 | 2 | -0/+94 |
* | Fix shifting within 8 bits | giraffedata | 2008-08-10 | 1 | -2/+5 |
* | Revert mistake from a few minutes ago | giraffedata | 2008-08-10 | 1 | -5/+3 |
* | Fix pbm_readpbmrow_bitoffset() left and right corruption due to use before set | giraffedata | 2008-08-10 | 1 | -3/+5 |
* | cleanup | giraffedata | 2008-08-10 | 3 | -151/+136 |
* | cleanup | giraffedata | 2008-08-06 | 1 | -36/+73 |
* | Don't corrupt file names when the contain colons | giraffedata | 2008-08-05 | 2 | -190/+233 |
* | Remove debug trace | giraffedata | 2008-08-04 | 1 | -5/+1 |
* | replace mysterious window height calculation with one that makes sense and ma... | giraffedata | 2008-07-27 | 1 | -159/+283 |
* | Add pngtopam | giraffedata | 2008-07-23 | 3 | -2/+1271 |
* | cleanup | giraffedata | 2008-07-22 | 1 | -3/+3 |
* | Improve comments | giraffedata | 2008-07-20 | 1 | -1/+4 |
* | fix array bounds violation | giraffedata | 2008-07-20 | 2 | -57/+95 |
* | cleanup | giraffedata | 2008-07-17 | 1 | -15/+28 |
* | cleanup | giraffedata | 2008-07-17 | 1 | -139/+122 |
* | Fix gamma correction | giraffedata | 2008-07-17 | 2 | -28/+33 |
* | Fix bug from recent cleanup | giraffedata | 2008-07-16 | 1 | -11/+10 |
* | Fix bug: garbage output from PBMs | giraffedata | 2008-07-16 | 2 | -11/+17 |
* | Make color output if background is color | giraffedata | 2008-07-13 | 1 | -21/+23 |