summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-11-22jni: Put destination coordinates into Outline object.Fred Ross-Perry
2017-11-22jni: Free quadpoints and vertices upon JNI error.Sebastian Rasmussen
2017-11-22jni: Only keep the reference when the java constructor succeeds.Sebastian Rasmussen
2017-11-22jni: Check for exception after allocating objects.Sebastian Rasmussen
2017-11-22jni: Initialize Context before using any MuPDF classes.Sebastian Rasmussen
2017-11-22jni: Return correct quadpoints coordinates.Sebastian Rasmussen
2017-11-22jni: Return correct inklist coordinates.Sebastian Rasmussen
2017-11-22jni: Prevent memory leak by freeing upon error.Sebastian Rasmussen
2017-11-22jni: Clarify initialization order in Context.Sebastian Rasmussen
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-17Purge remnants of GLFW.Tor Andersson
2017-11-13gl: Fix GLUT build on MacOS X.Tor Andersson
2017-11-13gl: Make KEY_DELETE match actual ASCII DEL code.Tor Andersson
2017-11-13gl: Fix busy loop.Tor Andersson
2017-11-10Purge obsolete NDK_PROFILER code.Tor Andersson
2017-11-10jni: Update for StructuredText highlight and copy changes.Tor Andersson
2017-11-09Fix windows build of GL app.Robin Watts
2017-11-09VS2005: Fix Freeglut build.Robin Watts
2017-11-08Be a bit paranoid.Tor Andersson
2017-11-08Select and copy structured text by lines.Tor Andersson
2017-11-08gl: Remove GLFW and reinstate FreeGLUT.Tor Andersson
2017-11-08Bug 698616: Fix use after free in Page_textAsHtmlRobin Watts
2017-11-08Use fz_snprintf in preference to snprintf.Robin Watts
2017-11-06Update lcms2art with the latest from lcms2 (2.9).Robin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-16Add missing pdfsign.c file to MSVC project.Robin Watts
2017-10-13Add fz_deflate family of functions.Robin Watts
2017-10-13Simple PCLm device.Robin Watts
2017-10-12Purge out of date separation bindings.Tor Andersson
2017-09-20gl: Remember scroll position in history and bookmarks.Tor Andersson
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-09-20gl: Add 'I' invert colors command.Tor Andersson
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