about summary refs log tree commit diff
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix some arithmetic overflowsgiraffedata2010-10-221-32/+47
* Fix some arithmetic overflowsgiraffedata2010-10-221-17/+30
* Rename nstring.h functions with pm_ prefixgiraffedata2010-09-2912-85/+85
* Rename optParseOptions3 to pm_optParseOptions3, etcgiraffedata2010-09-2849-73/+73
* move pampaintspill from editor/ to editor/specialty/giraffedata2010-09-263-1/+2
* Fix reversed sense of -nooffsetgiraffedata2010-09-221-11/+21
* Convert to modern optParseOptions3giraffedata2010-09-211-15/+18
* Add comment about tree vectorizationgiraffedata2010-08-271-3/+11
* Fix crash with -colorfilegiraffedata2010-08-091-11/+13
* Add Pamrecolorgiraffedata2010-08-082-1/+524
* Add commentsgiraffedata2010-06-301-3/+5
* Use MALLOCARRAY2 instead of pm_allocarraygiraffedata2010-06-271-2/+5
* cleanupgiraffedata2010-06-272-156/+193
* Free option_defgiraffedata2010-06-261-0/+2
* fix typosgiraffedata2010-06-051-4/+4
* Add copyright stuffgiraffedata2010-06-051-0/+17
* Update commentgiraffedata2010-05-271-1/+1
* Pamflip PBM speedup with SSE et algiraffedata2010-05-187-33/+459
* cleanupgiraffedata2010-04-141-53/+90
* Add Openmp directivesgiraffedata2010-04-141-0/+4
* cleanupgiraffedata2010-04-111-55/+67
* Fix compiler warningsgiraffedata2010-04-106-4/+7
* cleanupgiraffedata2010-04-071-18/+39
* fix incorrect outputgiraffedata2010-04-061-51/+91
* Fix -reducegiraffedata2010-04-031-2/+3
* Limit size of pnmconvol invocation parametersgiraffedata2010-04-011-0/+23
* suppress messages from Pnmconvolgiraffedata2010-04-011-1/+1
* Respect -plain, check some arithmetic overflow, fix wild pointer, simplify co...giraffedata2010-04-011-24/+43
* Eliminate C++-style commentsgiraffedata2010-03-273-26/+29
* Special fast case for PBM enlargement by 4, 6, 7, 8, 9, and 10 (added to exis...giraffedata2010-03-201-22/+121
* cleanupgiraffedata2010-03-122-151/+235
* Speedup from afugiraffedata2010-03-121-181/+286
* cleanupgiraffedata2010-03-101-154/+189
* speedup by afugiraffedata2010-03-101-95/+247
* cleanupgiraffedata2010-03-081-105/+149
* fix arithmetic overflow, cleanup by afugiraffedata2010-03-081-55/+74
* speed upgiraffedata2010-02-101-12/+28
* Use ppm_luminosity() instead of PPM_LUMIN() so as to get proper roundinggiraffedata2010-02-021-1/+1
* Use ppm_luminosity() instead of PPM_LUMIN() so as to get proper roundinggiraffedata2010-02-021-1/+1
* Use ppm_luminosity() instead of PPM_LUMIN() so as to get proper roundinggiraffedata2010-02-021-1/+2
* Use ppm_luminosity() instead of PPM_LUMIN() so as to get proper roundinggiraffedata2010-02-021-1/+1
* Use ppm_luminosity() instead of PPM_LUMIN() so as to get proper roundinggiraffedata2010-02-021-1/+1
* faster change of HSV value computationgiraffedata2010-02-021-10/+44
* Add pampaintspillgiraffedata2010-01-122-1/+386
* Add -normalizegiraffedata2010-01-031-2/+90
* Work on multi-image streamsgiraffedata2009-12-291-1/+6
* cleanupgiraffedata2009-12-291-1/+1
* cleanupgiraffedata2009-12-291-12/+24
* Use new Pnmconvol -matrix option instead of temporary PGM file for convolutio...giraffedata2009-12-191-51/+62
* Fix missing arg0 in argument list to pnmconvolgiraffedata2009-12-191-1/+1