summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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.Tor 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
2016-11-07Default background of luminosity masks should be black.Robin Watts
2016-11-07Fix DUMP_GROUP_BLENDS debugging code.Robin Watts
2016-11-05Fix Memento bug.Robin Watts
2016-11-04Avoid warning in memento builds.Robin Watts
2016-11-04Avoid warnings in 64bit windows builds of luratech bindings.Robin Watts
2016-11-04Disable 64bit OpenSSL builds as we have no lib.Robin Watts
2016-11-04Squash 64bit warning in Commercial JBIG2 bindings.Robin Watts
2016-11-04MSVS: More solution fixes.Robin Watts
2016-11-04MSVS: Remove superfluous configurations from libfonts.vcprojRobin Watts
2016-11-04MSVS: Remove superfluous configurations from generated.vcprojRobin Watts
2016-11-04MSVS: Add libluratech to project.Robin Watts
2016-11-03GProof: Silence warning seen in MSVC x64 builds.Robin Watts
2016-11-03Fix MSVC build of JNI native code.Robin Watts
2016-11-03Memento: Silence MSVC warningsRobin Watts
2016-11-03Fix Luratech builds on MSVC.Robin Watts
2016-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-11-03Fix DebugGProof builds on windows.Robin Watts
2016-11-03Update JPEG lib with fix for Bug 697186Robin Watts
2016-11-02iOS app: adapt to the latest API changes, and fix display issue introduced in...fred ross-perry
2016-11-02Use pdf_annot_border to get the border width of an annotation.fred ross-perry
2016-11-03jni: Make it easy to use stext without options.Sebastian Rasmussen