summaryrefslogtreecommitdiff
path: root/source/pdf
AgeCommit message (Expand)Author
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-11-28Bug 694118: Fix valgrind warning caused by overflowing functionRobin Watts
2013-11-27fix memory leak introduced with a2c945506ea2a2b58edbde84124094c6b4f69eacSimon Bünzli
2013-11-27Bug 694114: Fix valgrind issue.Robin Watts
2013-11-26Bug 694113: Solve double free causing valgrind warnings.Robin Watts
2013-11-26Add const keyword to some font function parameters.Tor Andersson
2013-11-26Import URW fonts version 1.10 converted to CFF by FontForge.Tor Andersson
2013-11-14Fix slip with use of tail pointer for the annotations listPaul Gardiner
2013-11-11Add hooks to load system fonts. Use them in PDF interpreter.Tor Andersson
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-11-11Cast signature display name when reading itSebastian Rasmussen
2013-11-11Fix error message typoSebastian Rasmussen
2013-11-11Remove unused variables causing warningsSebastian Rasmussen
2013-11-08Use an end pointer for the annotation list to avoid unnecessary iterationPaul Gardiner
2013-11-06Place newly created annotations at the end of the annotation listPaul Gardiner
2013-11-05Fix bug 694730: Wrong bbox in one-point ink annotationPaul Gardiner
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-10-17Remove duplicated line.Robin Watts
2013-10-16Fix cross document store object hash collisions.Robin Watts
2013-10-16page->contents should be a reference, not the original object.Robin Watts
2013-10-15Fix typo in page tree manipulation when inserting new pages.Tor Andersson
2013-10-14Create Contents entry in PDF write device if one doesn't exist already.Robin Watts
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts
2013-10-10Use the 'rect' param to fz_clip_path.Robin Watts
2013-09-30make pdf_write_document again accept NULL for fz_optsSimon Bünzli
2013-09-27tweak pdf_parse_actionSimon Bünzli
2013-09-27preserve /Encrypt for documents with streamed xrefsRobin Watts
2013-09-27stop checking if the result of fz_read is negativeSimon Bünzli
2013-09-27fix bug 694618Simon Bünzli
2013-09-24Bug 694557: Fix infinite loop in pdf_lex.Robin Watts
2013-09-23Bug 694565: Cope with negative xref counts when reading old trailers.Robin Watts
2013-09-23Bug 694653: Watch for xref being NULL in pdf_xref_lenRobin Watts
2013-09-13prevent heap underflow in pdf_read_new_xrefSimon Bünzli
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10tolerate xobjects with invalid colorspacesSimon Bünzli
2013-09-10correctly set indexed colors in pdf_set_colorSimon Bünzli
2013-09-10support /Alternate colorspace for ICC basedSimon Bünzli
2013-09-10support jpegtables for TIFF imagesSimon Bünzli
2013-09-10Bug 694567: prevent double-free in pdf_open_raw_filterSimon Bünzli
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-09-06Fix problem with object dirty flagPaul Gardiner
2013-09-04Fix memory leak due to softmasks.Robin Watts
2013-09-03Silence warning.Tor Andersson
2013-08-29Make the pdf device produce more efficient appearance streams for textPaul Gardiner
2013-08-28Add MuPDF logo to signature appearancePaul Gardiner
2013-08-28take /Version in /Root into accountSimon Bünzli
2013-08-28default OCGs to visibleSimon Bünzli
2013-08-28fix memory leaksSimon Bünzli
2013-08-28fix various typosSimon Bünzli
2013-08-28Fix bad interaction between incremental update and object streamsPaul Gardiner