summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-21Remove redundant fz_stext_char_bbox function.Tor Andersson
2017-08-17Fix Android java build: harfbuzz memory callbacks.Tor Andersson
2017-08-17Update java for structured text and other changes.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-15jni: Make jni compile again.Sebastian Rasmussen
2017-07-27MSVC: 64bit project file build fixes.Robin Watts
2017-07-27MSVC: Add mutrace.c to libmutool.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2017-07-19Update LCMS2 to LCMS2ART to reflect our fork.Robin Watts
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-06pdfapp: Warn when outline fails to load.Sebastian Rasmussen
2017-07-06pdfapp: Handle PDF javascript not loading.Sebastian Rasmussen
2017-06-29Harfbuzz tweaks.Robin Watts
2017-06-28jni: Avoid freeing data buffer twice in case of error.Sebastian Rasmussen
2017-06-27jni: Make jni compile without warnings.Sebastian Rasmussen
2017-06-22jni: Include lcms2 in compilation.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add PSD deviceRobin Watts
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Fix MSVC build of mupdf_native.cRobin Watts
2017-06-16MSVC solution: Add missing header.Robin Watts
2017-06-16Windows MuPDF viewer; add ability to start on a given page.Robin Watts
2017-06-16platform/java/winmake.bat - Fix due to sources being moved.Robin Watts
2017-06-13Add edgebuffer based rasterizerRobin Watts
2017-06-13Introduce fz_rasterizer encapsulationRobin Watts
2017-06-06Declare missing functions in header files.Sebastian Rasmussen
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-29java: Avoid casts where original type can be used.Sebastian Rasmussen
2017-05-23Remove unused strtod function.Tor Andersson
2017-05-08Make sure source text in pdf-js-util.js is zero terminated.Tor Andersson
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-05-03Fix MSVC project; function.c has been removed.Robin Watts
2017-04-28jni: Include "mupdf/ucdn.h" explicitly.Sebastian Rasmussen
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Ensure we can compile as -pedantic -std=c99.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson
2017-04-20Remove needless -Igenerated flags.Tor Andersson
2017-04-20jni: Add constructor to duplicate existing matrix.Sebastian Rasmussen
2017-04-20jni: Pass independent character matrices when walking through text.Sebastian Rasmussen
2017-04-20jni: Fix typo in native identifier.Sebastian Rasmussen
2017-04-20jni: to_Annotation() may fz_throw(), make it safe.Sebastian Rasmussen
2017-04-20jni: PDFAnnotation and PDFPage additions.Sebastian Rasmussen
2017-04-20jni: Implement missing interfaces.Sebastian Rasmussen