summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-05-20murun: Add graftObject to javascript bindings.Tor Andersson
2016-05-13Add common page range parsing function for tools.Tor Andersson
2016-05-13murun: Add document writer object.Tor Andersson
2016-05-13Fix double free and memory leak.Tor Andersson
2016-05-13Add pdf write support to mutool convert.Tor Andersson
2016-05-13Add long output option parsing.Tor Andersson
2016-05-13Update MuJS.Tor Andersson
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-05-06Mutool clean: Fix sanitisation of pages with Content arrays.Robin Watts
2016-05-06Mutool clean: Copy OCProperties when subsetting.Robin Watts
2016-04-29muclean: Avoid warning when no Outlines present in document.Robin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-27Tweak pdf-write option handling.Tor Andersson
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-27Fix exception bug: rethrow without a caught exception!Tor Andersson
2016-04-27Remove useless try/catch/rethrows.Tor Andersson
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-26pdfcreate: Use industry font name for built-in fonts.Tor Andersson
2016-04-26Optimize pdf_lookup_agl.Tor Andersson
2016-04-26Update mutool clean sanitize to clean annotations too.Robin Watts
2016-04-22pdf: Handle implicit identity crypt filtersSebastian Rasmussen
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-19Add mutool mergeMichael Vrhel
2016-04-18Fix broken documents after sanitizeRobin Watts
2016-04-18Fix corruption of file using sanitize.Robin Watts
2016-04-18Fix leak of pdf_obj.Robin Watts
2016-04-12Fix some warnings.Robin Watts
2016-04-12Silence some warnings in release builds.Robin Watts
2016-04-12Fix PDF annotations not appearing after creation.Robin Watts
2016-04-11Bug 696696: Avoid leak when cleaning with sanitize.Robin Watts
2016-04-05Clean up bidi enum names.Tor Andersson
2016-04-04Fix typo in pdfwrite top-level matrix.Tor Andersson
2016-03-30Use fz_new_document for pdf and html docs.Robin Watts
2016-03-29pdf-crypt: Crypt filer keys must be at least of length 40.Sebastian Rasmussen
2016-03-28Fix fz_try typo in openssl code.Robin Watts
2016-03-23Remove internal do/while braces in fz_try macros.Tor Andersson
2016-03-23Compile embedded fonts in separate C files.Tor Andersson
2016-03-21Allow building with old versions of freetype.Tor Andersson
2016-03-21Fix 696661: Missing annotations.Tor Andersson
2016-03-21Fix compiler warnings in murun.c and pdf-js.c by tagging rethrow as noreturn.Tor Andersson
2016-03-16Avoid unused var warnings in Memento ref counting code.Robin Watts
2016-03-15Avoid shadowing 'stm' variable.Robin Watts
2016-03-15Fix leak in PDF device.Robin Watts
2016-03-15Make PDF objects ref changes memento-trackable.Robin Watts