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
/
mupdf_native.c
Age
Commit message (
Expand
)
Author
2017-05-29
java: Avoid casts where original type can be used.
Sebastian Rasmussen
2017-04-28
jni: Include "mupdf/ucdn.h" explicitly.
Sebastian Rasmussen
2017-04-20
jni: Pass independent character matrices when walking through text.
Sebastian Rasmussen
2017-04-20
jni: Fix typo in native identifier.
Sebastian Rasmussen
2017-04-20
jni: to_Annotation() may fz_throw(), make it safe.
Sebastian Rasmussen
2017-04-20
jni: PDFAnnotation and PDFPage additions.
Sebastian Rasmussen
2017-04-20
jni: Implement missing interfaces.
Sebastian Rasmussen
2017-04-20
jni: Check that JNI enums match those in the library.
Sebastian Rasmussen
2017-04-18
jni: Propagate exception message, do not override it.
Sebastian Rasmussen
2017-04-18
jni: Clear java exception when rethrow via fz_throw().
Sebastian Rasmussen
2017-04-18
jni: NewStringUTF() may throw exception, handle this.
Sebastian Rasmussen
2017-04-18
jni: Use consistent naming in conversion functions.
Sebastian Rasmussen
2017-04-13
Export fz_recognize_document and use it in java code.
Sebastian Rasmussen
2017-03-28
Java fixes.
Tor Andersson
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2017-03-27
Tweak document_writer - don't pass dev back in.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-03-01
Add PDFPage and PDFAnnotation subclasses.
Tor Andersson
2017-02-21
java: Fix typo in authenticatePassword.
Tor Andersson
2017-02-20
android: Use system fonts as fallback instead of compiling binary blobs.
Tor Andersson
2017-02-14
Fix patch drawing in AndroidDrawDevice.
Tor Andersson
2017-02-14
java: Make PDFDocument a subclass of Document.
Tor Andersson
2017-02-06
Add bookmarks so we can find a location after reflowing a document.
Tor Andersson
2017-01-23
android: Add ndk-build makefile to build JNI library for android viewers.
Sebastian Rasmussen
2017-01-17
Fix typos.
Sebastian Rasmussen
2017-01-09
java: Handle outlines with duff links.
Tor Andersson
2017-01-09
java: Fix encoding problems when turning strings into java strings.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
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-03
Fix MSVC build of JNI native code.
Robin Watts
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-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
JNI: Fix typo in logic.
Robin Watts
2016-09-23
JNI: Rework conversion functions and nulls.
Robin Watts
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
[prev]
[next]