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-pattern.c
Age
Commit message (
Expand
)
Author
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-22
Use PDF object creation convenience functions.
Tor Andersson
2017-07-21
Reuse pattern tiles when running PDF interpreter directly.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
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
2014-01-06
fix various MSVC warnings
Simon Bünzli
2013-06-25
Rid the world of "pdf_document *xref".
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson