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
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
2016-10-28
Clean up link destination handling.
Tor Andersson
2016-10-21
Clean up pdf_add_image to handle unknown image formats more robustly.
Tor Andersson
2016-10-21
Clean up FZ_IMAGE_XXX enums and purge unused FZ_IMAGE_JBIG2.
Tor Andersson
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-18
All external drop functions handles NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-18
Remove unused luminosity.
Sebastian Rasmussen
2016-10-16
Avoid casting when dropping super objects.
Sebastian Rasmussen
2016-10-13
crypt: Handle null pointer when dropping crypt object.
Sebastian Rasmussen
2016-10-12
Fix (harmless) typo in function prototypes.
Tor Andersson
2016-10-12
Always call fz_drop_document() to drop the document.
Sebastian Rasmussen
2016-10-11
Free document in fz_drop_document(), not in subclassing documents.
Sebastian Rasmussen
2016-10-07
Add ctx to fz_font functions.
Robin Watts
2016-10-07
pdf: Support UTF-8 encoded text strings.
Tor Andersson
2016-10-07
pdf: Separate functions to read text strings and text streams as UTF-8.
Tor Andersson
2016-10-07
pdf: Remove unneccessary document argument to pdf_to_utf8 etc.
Tor Andersson
2016-10-07
Add annotation editing functions and clean interface of existing ones.
Tor Andersson
2016-10-07
Remove separate tmp/deleted/changed annotation lists.
Tor Andersson
2016-10-06
Hide internals of fz_colorspace
Robin Watts
[next]