index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pdf
/
pdf_interpret.c
Age
Commit message (
Expand
)
Author
2013-02-19
Fix whitespace.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Pass content/clip bbox to device functions by value.
Tor Andersson
2013-01-25
Silence some warnings.
Tor Andersson
2013-01-04
Make token enum a type to ease debugging
Sebastian Rasmussen
2013-01-04
Bug 693503: Fix stack overflows due to infinite recursion.
Robin Watts
2013-01-03
Bug 693503: Fix leak of pdf object.
Robin Watts
2013-01-02
Bug 693503: Fix leak/illegal memory write caused by stale pointer
Robin Watts
2012-12-21
Bug 693503: Fix infinite recursion in OCGs.
Robin Watts
2012-12-19
Bug 693503: 'Flatten' display list for all type3 glyphs.
Robin Watts
2012-12-13
Bug 693463: TR2 is defined for gstates, not for SMasks.
Robin Watts
2012-12-12
Fix use of text_bbox with pattern filled text.
Robin Watts
2012-12-08
Fix blend.ai.pdf - Missing "exclusion" text
Robin Watts
2012-11-30
Bug 693290: Harden pdf interpreter.
Robin Watts
2012-11-29
Bug 693463: Various small fixes.
Robin Watts
2012-11-20
Obsess about whitespace.
Tor Andersson
2012-10-29
Add fz_update_page
Paul Gardiner
2012-10-25
Support separate rendering of the main page contents and the annotations
Paul Gardiner
2012-10-16
Forms: avoid the need to reload the page on every change
Paul Gardiner
2012-09-04
Fix error message/comment typos.
Sebastian Rasmussen
2012-08-08
Give a warning when we ignore a transfer function.
Robin Watts
2012-08-06
Remove old error mesages turned into comments when adding exceptions
Sebastian Rasmussen
2012-08-06
Free old stroke state when initing graphics state from another state
Sebastian Rasmussen
2012-08-06
Free inline image dictionary upon error parsing image
Sebastian Rasmussen
2012-08-06
Make use of fz_always instead of repeating code for error and normal path
Sebastian Rasmussen
2012-08-06
No need to check for NULL before dropping objects
Sebastian Rasmussen
2012-08-06
Fix bug where too many content stream operands cause eternal loop
Sebastian Rasmussen
2012-08-06
Only warn once about ignoring rendering errors
Sebastian Rasmussen
2012-07-05
Cope with illegal alpha values (out of range)
Robin Watts
2012-06-27
Fix text clipping operations in pdf.
Robin Watts
2012-06-25
Warning fixes and various clean ups:
Sebastian Rasmussen
2012-06-22
Rework pdf_lexbuf to allow for dynamic parsing buffers.
Robin Watts
2012-06-12
Followup to commit 120dadb; improved error handling during interpretation.
Robin Watts
2012-06-11
Fix Bug 693099: Render failure due to corrupt jpeg data.
Robin Watts
2012-05-08
Switch to reading content streams on the fly during interpretation.
Robin Watts
2012-04-19
Bug 692847: Tiling problem fix.
Robin Watts
2012-03-14
Bug 692917: Move to dynamic stroke_states.
Robin Watts
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-02-29
Fix trailing whitespace and mixed tabs/spaces in indentation.
Tor Andersson
2012-02-26
Move fz_obj to be pdf_obj.
Robin Watts
2012-02-25
Revamp pdf lexing code
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-08
Lock reworking.
Robin Watts
2012-02-06
Pass context to cmap and font descriptor functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context in path/text/shade functions.
Tor Andersson
2012-02-03
Remove extraneous blank lines.
Tor Andersson
2012-02-01
Tweak to previous pdf_decode_cmap fix.
Robin Watts
2012-01-31
Fix big 692824: incorrect application of word space.
Robin Watts
2012-01-27
Rename pdf_xref type to pdf_document.
Tor Andersson
[next]