summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
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
2016-03-15Fix leak in PDF inline image handling.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-14Make pdf_is_stream work on loaded stream dictionary objects as well.Tor Andersson
2016-03-14Take pdf_obj argument to pdf_is_stream.Tor Andersson
2016-03-11Fix various warnings.Robin Watts
2016-03-11Implement fz_text_language support functions.Robin Watts
2016-03-11Rejig Bidirectional and Text code.Robin Watts
2016-03-07Fix signed/unsigned comparison warning.Robin Watts
2016-03-02js: Fix reference counting errors.Tor Andersson
2016-03-02Fix mask flags to FT_Get_Advance in ft_width.Tor Andersson
2016-03-01js: Add PDF document and object access.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-03-01Rename pdf_close_document to pdf_drop_document.Tor Andersson
2016-03-01Add const to filename string.Tor Andersson
2016-03-01Use FT_Get_Advance in when loading simple font widths in ft_width.Tor Andersson
2016-02-29pdf-font: Remove unused lockingRobin Watts
2016-02-29Strip outlines when cleaning a pdf file.Robin Watts
2016-02-29pdfwrite: Use Tm directly to set matrix.Tor Andersson
2016-02-29pdfwrite: Handle all fonts as CID fonts.Tor Andersson
2016-02-29pdfwrite: Look through own resource list first.Tor Andersson
2016-02-29Simplify ToUnicode CMap creation.Tor Andersson
2016-02-29Fix pdf_add_cid_font_widths to work on glyph indices as intended.Tor Andersson
2016-02-29Create CID font /W array as an indirect object.Tor Andersson
2016-02-29Clean up error handling.Tor Andersson
2016-02-29Use fz_advance_glyph when computing CID font widths array.Tor Andersson
2016-02-29Don't embed base 14 or substitute fonts.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson