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
/
pdf-function.c
Age
Commit message (
Expand
)
Author
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-07-31
Use new fz_read_int functions.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-01-20
remove some lonely tabs and move some braces onto their own lines
Simon Bünzli
2014-10-28
fix memory leaks in load_sample_func and pdf_load_compressed_inline_image
Simon Bünzli
2014-02-17
Add const to colorspace source arguments and dependencies.
Tor Andersson
2014-01-10
Bug 694885: Avoid stack overflow in ps_run.
Robin Watts
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-11-28
Bug 694118: Fix valgrind warning caused by overflowing function
Robin Watts
2013-11-26
Bug 694113: Solve double free causing valgrind warnings.
Robin Watts
2013-06-27
Move to using a flags bit rather than "Dirty" dict entries.
Robin Watts
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson