summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-22Error out on unsupported encrypted zip filesSebastian Rasmussen
2014-04-22Take on curl change from Sebastian.Robin Watts
2014-04-22Tweak Intent usage for ChoosePDFActivityRobin Watts
2014-04-22Fix iOS formatting.Tor Andersson
2014-04-21Add share iconsPaul Gardiner
2014-04-18iOS: use bitmap based printingPaul Gardiner
2014-04-18iOS: add AirPrint supportPaul Gardiner
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-02Remove V8 section from android readme.Tor Andersson
2014-04-02Bump the version number to 1.4.Tor Andersson
2014-04-02Update CHANGES file with changes since 1.3.Tor Andersson
2014-04-02iOS: in 7.0 and above, allow the system to tint our custom menu buttonsPaul Gardiner
2014-04-02iOS: ensure that the slider has the correct size if hidden during device rota...Paul Gardiner
2014-04-02Update examples.Tor Andersson
2014-04-01Solve crash (NullPointerException) when cancelling from password promptRobin Watts
2014-04-01Fix Android build w.r.t. mujs.Robin Watts
2014-04-01Various android fixes.Tor Andersson
2014-04-01Tidy up code in pdf_load_compressed_inline_imageRobin Watts
2014-03-26iOS: fix build and update to use mujsPaul Gardiner
2014-03-26Pull mujs source into VS solution (disabled)Robin Watts
2014-03-26Update MuJS submodule.Tor Andersson
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-25Update the winrt solution with the changes made in the win32 solution.Michael Vrhel
2014-03-25Use MuJS in Android build.Tor Andersson
2014-03-25Update win32 project files for JS.Tor Andersson
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