Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix double free | giraffedata | 2008-03-02 | 1 | -135/+138 |
* | fix uninitialized output array | giraffedata | 2008-03-02 | 1 | -44/+54 |
* | Fix uninitialized globl variables 'alpha' and 'radius' | giraffedata | 2008-01-31 | 1 | -6/+1 |
* | Rewrite low-memory algorithm; use temp files and conserve virtual as well as ... | giraffedata | 2008-01-19 | 1 | -456/+687 |
* | fix compile warnings | giraffedata | 2008-01-19 | 1 | -2/+2 |
* | Clarify matrix algorithm | giraffedata | 2008-01-17 | 1 | -33/+66 |
* | Fix bogus warning about missing -instem option | giraffedata | 2008-01-15 | 1 | -5/+1 |
* | Add missing pm_config.h | giraffedata | 2008-01-10 | 1 | -1/+2 |
* | use pm_mkdir(), so it works on Windows | giraffedata | 2007-12-31 | 1 | -1/+1 |
* | cleanup | giraffedata | 2007-12-29 | 1 | -3/+3 |
* | Deal with zero width/height | giraffedata | 2007-12-29 | 1 | -38/+86 |
* | validate dimensions | giraffedata | 2007-12-29 | 1 | -12/+81 |
* | handle zero margin | giraffedata | 2007-12-29 | 1 | -18/+33 |
* | Fix symbol conflict with 'nearest' in AIX math.h | giraffedata | 2007-12-17 | 1 | -6/+9 |
* | fix arithmetic overflow | giraffedata | 2007-12-09 | 1 | -3/+13 |
* | Fix crash due to sizeof() used where PAM_STRUCT_SIZE should be | giraffedata | 2007-11-26 | 1 | -2/+3 |
* | Fast path for PBM, check dimensions | giraffedata | 2007-11-16 | 1 | -27/+216 |
* | Fix -verbose message about background color with -white | giraffedata | 2007-11-13 | 1 | -3/+4 |
* | Add some const | giraffedata | 2007-11-11 | 1 | -2/+2 |
* | Use faster search algorithm for optimum arrangement | giraffedata | 2007-11-03 | 1 | -157/+301 |
* | Fix typo in comment | giraffedata | 2007-11-01 | 1 | -1/+1 |
* | Improve message | giraffedata | 2007-10-12 | 1 | -1/+1 |
* | Remove dead code | giraffedata | 2007-09-26 | 1 | -10/+0 |
* | Replace macros with inline functions | giraffedata | 2007-08-26 | 2 | -2/+4 |
* | Use pm_system_lp() instead of fork and exec | giraffedata | 2007-08-25 | 1 | -35/+4 |
* | cleanup | giraffedata | 2007-08-25 | 1 | -10/+10 |
* | Add bitwise functions to Pamfunc | giraffedata | 2007-07-29 | 1 | -18/+172 |
* | Use mkdir -m instead of chmod | giraffedata | 2007-07-11 | 3 | -10/+8 |
* | use mkdir -m instead of umask | giraffedata | 2007-07-11 | 1 | -4/+2 |
* | Fix temp file security problem | giraffedata | 2007-07-11 | 1 | -2/+3 |
* | add -plain, improve option parsing | giraffedata | 2007-07-11 | 1 | -4/+10 |
* | cleanup | giraffedata | 2007-07-04 | 1 | -1/+1 |
* | Improve error messages | giraffedata | 2007-06-29 | 1 | -9/+8 |
* | fix comments | giraffedata | 2007-05-24 | 1 | -3/+1 |
* | Fix bogus global threshold calculation | giraffedata | 2007-05-20 | 1 | -79/+128 |
* | Add assertions | giraffedata | 2007-05-19 | 1 | -0/+22 |
* | Add -norandom | giraffedata | 2007-05-19 | 1 | -26/+44 |
* | Replace STREQ() with streq() | giraffedata | 2007-05-10 | 3 | -18/+18 |
* | Add Pamundice | giraffedata | 2007-04-01 | 2 | -1/+706 |
* | cleanup | giraffedata | 2007-04-01 | 1 | -14/+15 |
* | reverse order of depth adjustment, maxval adjustment so all planes get maxval... | giraffedata | 2007-03-22 | 1 | -4/+3 |
* | Add pamditherbw -atkinson | giraffedata | 2007-03-03 | 1 | -15/+177 |
* | Change default offset to 0, allowe negative offset | giraffedata | 2007-02-22 | 1 | -29/+29 |
* | Add -filter, -adaptive | giraffedata | 2007-02-22 | 1 | -58/+227 |
* | Add -offset option | giraffedata | 2007-02-20 | 1 | -9/+23 |
* | Add -color to ppm3d | giraffedata | 2007-02-18 | 1 | -27/+62 |
* | Embellish wrong number of arguments error message | giraffedata | 2007-02-16 | 1 | -2/+4 |
* | cleanup | giraffedata | 2007-01-21 | 1 | -6/+5 |
* | cleanup | giraffedata | 2007-01-21 | 1 | -94/+214 |
* | fix use of memory after free | giraffedata | 2007-01-09 | 1 | -1/+3 |