| Commit message (Expand) | Author | Age | Files | Lines |
* | Add context to error message when can't load font from file | giraffedata | 2017-08-29 | 1 | -0/+3 |
* | Refuse to create a compressed image with more than 8 bits per pixel | giraffedata | 2017-08-21 | 1 | -0/+3 |
* | Use pm_rlenc_compressbyte instead of native code for packbits compression, to... | giraffedata | 2017-08-21 | 1 | -0/+4 |
* | Add information | giraffedata | 2017-08-21 | 1 | -1/+2 |
* | Fix buffer overflow in font routines, recognize width=0, height=0 glyphs as v... | giraffedata | 2017-08-11 | 1 | -0/+9 |
* | Fix incorrect use of setjmp/longjmp | giraffedata | 2017-08-11 | 1 | -0/+3 |
* | Make 'makeman' work with Python 3.6 - 2nd try | giraffedata | 2017-07-19 | 1 | -0/+2 |
* | Use ppphist/ppmmake instead of pamcut/pamscale to create background-color fil... | giraffedata | 2017-07-13 | 1 | -0/+4 |
* | Fix parsing of rgb:hh/hh/hh color specification | giraffedata | 2017-07-08 | 1 | -0/+4 |
* | Fix lazy parsing of gray level argument | giraffedata | 2017-07-03 | 1 | -0/+3 |
* | Prepare to develop 10.80 | giraffedata | 2017-06-30 | 1 | -0/+2 |
* | Change release number to 10.79.00 | giraffedata | 2017-06-30 | 1 | -1/+1 |
* | Fix wrong results if input maxval is not 255, resulting from specifying maxva... | giraffedata | 2017-06-29 | 1 | -0/+3 |
* | Fix error messages for unprocessable input | giraffedata | 2017-06-28 | 1 | -0/+4 |
* | Use Pamcomp instead of Pnmarith to combine images. Use -quiet on Pnmconvol | giraffedata | 2017-06-21 | 1 | -0/+4 |
* | Re-raise in a way that works with both Python 2 and Python 3 | giraffedata | 2017-06-12 | 1 | -1/+3 |
* | Add broken-since information | giraffedata | 2017-06-10 | 1 | -1/+2 |
* | Use new pm_string_to_uint instead of local function, fixing incorrect interpr... | giraffedata | 2017-06-09 | 1 | -0/+3 |
* | Fix crash with negative value for width in Windows BMP input | giraffedata | 2017-06-07 | 1 | -0/+4 |
* | Fix cleanup corruption causing incorrect output | giraffedata | 2017-05-27 | 1 | -0/+3 |
* | Get Perl interpreter from the PATH | giraffedata | 2017-05-24 | 1 | -0/+4 |
* | Accept globs for directory name responses | giraffedata | 2017-05-22 | 1 | -0/+3 |
* | Add -maximize, -oversample . Oversample by default with small sigma | giraffedata | 2017-05-18 | 1 | -1/+5 |
* | Extend -normalize to be applicable to PGM convolution kernels | giraffedata | 2017-05-17 | 1 | -0/+3 |
* | Deal with MinGW failure to handl _XOPEN_SOURCE == null | giraffedata | 2017-05-13 | 2 | -2/+42 |
* | Upgrade to _XOPEN_SOURCE 500 to get M_PI | giraffedata | 2017-04-30 | 1 | -0/+7 |
* | tolerate fill bits | giraffedata | 2017-04-26 | 1 | -0/+2 |
* | Don't close inherited Standard Input | giraffedata | 2017-04-23 | 1 | -0/+4 |
* | Remove standard.ppmdfont as dependency of standardppmdfont.c | giraffedata | 2017-04-22 | 1 | -0/+4 |
* | Fix silent failure of pm_system_lp, pm_system_vp on Windows | giraffedata | 2017-04-20 | 1 | -0/+7 |
* | New algorithm for pbmtog3, add -align8, -align16, don't use wordint anymore | giraffedata | 2017-04-20 | 1 | -0/+2 |
* | Improve error message for purported image that ends in the middle of the magi... | giraffedata | 2017-04-16 | 1 | -0/+4 |
* | Add Pamtable | giraffedata | 2017-04-15 | 1 | -0/+2 |
* | update HISTORY | giraffedata | 2017-04-15 | 1 | -0/+8 |
* | Don't try to include Manweb files in Debian package | giraffedata | 2017-04-04 | 1 | -0/+3 |
* | Fix missing null terminator on argv | giraffedata | 2017-03-30 | 1 | -0/+3 |
* | Prepare to work on 10.79 | giraffedata | 2017-03-28 | 1 | -0/+2 |
* | Make release 10.78 | giraffedata | 2017-03-28 | 1 | -1/+1 |
* | Fix incorrect PBM output with two-color (1 bpp) paletted image | giraffedata | 2017-03-25 | 1 | -1/+4 |
* | Use TIFFDefaultStripSize() for ROWSPERSTRIP default; old calculation sometime... | giraffedata | 2017-03-19 | 1 | -0/+7 |
* | Update from Debian 7 to Debian 8 | giraffedata | 2017-03-19 | 1 | -0/+3 |
* | Use SOURCE_DATE_EPOCH | giraffedata | 2017-03-18 | 2 | -0/+35 |
* | Add when-broken information | giraffedata | 2017-03-18 | 1 | -6/+9 |
* | Add -argyle1, -argyle2, -color | giraffedata | 2017-03-03 | 1 | -5/+9 |
* | Don't allow -minisblack or -miniswhite for color image | giraffedata | 2017-02-26 | 1 | -0/+3 |
* | Add path builder | giraffedata | 2017-02-19 | 1 | -0/+2 |
* | Remove debug trace | giraffedata | 2017-02-15 | 1 | -0/+3 |
* | Remove pointer man pages, Manweb installation | giraffedata | 2017-01-15 | 1 | -1/+16 |
* | Fix arithmetic overflow | giraffedata | 2017-01-15 | 1 | -0/+3 |
* | Fix bug: ignores failure of libxml2 function - one cause of failure is runnin... | giraffedata | 2017-01-11 | 1 | -0/+3 |