Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix height used where width needed | giraffedata | 2014-11-05 | 1 | -1/+1 |
* | Declare _XOPEN_SOURCE >= 500 to make strdup defined | giraffedata | 2014-08-24 | 5 | -2/+7 |
* | add comments | giraffedata | 2014-08-12 | 1 | -2/+9 |
* | Add -bias | giraffedata | 2014-08-10 | 1 | -166/+259 |
* | Remove Pnmcomp | giraffedata | 2014-08-02 | 2 | -461/+5 |
* | Fix missing WANT_SSE | giraffedata | 2014-06-27 | 2 | -1/+2 |
* | Add Windows icon capability, centralize make rule for link of programs | giraffedata | 2014-04-13 | 1 | -7/+6 |
* | Fix missing .exe on copies of programs under old names | giraffedata | 2014-03-01 | 2 | -17/+17 |
* | Fix for -takeodd on image with no odd rows | giraffedata | 2014-02-09 | 1 | -1/+7 |
* | clip output values to 0..maxval; detect too-small input | giraffedata | 2014-02-09 | 1 | -46/+70 |
* | whitespace | giraffedata | 2013-12-30 | 1 | -28/+26 |
* | Fix syntax error | giraffedata | 2013-12-30 | 1 | -1/+1 |
* | Add -changemaxval | giraffedata | 2013-12-22 | 1 | -9/+70 |
* | cleanup | giraffedata | 2013-12-22 | 1 | -23/+26 |
* | cleanup | giraffedata | 2013-12-15 | 1 | -14/+23 |
* | fix incorrect determination of background color | giraffedata | 2013-12-15 | 1 | -3/+4 |
* | Use SSE stuff with Clang as for GCC | giraffedata | 2013-10-30 | 1 | -1/+5 |
* | Change references to MMX to SSE to match actual code | giraffedata | 2013-10-25 | 1 | -3/+3 |
* | Fix code committed a few minutes ago | giraffedata | 2013-10-20 | 1 | -1/+1 |
* | Use <emmintrins.h> interface for MMX SSE instrinsics instead of GCC-specific ... | giraffedata | 2013-10-20 | 1 | -11/+31 |
* | Correct grammar in commetns | giraffedata | 2013-07-25 | 3 | -10/+10 |
* | cleanup - declare qsort comparison routines as such | giraffedata | 2013-07-24 | 2 | -11/+33 |
* | cleanup | giraffedata | 2013-06-20 | 1 | -10/+7 |
* | cleanup | giraffedata | 2013-06-19 | 8 | -162/+168 |
* | cleanup | giraffedata | 2013-06-19 | 1 | -1/+1 |
* | Fix -norandom: reference to unset variable | giraffedata | 2013-05-20 | 1 | -0/+20 |
* | Make Perl programs find the Perl interpreter via PATH | giraffedata | 2013-04-12 | 6 | -11/+156 |
* | pnmquantall is Perl, so doesn't end in .exe | giraffedata | 2013-02-16 | 1 | -1/+1 |
* | Set don't care bits to zero | giraffedata | 2012-12-25 | 1 | -1/+6 |
* | cleanup | giraffedata | 2012-12-03 | 1 | -91/+106 |
* | Rename -randseed to -randomseed | giraffedata | 2012-11-24 | 1 | -0/+2 |
* | Add -randomseed | giraffedata | 2012-11-24 | 1 | -2/+6 |
* | Add -randomseed | giraffedata | 2012-11-24 | 1 | -3/+6 |
* | New test framework, lots of tests | giraffedata | 2012-11-24 | 4 | -45/+0 |
* | Fix using wrong input files, not setting unoccupied space to black, other bugs | giraffedata | 2012-11-22 | 1 | -85/+182 |
* | Free some option_defs | giraffedata | 2012-11-18 | 1 | -0/+1 |
* | Call OPTENTINIT, as required for an empty option table | giraffedata | 2012-11-18 | 1 | -0/+2 |
* | Add comment | giraffedata | 2012-11-18 | 1 | -2/+6 |
* | cleanup | giraffedata | 2012-09-02 | 1 | -20/+30 |
* | cleanup | giraffedata | 2012-06-22 | 1 | -1/+1 |
* | Add filledcircle command class | giraffedata | 2012-04-28 | 1 | -0/+46 |
* | fix comment | giraffedata | 2012-04-05 | 1 | -1/+1 |
* | Replace Bash Ppmquantall with Perl Pnmquantall | giraffedata | 2012-03-05 | 4 | -155/+190 |
* | Use rand() and srand() instead of random() and srandom() because the latter a... | giraffedata | 2012-02-13 | 2 | -8/+6 |
* | fix comment | giraffedata | 2012-01-09 | 1 | -11/+11 |
* | cleanup | giraffedata | 2011-12-30 | 1 | -52/+79 |
* | Allow for rounding error | giraffedata | 2011-12-10 | 1 | -1/+0 |
* | Fix always black output with resampling | giraffedata | 2011-12-10 | 1 | -20/+25 |
* | Don't use <alloca.h>. alloca() is declared by <stdlib.h> | giraffedata | 2011-11-30 | 1 | -1/+0 |
* | Add -midvalue, -middle | giraffedata | 2011-10-14 | 1 | -41/+268 |