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-xref.c
Age
Commit message (
Expand
)
Author
2017-11-08
Bug 698704: Fix for overflow check failing due to 'clever' compiler.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-16
Print warning when PDF version number is not a known version.
Tor Andersson
2017-10-16
Check for integer overflow when validating new style xref Index.
Tor Andersson
2017-10-13
Simple PCLm device.
Robin Watts
2017-10-12
Don't cache page count in pdf_document.
Tor Andersson
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-09-07
Use dict_put_drop/array_push_drop wherever possible.
Sebastian Rasmussen
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-15
Avoid using unsupported alternate form printing of hex number.
Sebastian Rasmussen
2017-08-02
Bug 698279: Throw exception if xref object number offset too big.
Sebastian Rasmussen
2017-07-06
fz_var() variables must be initialized before fz_try.
Sebastian Rasmussen
2017-06-22
Add const to pdf_toname.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Drop pdf document if creation fails.
Sebastian Rasmussen
2017-06-16
Do not throw exception when dropping pdf document.
Sebastian Rasmussen
2017-06-03
Add pdf_keep_document.
Robin Watts
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Typedef function pointers consistently.
Tor Andersson
2017-04-27
Move fz_outline and pdf_xref debug printing to pdfshow.c
Tor Andersson
2017-04-27
Use FZ_SEEK_SET macros for fz_seek.
Tor Andersson
2017-04-27
Include required system headers.
Tor Andersson
2017-04-13
Move extension/mimetype detection to common function.
Sebastian Rasmussen
2017-03-28
Return fz_document from all document handlers.
Sebastian Rasmussen
2017-03-23
Introduce fz_new_derived_...
Robin Watts
2017-03-01
Add page lookup cache for faster link destination lookups in outlines.
Tor Andersson
2017-01-17
Fix typos.
Sebastian Rasmussen
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-23
Don't add bogus entries when pdf_update_object is called with NULL.
Tor Andersson
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-12
PDF Portfolio support.
Robin Watts
2016-11-16
pdf: Add 'compressed/raw' flag to pdf_add_stream.
Tor Andersson
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
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-03
Fix signed/unsigned and size_t/int/fz_off_t warnings.
Robin Watts
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-18
Internal drop functions don't need to check for NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
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
pdf: Remove unneccessary document argument to pdf_to_utf8 etc.
Tor Andersson
2016-10-06
Update Xref reading code to cope with 19 byte entries.
Robin Watts
2016-09-23
Fix leak in error case of pdf_add_stream.
Robin Watts
2016-09-22
Bug 697015: Avoid object references vanishing during repair.
Robin Watts
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-09-16
Remove unused variable.
Robin Watts
[next]