summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-03-23Pass context to pdf_page_contents_process callback.Tor Andersson
2015-03-20Fix Memtrace for 64bit operation.Robin Watts
2015-03-20Workaround bug in ftoa.Tor Andersson
2015-03-20Add fz_fprintf function.Tor Andersson
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-03-20First attempt at mupdf tizen build.Robin Watts
2015-03-20Update .gitignore to ignore x64 build files.Robin Watts
2015-03-20Fix Win32 builds of MuPDF; freetype config options not found.Robin Watts
2015-03-16switch to VER-2-5-5 of freetype.fredrossperry
2015-03-12VS solution: bring x64 libmupdf into line with other files.Robin Watts
2015-03-01Bug 695658: Fix crash with mutool clean -l -aRobin Watts
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
2015-02-27gsview and windows: Fixes for changes in mupdf APIMichael Vrhel
2015-02-26Clean up some type casts.Tor Andersson
2015-02-26tweak pdf_parse_file_specRobin Watts
2015-02-25Allow pdf_device to be created with pre-populated buffer.Robin Watts
2015-02-25Add post processing option to page operator cleaning.Robin Watts
2015-02-25Bug 695851: Fix SEGV in mutool info.Robin Watts
2015-02-25Add 64 bit windows builds to MSVC solution.Robin Watts
2015-02-25iOS: Minor cleanups to match current best practiceJoseph Heenan
2015-02-25iOS: Fix some warnings in the 64bit buildJoseph Heenan
2015-02-25iOS: Disable empty body warningJoseph Heenan
2015-02-25iOS: Suppress warnings about unused functionsJoseph Heenan
2015-02-25filter-fax.c: remove cf_uncompressed_decode, it's never usedJoseph Heenan
2015-02-25iOS: conform to recent mupdf API changes.fredrossperry
2015-02-25Avoid fz_begin_tile_id ever returning an undefined value.Robin Watts
2015-02-25Fix Android builds.Robin Watts
2015-02-25Text device; collect matrix and bbox for images too.Robin Watts
2015-02-24Update display list tile skipping.Robin Watts
2015-02-24Fix incorrect object culling in display list.Robin Watts
2015-02-24Update MSVC solution with html entries. Fix windows issues with html.Robin Watts
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-24Simplify/Correct logic in pdf_show_charRobin Watts
2015-02-24fz_irect_from_rect; don't make a non empty irect from an empty rect.Robin Watts
2015-02-24Squash some warnings from scan build.Robin Watts
2015-02-23Merge branch 'html'Tor Andersson
2015-02-23Update pdf-js-none for context passing changes.Tor Andersson
2015-02-23Fix double-malloc error.Tor Andersson
2015-02-20Add fz_trim_path and call it.Robin Watts
2015-02-20Rejig display device to have a more compact memory representation.Robin Watts
2015-02-20Do not crash on text extraction on pages with no text.Robin Watts
2015-02-18Fix typos and reference counting errors in CBZ.Tor Andersson
2015-02-18Fix 695831: integer overflow in PNG and TIFF loaders.Tor Andersson
2015-02-17Bring Windows app up to date with API changes.Robin Watts
2015-02-17Fix memory leak in fz_page.Tor Andersson
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add helper functions to keep/drop reference counts with locking.Tor Andersson
2015-02-17Remove pointless return value checks when calling fz_open_file.Tor Andersson