Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-05 | mutool run: Document addSimpleFont and addCJKFont functions. | Tor Andersson | |
2018-09-05 | mutool run: Pass script path and arguments as scriptPath and scriptArgs. | Tor Andersson | |
2018-08-10 | The proper term is apparently 'filename extension', not 'suffix'. | Tor Andersson | |
2018-06-22 | Update docs to fit with new website. | Tor Andersson | |
2018-06-22 | Simplify HTML pages. | Tor Andersson | |
2018-06-02 | mutool show: Add support for wildcards in path syntax. | Tor Andersson | |
Example: mutool show $PDF pages/*/Resources/Fonts/*/Subtype | |||
2018-05-16 | js: Add Shade.bound function and bbox device example. | Tor Andersson | |
2018-05-03 | Add selector syntax to 'mutool show'. | Tor Andersson | |
2018-04-11 | Update examples. | Tor Andersson | |
2018-03-16 | Update mutool create documentation with new font creation directives. | Tor Andersson | |
2018-01-24 | docs: Mention use of an incompatible fork of lcms2. | Sebastian Rasmussen | |
2018-01-04 | Update 'mutool run' man page. | Tor Andersson | |
2017-11-23 | Bump version number to 1.12.0. | Tor Andersson | |
2017-11-17 | Purge remnants of GLFW. | Tor Andersson | |
2017-11-13 | Update docs for Android SDK. | Tor Andersson | |
2017-11-13 | docs: Put logo in title bar. | Tor Andersson | |
2017-11-13 | docs: Don't shout in the navigation bar. | Tor Andersson | |
2017-11-13 | Add sed script to update <nav> sections. | Tor Andersson | |
2017-11-10 | Update build docs to change HAVE_GLFW into HAVE_GLUT. | Tor Andersson | |
2017-11-01 | Use int64_t for public file API offsets. | Tor Andersson | |
Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API. | |||
2017-08-21 | Fix HTML entities in docs. | Tor Andersson | |
2017-07-21 | Add 'mutool trace' command. | Tor Andersson | |
2017-06-15 | Add contributor license agreement link to the docs. | Tor Andersson | |
2017-06-15 | Update how to build native examples. | Sebastian Rasmussen | |
2017-06-15 | Update android library build instructions. | Sebastian Rasmussen | |
2017-06-15 | Update android viewer build instructions. | Tor Andersson | |
The ant is dead, long live the gradle wrapper! | |||
2017-06-03 | Tweak pdf_graft_map API. | Robin Watts | |
Passing a pdf_document to pdf_graft_object to specify the source document is redundant, as if we need to know the document, it will be pickled into the object we are copying. Similarly, repeatedly having to pass the destination document seems silly when we can just pickle it into the map too (and this removes the possibility of people using a different destination document part way through). This leaves to simplifying the pdf_graft_object call, at the expense of splitting it into 2 calls - one with a map, and one without. Also, we can delay the creation of the mapping table until we are first asked to copy an object that requires deep copying. This avoids us ever having to manually pass in the source document. This has knock-on effects in the java and javascript classes, but with the advantage of being clearer in the end (IMHO). Conflicts: include/mupdf/pdf/document.h | |||
2017-04-13 | Add an example JPEG2000 to PDF script. | Tor Andersson | |
2017-04-13 | Use addRawStream in pdf-create-lowlevel.js example script. | Tor Andersson | |
The more explicit createObject, writeObject, writeRawStream idiom is shown in pdf-merge.js. | |||
2017-04-13 | Add android library build instructions. | Tor Andersson | |
2017-04-13 | Organize docs into HTML files. | Tor Andersson | |
2017-04-13 | Move all examples to docs/examples directory. | Tor Andersson | |
2017-03-29 | Happy New Year! | Sebastian Rasmussen | |
2017-01-17 | Fix typos. | Sebastian Rasmussen | |
2016-11-23 | js: Add setUserCSS function. | Tor Andersson | |
2016-11-14 | js: Update docs for annotation functions (WIP). | Tor Andersson | |
2016-11-14 | Add optional 'object' argument to pdf_add_stream. | Tor Andersson | |
2016-10-26 | js: Update docs with PDFObject accessor functions. | Tor Andersson | |
2016-10-21 | Update docs/naming.txt | Tor Andersson | |
2016-10-07 | Fix link in documentation. | Tor Andersson | |
2016-10-07 | js: Make PDFDocument, PDFPage, and PDFAnnotation subclasses. | Tor Andersson | |
Add isPDF methods to query availability of PDF specific methods. | |||
2016-08-30 | js: Add PDFObject.length and PDFObject.push() to handle arrays. | Tor Andersson | |
2016-07-14 | Fix whitespace and indentation. | Tor Andersson | |
2016-07-12 | js: Add doc.loadOutline and page.getLinks functions. | Tor Andersson | |
These just convert fz_outline and fz_link into plain JS arrays and objects with no associated native userdata. | |||
2016-07-12 | js: Update DrawDevice example. | Tor Andersson | |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson | |
Closing a device or writer may throw exceptions, but much of the foreign language bindings (JNI and JS) depend on drop to never throw an exception (exceptions in finalizers are bad). | |||
2016-07-08 | js: Add wrapper for fz_stext_page to search, select and copy text. | Tor Andersson | |
2016-07-06 | Add fitz to pdf downcasting functions for pages and annotations. | Tor Andersson | |
2016-07-06 | Add annotations to murun. | Tor Andersson | |
2016-07-06 | Add optional support for JPEG-XR. | Sebastian Rasmussen | |