summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-17Build Java viewer with libcrypto support if available.1.10-rc2Sebastian Rasmussen
2016-11-17Retain only necessary files for curl support.Sebastian Rasmussen
2016-11-17Detect openssl to support https when using curl.Sebastian Rasmussen
2016-11-17Update to curl 7.51.0.Sebastian Rasmussen
2016-11-17Do cleanup when dropping curl stream.Sebastian Rasmussen
2016-11-17Rename openssl flags to libcrypto.Sebastian Rasmussen
2016-11-16pdf: Add x and y output parameters to pdf_lookup_anchor.Tor Andersson
2016-11-16Bug 697301: Fix "crash" in epub.Robin Watts
2016-11-16pdf: Use '#page=N' for remote destination pages.Tor Andersson
2016-11-16Fix 697334: disable text input in x11 viewer permanently.Tor Andersson
2016-11-16Fix 697335: Handle links with content in nested tag.Tor Andersson
2016-11-16Fix warning.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-15move the definition of GSDLLCALL to a different spot, above where it'sFred Ross-Perry
2016-11-15adapt to api change for toStructuredText.Fred Ross-Perry
2016-11-15Android example - smoother flingingFred Ross-Perry
2016-11-15Android example - update gradle version.Fred Ross-Perry
2016-11-15Android example - fix to maintain vertical center when zooming.Fred Ross-Perry
2016-11-15Fix Java 32/64bit detection.Robin Watts
2016-11-15Update JNI code to load 32 or 64 bit DLL as appropriate.Robin Watts
2016-11-15Fix compiler warning.Robin Watts
2016-11-15Fix android build after fz_buffer internal hiding.Robin Watts
2016-11-15Bug 697045: Bring in fix to let openjpeg skip some bad data.Robin Watts
2016-11-15MSVC: Fix Commercial build locations.Robin Watts
2016-11-14pdf: Don't pass form UI events to link annotations.Tor Andersson
2016-11-14pdf: Use URI dictionary for relative URIs.Tor Andersson
2016-11-14gl: Only force a ui redraw when link is clicked, not just highlighted.Tor Andersson
2016-11-14js: Update docs for annotation functions (WIP).Tor Andersson
2016-11-14Fix return in void function.Tor Andersson
2016-11-14Continued Layer API work.Robin Watts
2016-11-14More API tweaks.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Workaround 0 line-width strokes in svg output.Robin Watts
2016-11-14Bug 697336: Be more explicit about where to edit config.hRobin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-14gl: Add macOS support.Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-11-11API improvements.Robin Watts
2016-11-11Update JNI code to compile on Win32 and Win64.Robin Watts
2016-11-11Add simple layer configuration feature to mutool draw.Robin Watts
2016-11-11Add pdf_layer configuration API.Robin Watts
2016-11-10Add mutool option (-l) for setting the minimum line width.Robin Watts
2016-11-10Add some more lines to .gitignoreRobin Watts
2016-11-10Add minimum line width configuration option.Robin Watts
2016-11-08Clean up braces and indentation in fz_paint_affine_near/lerp.1.10-rc1Tor Andersson
2016-11-08Change access to protected on parts of Image.java to allow AndroidImage to bu...fred ross-perry
2016-11-08fix iOS app issue where deleted annotations don't properly disappear.fred ross-perry
2016-11-08Fix android warnings.Tor Andersson
2016-11-07Move fz_new_draw_device_with_options within file.Robin Watts
2016-11-07Bug 697241: Fix blending through clips.Robin Watts