summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2014-01-06show jbig2dec warnings/errors in stderrSimon Bünzli
2014-01-06add stub files for JPEG-XR supportSimon Bünzli
2014-01-06tolerate slightly broken page treesSimon Bünzli
2014-01-06fix MSVC warnings C4054 and C4152Simon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2014-01-02Add rebinding for fz_output.Robin Watts
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2014-01-02Improve PDF repair logic.Robin Watts
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2014-01-02fix memory leak in pdf_repair_xrefSimon Bünzli
2014-01-02Fix memory leak in pdf_xref_size_from_old_trailer.Robin Watts
2014-01-02Bug 694569: suspicious for loop in pdf-device.cPaul Gardiner
2014-01-02Bug 694729: Rounding the InkPaul Gardiner
2014-01-01Bug 693320: Avoid unaligned accesses in SHA routines.Robin Watts
2014-01-01tolerate inline images without EOF markersSimon Bünzli
2014-01-01don't fail on invalid object streamsSimon Bünzli
2013-12-30Bug 694564: Move pdf_lookup_page_obj to be iterativeRobin Watts
2013-12-24Bug 694587: Fix pattern repeat calculationRobin Watts
2013-12-24Bug 694810: Implement late file repair for PDFs.Robin Watts
2013-12-23Bug 694712: Do not create empty Contents stream for new pages.Robin Watts
2013-12-23Bug 694715: Fix typo in error messageRobin Watts
2013-12-23Bug 694749: Fix transformation of hinted glyphsRobin Watts
2013-12-23Bug 694794: Fix blendmode use in pdf device.Robin Watts
2013-12-23Bug 694770: Fix typo in error message.Robin Watts
2013-12-19Solve subpixel rendering problems with 270 degree rotationsRobin Watts
2013-12-17Bug 694810: Fix crash when clicking on mupdf window after failed page load.Robin Watts
2013-12-17Remove fz_context from pdf_cryptRobin Watts
2013-12-16javascript: fix missing type destructionPaul Gardiner
2013-12-16JavaScriptCore-based implementation of the MuPDF JS engine APIPaul Gardiner
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 regression from da277059b37380d57028ff79a636f4d725c96e8fSimon Bünzli
2013-11-27track font path in fz_fontSimon Bünzli
2013-11-27fix memory leak introduced with a2c945506ea2a2b58edbde84124094c6b4f69eacSimon Bünzli
2013-11-27Bug 694116: Solve valgrind issues in draw device.Robin Watts
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-26Add fz_advance_glyph and fz_encode_character functions.Tor Andersson
2013-11-26Import URW fonts version 1.10 converted to CFF by FontForge.Tor Andersson
2013-11-26Don't sort cbz entries.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