summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2014-10-28fix memory leaks in load_sample_func and pdf_load_compressed_inline_imageSimon Bünzli
2014-10-22Fix warnings.Tor Andersson
2014-09-30Fix 695501: Intelligent cmap remapping.Tor Andersson
2014-09-23Fix 695501: check upper and lower bounds of CMap when computing ToUnicode.Tor Andersson
2014-09-17Fix whitespace.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-09-08Revert part of commit 5509a4ef7520bf0b5280ce7d6af8eb15b1b8b0f1Simon Bünzli
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-08-19try not to wrongly overwrite /ID when repairing encrypted documentsSimon Bünzli
2014-07-22Change js_is/touserdata argument order to match MuJS changes.Tor Andersson
2014-07-18allow to extract text for uncacheable glyphsSimon Bünzli
2014-07-18report more cases of blending use for pdf_pageSimon Bünzli
2014-07-18properly decrypt strings in encrypted but broken documentsSimon Bünzli
2014-07-18hex-encode UTF-16 strings when writing PDFSimon Bünzli
2014-07-18Bug 695271: fix incremental updates for files without final linebreakSimon Bünzli
2014-07-17Improve callback for loading substitute CJK fonts to return TTC index.Tor Andersson
2014-06-16Fix a fatal compiler warning when building with the latest version of the And...Matt Holgate
2014-06-09Bug 695300: Sanitize draw-device stack handling in error cases.Robin Watts
2014-06-09Fix 695300: don't throw exception on invalid reference number.Tor Andersson
2014-05-29Fix 694093: add vertical variant of CJK fallback font.Tor Andersson
2014-05-29fix memory leaks during PDF document creationSimon Bünzli
2014-05-29Tolerate zero-sized xref sections...Tor Andersson
2014-05-27Fix 693517: Support /SMask/Matte preblended images.Tor Andersson
2014-05-27Bug 695260: Fix error handling in do_xobjectRobin Watts
2014-05-22Flush pending text on a change of CTM.Robin Watts
2014-05-22Load the usecmap directives recursively for builtin CMaps.Tor Andersson
2014-05-19Make unresolvable link destinations warnings instead of errors.Tor Andersson
2014-05-15Fix 695101 and 694114: Use the correct numbers to validate the encryption key...Tor Andersson
2014-05-13Use code space ranges when remapping ToUnicode CMaps.Tor Andersson
2014-05-13Fix signedness in cmap interface.Tor Andersson
2014-05-11Optimize UniXXX CMap files.Tor Andersson
2014-05-10Fix 694698: Support 32-bit values in CMaps.Tor Andersson
2014-05-10Fix 694085: Add UTF8 and UTF32 CMaps.Tor Andersson
2014-05-07truncate the xref after compactingSimon Bünzli
2014-05-06Fix 694909: revert "Force colorspaces to match with JPX images." and ...Tor Andersson
2014-05-05Fix 695098: don't use atoi() on non-zero-terminated buffer.Tor Andersson
2014-04-23Fix 693419: always load CIDToGIDMap if it exists.Tor Andersson
2014-04-23Fix 693391: simplify warning messageTor Andersson
2014-04-11Invalidate cached page count value when inserting and deleting pages.Tor Andersson
2014-04-11Add all form field flags. Check flags before marking fields dirty.Tor Andersson
2014-04-01Tidy up code in pdf_load_compressed_inline_imageRobin Watts
2014-03-25Bug 695089: inherit resources for softmasks (regression fix)Simon Bünzli
2014-03-25Avoid double closing a stream.Robin Watts
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-25Break dependency of pdf-annot.c to graphics library.Tor Andersson
2014-03-25Add MuJS submodule, implementation and build.Tor Andersson
2014-03-20pdf-util.js: Simplify padZeros.Tor Andersson
2014-03-20pdf-js.c: Use different random number.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-03-19Implement our own vsnprintf variant.Tor Andersson