index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-09-08
Add options to control heuristics in structured text.
Sebastian Rasmussen
2016-09-08
Make fz_option_eq() available outside of pdf-writer.
Sebastian Rasmussen
2016-09-08
Handle too big pixmap by printing error message in X11 viewer.
Sebastian Rasmussen
2016-09-08
JS: Add Path.bound() and Path.transform() similar to JNI.
Sebastian Rasmussen
2016-09-08
EPUB and XPS may only be zip archives or directories.
Sebastian Rasmussen
2016-09-08
Add support for GNU tar archives.
Sebastian Rasmussen
2016-09-08
Make fz_archive a generic archive type.
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
2016-09-08
JNI: Make sure to keep fitz objects passed to Java objects.
Sebastian Rasmussen
2016-09-08
JNI: Handle errors from AndroidBitmap_unlockPixels().
Sebastian Rasmussen
2016-09-08
JNI: Move failure testing code outside of fz_try().
Sebastian Rasmussen
2016-09-08
JNI: Use Android enum for detecting failure.
Sebastian Rasmussen
2016-09-08
JNI: Add a number of new to_*() C to Java conversions.
Sebastian Rasmussen
2016-09-08
JNI: Handle exceptions from JVM properly.
Sebastian Rasmussen
2016-09-08
JNI: Cosmetic reordering of code.
Sebastian Rasmussen
2016-09-08
JNI: Throw OutOfBoundsException for out of range values.
Sebastian Rasmussen
2016-09-08
JNI: Throw IOException when Buffer fails to read/write.
Sebastian Rasmussen
2016-09-08
JNI: Make exceptions unchecked.
Sebastian Rasmussen
2016-09-08
JNI: Check arguments and throw suitable exceptions.
Sebastian Rasmussen
2016-09-06
Devices now handle colorspace being NULL as alpha-only.
Sebastian Rasmussen
2016-09-06
Luminosity transparency group must have colorspace when used as softmask.
Sebastian Rasmussen
2016-09-05
Mutool clean: Avoid "Not a dict (<NULL>)" error
Robin Watts
2016-09-05
mutool clean: Fixes seen as part of bug 697092 investigation.
Robin Watts
2016-09-01
Use fz_convert_color().
Sebastian Rasmussen
2016-09-01
JNI: Support size() and push() for arrays.
Sebastian Rasmussen
2016-09-01
JNI: Keep arguments before giving them to constructor.
Sebastian Rasmussen
2016-09-01
JNI: get_context() may throw error and should be handled separately.
Sebastian Rasmussen
2016-09-01
JNI: Do not check self pointer, it is always valid.
Sebastian Rasmussen
2016-09-01
JNI: Check for exceptions after calling method.
Sebastian Rasmussen
2016-09-01
JNI: Use short form of NULL checks.
Sebastian Rasmussen
2016-09-01
JNI: Use jboolean/JNI_TRUE/JNI_FALSE everywhere.
Sebastian Rasmussen
2016-09-01
JNI: Whitespace/comment/error message cleanup.
Sebastian Rasmussen
2016-09-01
JNI: Remove unused nativeAnnots/-Links.
Sebastian Rasmussen
2016-09-01
JNI: Remove unused variables and cast byte array region.
Sebastian Rasmussen
2016-09-01
JNI: Update to new pdf_load_stream interface.
Sebastian Rasmussen
2016-09-01
Always use glyph aliases when creating encoding tables.
Tor Andersson
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-09-01
Simplify PDF resource caching table handling.
Tor Andersson
2016-08-30
Don't try to copy a NULL dictionary.
Tor Andersson
2016-08-30
Fix pdfextract for optional pixmap alpha changes.
Tor Andersson
2016-08-30
Use U+FFFD instead of '?' for bad encodings in text extraction.
Tor Andersson
2016-08-30
js: Add PDFObject.length and PDFObject.push() to handle arrays.
Tor Andersson
2016-08-24
Add pdf_array_find to look up the index of an object in an array.
Tor Andersson
2016-08-24
Bug 696983 - Fix bidirectional XPS spacing.
Tor Andersson
2016-08-24
When NULL is added to PDF dicts/arrays, insert null objects.
Sebastian Rasmussen
2016-08-24
Be stricter in what can be added into arrays/dicts.
Sebastian Rasmussen
2016-08-24
Do not resolve PDF dict keys before using them.
Sebastian Rasmussen
[prev]
[next]