summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret.c
AgeCommit message (Expand)Author
2014-02-28Fix potential illegal access.Robin Watts
2014-02-11fix memory leak in 08c632046474e72f2e08e54f31e31a343808f6cbSimon Bünzli
2014-02-10Move rdb and file entries into pdf_csi.Robin Watts
2014-02-10Tweak handling of PDF arrays during text object operator stream parsing.Robin Watts
2014-01-17Bug 694899: Avoid using invalid gstate pointer.Robin Watts
2014-01-16Bug 694894: Avoid throwing away an object while in use.Robin Watts
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts
2013-10-10Use the 'rect' param to fz_clip_path.Robin Watts
2013-09-27fix bug 694618Simon Bünzli
2013-09-10correctly set indexed colors in pdf_set_colorSimon Bünzli
2013-09-04Fix memory leak due to softmasks.Robin Watts
2013-08-28default OCGs to visibleSimon Bünzli
2013-08-28fix memory leaksSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-20Rearrange source files.Tor Andersson