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-resources.c
Age
Commit message (
Expand
)
Author
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-03-16
Add simple CJK font creation.
Tor Andersson
2018-03-07
Distinguish between simple and CID font resources in cache.
Tor Andersson
2018-02-13
Use indirect references when pre-loading image resources.
Tor Andersson
2017-06-27
pdf: Avoid causing segfault if image object cannot be preloaded.
Sebastian Rasmussen
2017-04-27
Avoid typecasting function pointers in subclasses.
Tor Andersson
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-01-17
Add value destructor callback to fz_hash_table.
Tor Andersson
2016-10-18
All external drop functions handles NULL.
Sebastian Rasmussen
2016-10-12
Fix (harmless) typo in function prototypes.
Tor Andersson
2016-09-01
Simplify PDF resource caching table handling.
Tor Andersson
2016-07-13
Use fz_malloc_struct rather than fz_calloc.
Robin Watts
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-02-29
Simplify res_image_get_md5.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel