index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
tools
/
murun.c
Age
Commit message (
Expand
)
Author
2017-07-27
murun: Remember to js_endtry() before returning.
Sebastian Rasmussen
2017-07-19
Add spots to fz_pixmaps.
Robin Watts
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-06-22
Use unsigned char arrays in hexdumped data.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-03
Tweak pdf_graft_map API.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-05-19
Fix 697898: Typo in iterator in JS Page.getLinks().
Tor Andersson
2017-05-08
js: Propagate errors from JS devices to fitz.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-27
Use feature defines in tools.
Tor Andersson
2017-04-20
js: Push annotation error handling down to library.
Sebastian Rasmussen
2017-04-20
js: Add set/get of interior color of annotations.
Sebastian Rasmussen
2017-04-14
js: Avoid duplicating cleanup code.
Sebastian Rasmussen
2017-04-14
js: Deleting an annotation has no return value.
Sebastian Rasmussen
2017-03-31
Fix typo in PDFAnnotation.setQuadPoints.
Tor Andersson
2017-03-28
Rejig fz_new_device to be fz_new_derived_device.
Robin Watts
2017-03-27
Tweak document_writer - don't pass dev back in.
Robin Watts
2017-03-22
Rename fz_putc/puts/printf to fz_write_*.
Tor Andersson
2017-02-21
Fix typo in ffi_PDFAnnotation_setColor.
Tor Andersson
2017-02-21
The 'count' array in pdf_annot_set_ink_list takes number of points.
Tor Andersson
2016-12-27
js: Fix allocator callbacks so they don't throw fitz exceptions.
Tor Andersson
2016-12-08
Update pdf_array_put to allow extension.
Robin Watts
2016-11-23
js: Add setUserCSS function.
Tor Andersson
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Add optional 'object' argument to pdf_add_stream.
Tor Andersson
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-26
Introduce options for structured text.
Sebastian Rasmussen
2016-10-26
js: Handle null for all options supplied as strings.
Sebastian Rasmussen
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
[next]