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
/
pdf
Age
Commit message (
Expand
)
Author
2017-01-09
Remove some dead code.
Tor Andersson
2017-01-02
Fix leak of image mask.
Sebastian Rasmussen
2016-12-27
js: Fix allocator callbacks so they don't throw fitz exceptions.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-12-23
Don't add bogus entries when pdf_update_object is called with NULL.
Tor Andersson
2016-12-23
Cope with NULL resource and concents arguments to pdf_add_page.
Tor Andersson
2016-12-19
Fix typo in dictionary entry sorting.
Sebastian Rasmussen
2016-12-19
Make pdf_trailer() return NULL if there is no xref.
Sebastian Rasmussen
2016-12-16
Also repair object streams when repairing on the fly.
Tor Andersson
2016-12-16
Bug 697412: When repairing, forget the previous xref.
Tor Andersson
2016-12-16
pdf: Don't allow incremental writes on a new document.
Tor Andersson
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
Sebastian Rasmussen
2016-12-14
Move checks as early as possible, outside of fz_try().
Sebastian Rasmussen
2016-12-14
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-12-14
Split out jpx handling in separate function.
Sebastian Rasmussen
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-12-14
Bug 697400: Mark visited objects when counting OCG layer entries.
Sebastian Rasmussen
2016-12-12
Make more pdf functions private.
Tor Andersson
2016-12-12
PDF Portfolio support.
Robin Watts
2016-12-12
pdf: Fix bug 697431.
Tor Andersson
2016-12-12
pdf: Add missing prepare_object_for_alteration calls.
Tor Andersson
2016-12-12
Change pdf_dict_put_val to pdf_dict_put_val_null.
Tor Andersson
2016-12-08
Update pdf_array_put to allow extension.
Robin Watts
2016-12-08
Fix incorrect recursive object marking.
Robin Watts
2016-11-23
Fix object leak in pdf_array_put_drop() and pdf_dict_put_val_drop().
Sebastian Rasmussen
2016-11-23
Fix sorting of cmap lists.
Tor Andersson
2016-11-23
Fix pdf-write bug when ascii encoding.
Robin Watts
2016-11-22
Rearrange CMap resources. Only include the ones that are used.
Tor Andersson
2016-11-22
Fix const compiler warning.
Sebastian Rasmussen
2016-11-21
Fix a few cases where pdf_unmark_obj wasn't always being called on errors.
Tor Andersson
2016-11-21
Harden viewers against failures when loading outlines.
Tor Andersson
2016-11-17
Rename openssl flags to libcrypto.
Sebastian Rasmussen
2016-11-16
pdf: Add x and y output parameters to pdf_lookup_anchor.
Tor Andersson
2016-11-16
pdf: Use '#page=N' for remote destination pages.
Tor Andersson
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
2016-11-14
pdf: Don't pass form UI events to link annotations.
Tor Andersson
2016-11-14
pdf: Use URI dictionary for relative URIs.
Tor Andersson
2016-11-14
Fix return in void function.
Tor Andersson
2016-11-14
Continued Layer API work.
Robin Watts
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-14
Add/fix page coordinates to link targets.
Tor Andersson
2016-11-14
Add optional 'object' argument to pdf_add_stream.
Tor Andersson
2016-11-11
Add pdf_layer configuration API.
Robin Watts
2016-11-07
Default background of luminosity masks should be black.
Robin Watts
2016-11-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
2016-11-02
Use pdf_annot_border to get the border width of an annotation.
fred ross-perry
2016-11-02
Fix 697284: The origin was incorrectly calculated for rotated pages.
Tor Andersson
2016-11-01
When hinted object is not found, avoid return from within fz_try().
Sebastian Rasmussen
[next]