summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-27Remove fz_function abstract structure.Tor Andersson
2017-04-27Remove unused fz_function debug printing.Tor Andersson
2017-04-27Use feature defines in tools.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
2017-04-27Remove public SVG header.Tor Andersson
2017-04-27Make HTML header private.Tor Andersson
2017-04-27Include "mupdf/ucdn.h" explicitly.Tor Andersson
2017-04-27Use namespace prefix for bidi defines.Tor Andersson
2017-04-27Use FZ_PATH_MAX.Tor Andersson
2017-04-27Use namespace for AES crypto code.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-04-27memento: Don't include unnecessary headers.Tor Andersson
2017-04-26Tweak gel bbox calculation.Robin Watts
2017-04-25Fix 697123: Handle nesting of block-boxes deep inside inline-boxes.Tor Andersson
2017-04-21js: Extend PDF app object with a few properties.Sebastian Rasmussen
2017-04-20Remove needless -Igenerated flags.Tor Andersson
2017-04-20Split long lists onto multiple lines.Tor Andersson
2017-04-20The default color of ink annotation is transparent.Sebastian Rasmussen
2017-04-20jni: Add constructor to duplicate existing matrix.Sebastian Rasmussen
2017-04-20jni: Pass independent character matrices when walking through text.Sebastian Rasmussen
2017-04-20jni: Fix typo in native identifier.Sebastian Rasmussen
2017-04-20jni: to_Annotation() may fz_throw(), make it safe.Sebastian Rasmussen
2017-04-20jni: PDFAnnotation and PDFPage additions.Sebastian Rasmussen
2017-04-20jni: Implement missing interfaces.Sebastian Rasmussen
2017-04-20jni: Check that JNI enums match those in the library.Sebastian Rasmussen
2017-04-20Add annotation interfaces for open state/icon name/line endings.Sebastian Rasmussen
2017-04-20Improve PDF annotation error handling.Sebastian Rasmussen
2017-04-20js: Push annotation error handling down to library.Sebastian Rasmussen
2017-04-20js: Add set/get of interior color of annotations.Sebastian Rasmussen
2017-04-20jni: Remove exposed device hints.Sebastian Rasmussen
2017-04-18Use splay trees for loading/merging cmaps.Robin Watts
2017-04-18jni: Propagate exception message, do not override it.Sebastian Rasmussen
2017-04-18jni: Clear java exception when rethrow via fz_throw().Sebastian Rasmussen
2017-04-18jni: NewStringUTF() may throw exception, handle this.Sebastian Rasmussen
2017-04-18jni: Use consistent naming in conversion functions.Sebastian Rasmussen
2017-04-18jni: Fix typo in identifier.Sebastian Rasmussen
2017-04-18Consistently use pdf_name_eq() where possible.Sebastian Rasmussen
2017-04-14js: Avoid duplicating cleanup code.Sebastian Rasmussen
2017-04-14js: Deleting an annotation has no return value.Sebastian Rasmussen
2017-04-14Scan converter; API tweak.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2017-04-13Register .fb2 extension in mupdf-gl on windows.Tor Andersson
2017-04-13Register .fb2 extension in windows viewer.Tor Andersson
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-04-13Remove obsolete script to create browsable source files.Tor Andersson
2017-04-13Add an example JPEG2000 to PDF script.Tor Andersson
2017-04-13Use addRawStream in pdf-create-lowlevel.js example script.Tor Andersson