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
2018-01-15
Bug 698857: Delete local reference after use.
Sebastian Rasmussen
2018-01-15
Use C comments instead of C++ comments.
Fred Ross-Perry
2017-11-22
jni/js: Add support for annotation modification dates.
Sebastian Rasmussen
2017-11-22
jni/js: Use correct text encoding in annotation author and contents.
Fred Ross-Perry
2017-11-22
jni/js: Add interfaces for creating UTF-16BE and PDF byte strings.
Sebastian Rasmussen
2017-11-22
jni: Remove unnecessary PDFObject.asByteName().
Sebastian Rasmussen
2017-11-22
jni: Silence warning by casting boolean to integer.
Sebastian Rasmussen
2017-11-22
jni: Fix bugs in StructuredText_getBlocks().
Fred Ross-Perry
2017-11-22
jni: Put destination coordinates into Outline object.
Fred Ross-Perry
2017-11-22
jni: Free quadpoints and vertices upon JNI error.
Sebastian Rasmussen
2017-11-22
jni: Only keep the reference when the java constructor succeeds.
Sebastian Rasmussen
2017-11-22
jni: Check for exception after allocating objects.
Sebastian Rasmussen
2017-11-22
jni: Initialize Context before using any MuPDF classes.
Sebastian Rasmussen
2017-11-22
jni: Return correct quadpoints coordinates.
Sebastian Rasmussen
2017-11-22
jni: Return correct inklist coordinates.
Sebastian Rasmussen
2017-11-22
jni: Prevent memory leak by freeing upon error.
Sebastian Rasmussen
2017-11-22
jni: Clarify initialization order in Context.
Sebastian Rasmussen
2017-11-10
Purge obsolete NDK_PROFILER code.
Tor Andersson
2017-11-10
jni: Update for StructuredText highlight and copy changes.
Tor Andersson
2017-11-08
Bug 698616: Fix use after free in Page_textAsHtml
Robin Watts
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-12
Purge out of date separation bindings.
Tor Andersson
2017-09-07
Make sure to always drop a fz_device even upon error.
Sebastian Rasmussen
2017-08-17
Fix Android java build: harfbuzz memory callbacks.
Tor Andersson
2017-08-17
Update java for structured text and other changes.
Tor Andersson
2017-08-17
Simplify stext structure and device.
Tor Andersson
2017-08-15
jni: Make jni compile again.
Sebastian Rasmussen
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-07-19
Rejig page separations interface.
Robin Watts
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-06-28
jni: Avoid freeing data buffer twice in case of error.
Sebastian Rasmussen
2017-06-27
jni: Make jni compile without warnings.
Sebastian Rasmussen
2017-06-22
jni: Include lcms2 in compilation.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Fix MSVC build of mupdf_native.c
Robin Watts
2017-06-16
platform/java/winmake.bat - Fix due to sources being moved.
Robin Watts
2017-06-03
Tweak pdf_graft_map API.
Robin Watts
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
Remove needless -Igenerated flags.
Tor Andersson
2017-04-20
jni: Add constructor to duplicate existing matrix.
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-20
jni: Remove exposed device hints.
Sebastian Rasmussen
2017-04-18
jni: Propagate exception message, do not override it.
Sebastian Rasmussen
[next]