index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
java
Age
Commit message (
Expand
)
Author
2016-11-17
Build Java viewer with libcrypto support if available.
Sebastian Rasmussen
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
2016-11-15
Fix Java 32/64bit detection.
Robin Watts
2016-11-15
Update JNI code to load 32 or 64 bit DLL as appropriate.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-11-14
Add optional 'object' argument to pdf_add_stream.
Tor Andersson
2016-11-11
Update JNI code to compile on Win32 and Win64.
Robin Watts
2016-11-08
Change access to protected on parts of Image.java to allow AndroidImage to bu...
fred ross-perry
2016-11-03
Fix MSVC build of JNI native code.
Robin Watts
2016-11-03
jni: Make it easy to use stext without options.
Sebastian Rasmussen
2016-11-03
jni: Only release stext options when present.
Sebastian Rasmussen
2016-11-02
jni: Add AndroidImage, using Android Bitmaps to create Images.
Sebastian Rasmussen
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-26
Update ios/android to use new way of passion stext options.
Sebastian Rasmussen
2016-10-21
jni: Update mupdf_native.h.
Tor Andersson
2016-10-16
Avoid casting when dropping super objects.
Sebastian Rasmussen
2016-10-07
Update Android build with fz_font/fz_colorspace API changes.
Robin Watts
2016-09-23
JNI: Improve string/name encoding handling.
Robin Watts
2016-09-23
Android example: move kankan module.
Fred Ross-Perry
2016-09-23
JNI: Fix typo in logic.
Robin Watts
2016-09-23
JNI: Rework conversion functions and nulls.
Robin Watts
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-09-18
JNI: Finalizers must be able to run with pointer being null.
Sebastian Rasmussen
2016-09-17
Java bindings: Improve exception messages
Robin Watts
2016-09-16
Call Memento_fin in java Document_destroy().
Robin Watts
2016-09-16
Android JNI context fixes.
Robin Watts
2016-09-16
JNI: Handle the case where an object's native pointer is NULL.
Sebastian Rasmussen
2016-09-16
JNI: Do not fail on using null as a value in a dictionary.
Sebastian Rasmussen
2016-09-16
JNI: Check if get_context has thrown exception,
Sebastian Rasmussen
2016-09-16
JNI: Avoid throwing IllegalargumentException.
Sebastian Rasmussen
2016-09-16
JNI: Avoid getting context if not needed.
Sebastian Rasmussen
2016-09-16
JNI: Remove forgotten FIXME.
Sebastian Rasmussen
2016-09-15
JNI: Ensure that BufferInputStream position is in range.
Sebastian Rasmussen
2016-09-15
JNI: Catch fitz exceptions and convert to Java exceptions.
Sebastian Rasmussen
2016-09-15
JNI: Don't replace Java exception with one from fitz.
Sebastian Rasmussen
2016-09-15
JNI: Throw IllegalArgumentException for null arguments.
Sebastian Rasmussen
2016-09-15
JNI: Delete global ref to Separation class after use.
Sebastian Rasmussen
2016-09-15
JNI: Rename member variable to fit with usage.
Sebastian Rasmussen
2016-09-15
JNI: Check context in consistent way.
Sebastian Rasmussen
2016-09-15
JNI: Fix compiler warning about unused variables.
Sebastian Rasmussen
2016-09-14
Rename helper function in mupdf_native.c
Robin Watts
2016-09-14
Android example - Add proofing support.
fred ross-perry
2016-09-14
Android example - drawing ink annotations
fred ross-perry
2016-09-14
Fix clang compiler warnings.
Sebastian Rasmussen
2016-09-08
Add options to control heuristics in structured text.
Sebastian Rasmussen
2016-09-08
JNI: Separating big fz_try()s into smaller scopes.
Sebastian Rasmussen
2016-09-08
JNI: Remove redundant cleanup.
Sebastian Rasmussen
2016-09-08
JNI: Delete local reference to text span font.
Sebastian Rasmussen
2016-09-08
JNI: Copy data back to Java arrays.
Sebastian Rasmussen
[next]