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-interpret.c
Age
Commit message (
Expand
)
Author
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached colorspace field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached matrix field.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Update mutool clean sanitize to clean annotations too.
Robin Watts
2016-04-18
Fix broken documents after sanitize
Robin Watts
2016-03-23
Remove internal do/while braces in fz_try macros.
Tor Andersson
2016-03-15
Avoid shadowing 'stm' variable.
Robin Watts
2016-03-15
Fix leak in PDF inline image handling.
Robin Watts
2016-01-20
Various formatting cleanups.
Tor Andersson
2015-07-27
Handle out of range line join and line cap styles.
Sebastian Rasmussen
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
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-09-17
Fix whitespace.
Tor Andersson
2014-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-03-17
Ensure that BDC operators get both params.
Robin Watts
2014-03-04
Fix potential leak of pdf_process state.
Robin Watts
2014-03-04
Add pdf_process interface.
Robin Watts
2014-02-28
Fix potential illegal access.
Robin Watts
2014-02-11
fix memory leak in 08c632046474e72f2e08e54f31e31a343808f6cb
Simon Bünzli
2014-02-10
Move rdb and file entries into pdf_csi.
Robin Watts
2014-02-10
Tweak handling of PDF arrays during text object operator stream parsing.
Robin Watts
2014-01-17
Bug 694899: Avoid using invalid gstate pointer.
Robin Watts
2014-01-16
Bug 694894: Avoid throwing away an object while in use.
Robin Watts
2013-11-28
Bug 694127: Valgrind fix for pdf_decode_cmap
Robin Watts
2013-11-05
Improve stroke state function names that take the dash array length.
Tor Andersson
2013-10-14
Handle stroke+fill operations with transparency/blendmodes.
Robin Watts
2013-10-10
Use the 'rect' param to fz_clip_path.
Robin Watts
2013-09-27
fix bug 694618
Simon Bünzli
2013-09-10
correctly set indexed colors in pdf_set_color
Simon Bünzli
2013-09-04
Fix memory leak due to softmasks.
Robin Watts
2013-08-28
default OCGs to visible
Simon Bünzli
2013-08-28
fix memory leaks
Simon Bünzli
2013-07-19
Initial work on progressive loading
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-25
Update pdf_obj's to have a pdf_document field.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson