about summary refs log tree commit diff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Work around GCC < 4.2 bug that causes compile failuregiraffedata2015-04-093-11/+16
* Fix compile error from yesterdaygiraffedata2015-03-291-1/+1
* cleanupgiraffedata2015-03-291-3/+7
* Produce raw format instead of plain by defaultgiraffedata2015-03-291-1/+1
* cleanupgiraffedata2015-03-291-5/+5
* cleanupgiraffedata2015-03-291-200/+336
* Add -gradientgiraffedata2015-03-281-1/+27
* Add -noblack, -nowhitegiraffedata2015-03-221-51/+142
* Fix bug: used unnormalized value where normalized required in bt709->srgb and...giraffedata2015-01-221-2/+12
* Fix typo in commentgiraffedata2015-01-161-1/+1
* Fix TRUE, FALSE redefinedgiraffedata2015-01-011-3/+3
* Add -bsingle, -wsinglegiraffedata2014-12-191-5/+65
* Fix height used where width neededgiraffedata2014-11-051-1/+1
* Declare _XOPEN_SOURCE >= 500 to make strdup definedgiraffedata2014-08-245-2/+7
* add commentsgiraffedata2014-08-121-2/+9
* Add -biasgiraffedata2014-08-101-166/+259
* Remove Pnmcompgiraffedata2014-08-022-461/+5
* Fix missing WANT_SSEgiraffedata2014-06-272-1/+2
* Add Windows icon capability, centralize make rule for link of programsgiraffedata2014-04-131-7/+6
* Fix missing .exe on copies of programs under old namesgiraffedata2014-03-012-17/+17
* Fix for -takeodd on image with no odd rowsgiraffedata2014-02-091-1/+7
* clip output values to 0..maxval; detect too-small inputgiraffedata2014-02-091-46/+70
* whitespacegiraffedata2013-12-301-28/+26
* Fix syntax errorgiraffedata2013-12-301-1/+1
* Add -changemaxvalgiraffedata2013-12-221-9/+70
* cleanupgiraffedata2013-12-221-23/+26
* cleanupgiraffedata2013-12-151-14/+23
* fix incorrect determination of background colorgiraffedata2013-12-151-3/+4
* Use SSE stuff with Clang as for GCCgiraffedata2013-10-301-1/+5
* Change references to MMX to SSE to match actual codegiraffedata2013-10-251-3/+3
* Fix code committed a few minutes agogiraffedata2013-10-201-1/+1
* Use <emmintrins.h> interface for MMX SSE instrinsics instead of GCC-specific ...giraffedata2013-10-201-11/+31
* Correct grammar in commetnsgiraffedata2013-07-253-10/+10
* cleanup - declare qsort comparison routines as suchgiraffedata2013-07-242-11/+33
* cleanupgiraffedata2013-06-201-10/+7
* cleanupgiraffedata2013-06-198-162/+168
* cleanupgiraffedata2013-06-191-1/+1
* Fix -norandom: reference to unset variablegiraffedata2013-05-201-0/+20
* Make Perl programs find the Perl interpreter via PATHgiraffedata2013-04-126-11/+156
* pnmquantall is Perl, so doesn't end in .exegiraffedata2013-02-161-1/+1
* Set don't care bits to zerogiraffedata2012-12-251-1/+6
* cleanupgiraffedata2012-12-031-91/+106
* Rename -randseed to -randomseedgiraffedata2012-11-241-0/+2
* Add -randomseedgiraffedata2012-11-241-2/+6
* Add -randomseedgiraffedata2012-11-241-3/+6
* New test framework, lots of testsgiraffedata2012-11-244-45/+0
* Fix using wrong input files, not setting unoccupied space to black, other bugsgiraffedata2012-11-221-85/+182
* Free some option_defsgiraffedata2012-11-181-0/+1
* Call OPTENTINIT, as required for an empty option tablegiraffedata2012-11-181-0/+2
* Add commentgiraffedata2012-11-181-2/+6