Age | Commit message (Expand) | Author |
2014-01-02 | Improve PDF repair logic. | Robin Watts |
2014-01-02 | Cull code unused as a result of the "tolerate inline images..." fix. | Robin Watts |
2014-01-02 | fix memory leak in pdf_repair_xref | Simon Bünzli |
2014-01-02 | Fix memory leak in pdf_xref_size_from_old_trailer. | Robin Watts |
2014-01-02 | Bug 694569: suspicious for loop in pdf-device.c | Paul Gardiner |
2014-01-02 | Bug 694729: Rounding the Ink | Paul Gardiner |
2014-01-01 | don't fail on invalid object streams | Simon Bünzli |
2013-12-30 | Bug 694564: Move pdf_lookup_page_obj to be iterative | Robin Watts |
2013-12-24 | Bug 694810: Implement late file repair for PDFs. | Robin Watts |
2013-12-23 | Bug 694712: Do not create empty Contents stream for new pages. | Robin Watts |
2013-12-23 | Bug 694715: Fix typo in error message | Robin Watts |
2013-12-23 | Bug 694794: Fix blendmode use in pdf device. | Robin Watts |
2013-12-23 | Bug 694770: Fix typo in error message. | Robin Watts |
2013-12-17 | Bug 694810: Fix crash when clicking on mupdf window after failed page load. | Robin Watts |
2013-12-17 | Remove fz_context from pdf_crypt | Robin Watts |
2013-12-16 | javascript: fix missing type destruction | Paul Gardiner |
2013-12-16 | JavaScriptCore-based implementation of the MuPDF JS engine API | Paul Gardiner |
2013-11-28 | Bug 694127: Valgrind fix for pdf_decode_cmap | Robin Watts |
2013-11-28 | Bug 694118: Fix valgrind warning caused by overflowing function | Robin Watts |
2013-11-27 | fix memory leak introduced with a2c945506ea2a2b58edbde84124094c6b4f69eac | Simon Bünzli |
2013-11-27 | Bug 694114: Fix valgrind issue. | Robin Watts |
2013-11-26 | Bug 694113: Solve double free causing valgrind warnings. | Robin Watts |
2013-11-26 | Add const keyword to some font function parameters. | Tor Andersson |
2013-11-26 | Import URW fonts version 1.10 converted to CFF by FontForge. | Tor Andersson |
2013-11-14 | Fix slip with use of tail pointer for the annotations list | Paul Gardiner |
2013-11-11 | Add hooks to load system fonts. Use them in PDF interpreter. | Tor Andersson |
2013-11-11 | Add fz_new_font_from_buffer function. | Tor Andersson |
2013-11-11 | Cast signature display name when reading it | Sebastian Rasmussen |
2013-11-11 | Fix error message typo | Sebastian Rasmussen |
2013-11-11 | Remove unused variables causing warnings | Sebastian Rasmussen |
2013-11-08 | Use an end pointer for the annotation list to avoid unnecessary iteration | Paul Gardiner |
2013-11-06 | Place newly created annotations at the end of the annotation list | Paul Gardiner |
2013-11-05 | Fix bug 694730: Wrong bbox in one-point ink annotation | Paul Gardiner |
2013-11-05 | Improve stroke state function names that take the dash array length. | Tor Andersson |
2013-10-17 | Remove duplicated line. | Robin Watts |
2013-10-16 | Fix cross document store object hash collisions. | Robin Watts |
2013-10-16 | page->contents should be a reference, not the original object. | Robin Watts |
2013-10-15 | Fix typo in page tree manipulation when inserting new pages. | Tor Andersson |
2013-10-14 | Create Contents entry in PDF write device if one doesn't exist already. | Robin Watts |
2013-10-14 | Handle stroke+fill operations with transparency/blendmodes. | Robin Watts |
2013-10-10 | Use the 'rect' param to fz_clip_path. | Robin Watts |
2013-09-30 | make pdf_write_document again accept NULL for fz_opts | Simon Bünzli |
2013-09-27 | tweak pdf_parse_action | Simon Bünzli |
2013-09-27 | preserve /Encrypt for documents with streamed xrefs | Robin Watts |
2013-09-27 | stop checking if the result of fz_read is negative | Simon Bünzli |
2013-09-27 | fix bug 694618 | Simon Bünzli |
2013-09-24 | Bug 694557: Fix infinite loop in pdf_lex. | Robin Watts |
2013-09-23 | Bug 694565: Cope with negative xref counts when reading old trailers. | Robin Watts |
2013-09-23 | Bug 694653: Watch for xref being NULL in pdf_xref_len | Robin Watts |
2013-09-13 | prevent heap underflow in pdf_read_new_xref | Simon Bünzli |