summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
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-05-05Fix 695207: printf format bug in mutool info.Tor Andersson
2014-05-01Fix 694084: compute number of segments in radial shading from radius.Tor Andersson
2014-04-27Bug 695171: Pointer error when padding an fz_concat machineRobin Watts
2014-04-23Fix 693419: always load CIDToGIDMap if it exists.Tor Andersson
2014-04-23Fix 693391: simplify warning messageTor Andersson
2014-04-23Fix bug 693580 by skipping xml tag namespace prefixes.Tor Andersson
2014-04-22Error out on unsupported encrypted zip filesSebastian Rasmussen
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-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson
2014-03-25fix warnings in fitz/printf.cSimon Bünzli
2014-03-25Bug 695089: inherit resources for softmasks (regression fix)Simon Bünzli
2014-03-25Avoid double closing a stream.Robin Watts
2014-03-25Split mjs script generation to separate tool.Tor Andersson
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-20Respect reverse page ranges in mutool clean.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-03-19Make mutool clean sanitise the Dests lists when subsetting.Robin Watts
2014-03-19Fix MSVC compiles of printf.cRobin Watts
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-03-17Ensure that small images don't subdivide more than they should.Robin Watts
2014-03-17Don't drop objects if they have been modified.Robin Watts
2014-03-17Ensure that BDC operators get both params.Robin Watts
2014-03-16Avoid premature dropping of objects in pdf_dict_putRobin Watts
2014-03-13Tweak pdfclean and pdfinfo to be useful as libraries.Robin Watts
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Fix potential leak of pdf_process state.Robin Watts
2014-03-04Fix memory leaks in pdf-filter code.Robin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-03-04Add pdf_process for filtering operator streams.Robin Watts
2014-03-04Add pdf_process for writing operator streams out to a buffer.Robin Watts
2014-03-04Add pdf_process interface.Robin Watts
2014-02-28Fix harmless copy/paste error in pdf_copy_dict.Robin Watts
2014-02-28Ensure that pdf_array_delete works even with indirected objects.Robin Watts
2014-02-28Fix potential illegal access.Robin Watts
2014-02-25make pdf_new_obj_from_str throw on errorSimon Bünzli
2014-02-25load StandardEncoding for non-embedded non-symbolic encoding-less fontsSimon Bünzli
2014-02-25Bug 695040: prevent hang in path flatteningSimon Bünzli
2014-02-25Bug 695040: prevent integer overflow in pdf_xref_size_from_old_trailerSimon Bünzli
2014-02-25Bug 694851: pass more information to fz_load_system_fontSimon Bünzli