summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-06Don't let function evaluation throw errors, and clean up postscript function ...Tor Andersson
2011-03-06Add explicit EOF testing functions.Tor Andersson
2011-03-04Fix include search path for Makethird so filt_dctd will find jconfig.hTor Andersson
2011-03-03Add new (simpler) MSVC project files.Tor Andersson
2011-03-03Zap the old MSVC project files.Tor Andersson
2011-03-03Update version numbers.Tor Andersson
2011-03-02Comply with the stream read protocol in flate decoder: always fill the output...Tor Andersson
2011-03-02Use buffering for small reads.Tor Andersson
2011-03-01Update icons.Tor Andersson
2011-03-01Fix subtle path stroking bug where closepath did not update the pen position.Tor Andersson
2011-02-23Update Makefiles and project files for new thirdparty versions.Tor Andersson
2011-02-23Use readbits function in LZW decoder.Tor Andersson
2011-02-23Add bitstream reader functions.Tor Andersson
2011-02-23Stylistic cleanups in LZW decoder: copy state variables in locals.Tor Andersson
2011-02-23Check for DynaLab fonts explicitly by name.Tor Andersson
2011-02-23Revert to using fthint since we cannot rely on FreeType's trickyness detectio...Tor Andersson
2011-02-23Remove fthint workaround for DynaLab fonts, since that is now a part of freet...Tor Andersson
2011-02-23Use FT_IS_TRICKY to check for DynaLab fonts that need forced hinting.Tor Andersson
2011-02-18Make pdfdraw -tt output valid XML.Tor Andersson
2011-02-17Stretch glyphs for substituted fonts when stroking the same as when filling.Tor Andersson
2011-02-12Calculate the y sub pixel position correctly.Robin Watts
2011-02-10Improve error messages in indirect object parser.Tor Andersson
2011-02-10Ignore broken objects when scanning for Root and Info.Tor Andersson
2011-02-08Use horizontal metrics to create text boxes instead of guessing at bad vertic...Tor Andersson
2011-02-08Create link and annotation lists by appending so the order is maintained.Tor Andersson
2011-02-08Fix typo when parsing W2 array.Tor Andersson
2011-02-08Don't bake annotation transform into the XObject matrix.Tor Andersson
2011-02-08Only interpolate upscaled images when the interpolate flag is set in the imag...Tor Andersson
2011-02-07Keep the pointer to the image mask when expanding indexed images to full color.Tor Andersson
2011-02-07Ensure that JPX image colorspace matches what is given in the PDF object.Tor Andersson
2011-02-07Apply blend group for images with masks, even when skipping the softmask state.Tor Andersson
2011-02-07Add support for AESv3 encryption from SumatraPDF.Tor Andersson
2011-02-05Add missing MuPDFCore.java file.Tor Andersson
2011-02-04Allow fonts with broken ToUnicode cmaps.Tor Andersson
2011-02-04Compensate for floating point imprecision in roundrect.Tor Andersson
2011-02-04Tweak the compression bomb detection.Tor Andersson
2011-02-04Use the CMYK-to-RGB transform from Poppler.Tor Andersson
2011-02-04Add ftsize and ftfile fields to font struct for SumatraPDF use.Tor Andersson
2011-02-04Make sure stitching function is consistent after an error.Tor Andersson
2011-02-04Don't reset stream wp pointer at end of file, since that will clobber streams...Tor Andersson
2011-02-03Add support for launch, named and complex link actions.Tor Andersson
2011-02-03Various patches from SumatraPDF.Tor Andersson
2011-02-03Indent with tabs, not spaces.Tor Andersson
2011-02-03Initialize loadpage variable.Tor Andersson
2011-02-03Special case calloc and realloc with zero count or size.Tor Andersson
2011-02-03Use calloc to allocate pixmap data. Limit size of PDF images to 65k x 65k.Tor Andersson
2011-02-03Fix typo in WM_DELETE_WINDOW patch.Tor Andersson
2011-02-02Strip hints from built-in CFF fonts.Tor Andersson
2011-02-02Preserve trailer root and info when repairing. Look for both root and info di...Tor Andersson
2011-02-02Always initialize softmask background color array.Tor Andersson