summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-17MSVC: Remove libluratech non commercial configurationsRobin Watts
2017-01-17MSVC: Fix 64bit builds of libmuthreadsRobin Watts
2017-01-17Remove preprocessor defines from vcproj.Tor Andersson
2017-01-17x11: Add -b flag to x11 viewer.Tor Andersson
2017-01-17Don't throw from libjpeg callbacks!Tor Andersson
2017-01-17pdf: Rename FZ_ERROR_OOM to FZ_ERROR_MEMORY.Tor Andersson
2017-01-17pdf: Convert non-printable keywords into PDF_TOK_ERROR.Tor Andersson
2017-01-17pdf: Ignore a certain number of syntax errors before bailing.Tor Andersson
2017-01-17pdf: Minor interpreter cleanups.Tor Andersson
2017-01-17java: Call dispose() instead of System.exit() when closing the window.Tor Andersson
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2017-01-17Use relative URLs for git submodules.Tor Andersson
2017-01-09Remove platform/android/example directory.Tor Andersson
2017-01-09Remove platform/android/viewer directory.Tor Andersson
2017-01-09Remove platform/ios directory.Tor Andersson
2017-01-09Be consistent in use of DEBUG/NDEBUG macros.Tor Andersson
2017-01-09java: Clean up and simplify example viewer.Tor Andersson
2017-01-09java: Handle outlines with duff links.Tor Andersson
2017-01-09java: Fix encoding problems when turning strings into java strings.Tor Andersson
2017-01-09java: Use default build type when compiling.Sebastian Rasmussen
2017-01-09java: Automatically determine openjdk path.Sebastian Rasmussen
2017-01-09epub: Reset old line breaks before choosing new ones.Tor Andersson
2017-01-09Add missing pdf_close_processor calls.Tor Andersson
2017-01-09Remove some dead code.Tor Andersson
2017-01-09Make fz_parse_xml take a fz_buffer. Make xps_part contain a fz_buffer.Tor Andersson
2017-01-09Fix potential buffer overrun when decoding UTF-16 in XML parser.Tor Andersson
2017-01-09Add fz_terminate_buffer function.Tor Andersson
2017-01-09Bug 697466: Fix banded PKM/PBM output.Robin Watts
2017-01-06Undo accidental reversion of jbig2dec submodule.Robin Watts
2017-01-06Fix /dev/null slowdown.Robin Watts
2017-01-06Fix MSVC breakage.Robin Watts
2017-01-02Fix leak of image mask.Sebastian Rasmussen
2016-12-30Avoid using .incbin when compiling for Android.Sebastian Rasmussen
2016-12-27Update jbig2dec.Tor Andersson
2016-12-27Bug 697455: Make JPX support optional via configuration flag.Tor Andersson
2016-12-27js: Fix allocator callbacks so they don't throw fitz exceptions.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-27Stylistic cleanups.Tor Andersson
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-12-26Bug 697362: GIF frames use LZW encoding similar to TIFF.Sebastian Rasmussen
2016-12-23Remember to stroke the graphics in the fake document.Sebastian Rasmussen
2016-12-23Don't add bogus entries when pdf_update_object is called with NULL.Tor Andersson
2016-12-23Cope with NULL resource and concents arguments to pdf_add_page.Tor Andersson
2016-12-22When document reloading fails, do not leak filename.Sebastian Rasmussen
2016-12-19SVG output: Fix dropped group alpha.Robin Watts
2016-12-19Fix broken mutool draw SVG outputRobin Watts
2016-12-19Add MuOfficeLib functions to safely run native MuPDF ops.Robin Watts
2016-12-19mu-threads: Fix windows thread and semaphore creationRobin Watts
2016-12-19mu-office-lib: Move threads out of statics.Robin Watts
2016-12-19mu-threads: Fix Windows mu_destroy_threadRobin Watts