Age | Commit message (Expand) | Author |
2016-10-07 | Add ctx to fz_font functions. | Robin Watts |
2016-10-07 | js: Add PDFObject explicit accessors. | Tor Andersson |
2016-10-07 | Add annotation editing functions and clean interface of existing ones. | Tor Andersson |
2016-10-07 | js: Make PDFDocument, PDFPage, and PDFAnnotation subclasses. | Tor Andersson |
2016-10-06 | Hide internals of fz_colorspace | Robin Watts |
2016-10-06 | Only build murun if we have mujs enabled. | Robin Watts |
2016-10-05 | Move fz_font definition to be private. | Robin Watts |
2016-09-09 | Fix incorrect type usage. | Robin Watts |
2016-09-08 | Add options to control heuristics in structured text. | Sebastian Rasmussen |
2016-09-08 | JS: Add Path.bound() and Path.transform() similar to JNI. | Sebastian Rasmussen |
2016-09-01 | pdf: Load/open streams by indirect reference object when possible. | Tor Andersson |
2016-08-30 | js: Add PDFObject.length and PDFObject.push() to handle arrays. | Tor Andersson |
2016-08-16 | JS: Push null if image lacks an image mask. | Sebastian Rasmussen |
2016-08-02 | JS: Add Path.curveTo*(), similar to JNI. | Sebastian Rasmussen |
2016-08-02 | JS: Add several Image.get*() methods similar to JNI. | Sebastian Rasmussen |
2016-08-02 | JS: Add Pixmap.getX() and .getY() similar to JNI. | Sebastian Rasmussen |
2016-07-15 | Add interface indicating if a document is reflowable. | Sebastian Rasmussen |
2016-07-13 | Fix MSVC build of murun | Robin Watts |
2016-07-12 | js: Add doc.loadOutline and page.getLinks functions. | Tor Andersson |
2016-07-12 | js: Check if some arguments exist before converting to boolean/number. | Tor Andersson |
2016-07-12 | js: Fix memory leak in new Image(). | Tor Andersson |
2016-07-08 | Separate close and drop functionality for devices and writers. | Tor Andersson |
2016-07-08 | js: Add wrapper for fz_stext_page to search, select and copy text. | Tor Andersson |
2016-07-06 | Add annotations to murun. | Tor Andersson |
2016-07-06 | Fix garbage collection and page grafting for indirect reference chains. | Tor Andersson |
2016-07-06 | pdf: Drop generation number from public interfaces. | Tor Andersson |
2016-06-23 | Update JNI code. Take explicit alpha argument in toPixmap functions. | Tor Andersson |
2016-06-17 | Add mediabox argument to fz_new_display_list. | Tor Andersson |
2016-06-17 | Add device space transform state to draw device. | Tor Andersson |
2016-06-17 | Use 'size_t' instead of int as appropriate. | Robin Watts |
2016-06-16 | Drop save_alpha argument from image writing functions. | Tor Andersson |
2016-06-16 | Update getStride and add getAlpha to JS bindings. | Tor Andersson |
2016-06-06 | Update MuJS. | Tor Andersson |
2016-05-30 | Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools. | Tor Andersson |
2016-05-24 | fz_pixmap revamp: add stride and make alpha optional | Robin Watts |
2016-05-20 | murun: Add Buffer#writeBuffer to allow for concatenating buffers. | Tor Andersson |
2016-05-20 | murun: Add graftObject to javascript bindings. | Tor Andersson |
2016-05-13 | murun: Add document writer object. | Tor Andersson |
2016-05-13 | Add long output option parsing. | Tor Andersson |
2016-05-13 | Update MuJS. | Tor Andersson |
2016-04-28 | Partial image decode. | Robin Watts |
2016-04-27 | Tweak pdf-write option handling. | Tor Andersson |
2016-04-27 | murun: Add pdf.deleteObject(). | Tor Andersson |
2016-04-27 | Add fz_close_device function. | Tor Andersson |
2016-04-26 | murun: Don't use 'mupdf' object; make constructors and functions global. | Tor Andersson |
2016-04-26 | murun: Print result of evaluating a line in interactive mode. | Tor Andersson |
2016-04-26 | murun: Support 'lineCap' to set start, end and dash caps together. | Tor Andersson |
2016-04-26 | murun: Automatically convert object argument to obj.writeObject(). | Tor Andersson |
2016-04-26 | murun: Add wmode and bidi-level arguments to text walker callback. | Tor Andersson |
2016-04-26 | Change order of arguments to pdf_add_page etc. | Tor Andersson |