summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2011-12-08Fix regression from main; no "invalid password" errorRobin Watts
2011-12-08Fix SEGV with "1439 - color softmask fails to draw jpx image.pdf"Robin Watts
2011-12-08Fix lack of output with "719 - EOF incorrectly detected.pdf"Robin Watts
2011-12-08Fix possible NULL dereference in pdf_resolve_indirectRobin Watts
2011-12-08Fix SEGV seen when repairing SumatraPDF1.1DOS.pdfRobin Watts
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Ignore invalid color key Masks that contain non-integer values.Tor Andersson
2011-12-07Fix tile coverage calculations.Robin Watts
2011-12-07Fix tile coverage calculations.Robin Watts
2011-12-06Remove dead (duplicated) code from pdf_fontfile.cRobin Watts
2011-12-06Remove dead (duplicated) code from pdf_fontfile.cRobin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-11-24Fix *STUPID* error in recent clipping changes.Robin Watts
2011-11-24Bug 692506: Improve repairing by accepting broken dictionaries.Robin Watts
2011-11-17Bug 692424: make repair cope better with missing endobjRobin Watts
2011-11-17Bug 692478: Honour decode arrays for jpx imagesRobin Watts
2011-11-17AES encryption tweak; strings can be 0 bytes longRobin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14mupdf clip path handling; revert commit 2f8acb0Robin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-11-01Don't round the mediabox when loading the pdf_page object.Tor Andersson
2011-10-25Treat garbage in PDFDocEncoding low code points as spaces.Tor Andersson
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-09-06Don't invoke tiling device calls when there is only one tile to be drawn.Tor Andersson
2011-09-06Support empty and little-endian UTF-16 strings.Tor Andersson
2011-09-04Fix bug where PDF version of document was not correctly parsed.Sebastian Rasmussen
2011-09-02Fix bug 692248. Ensure objstm references are valid.Tor Andersson
2011-09-02Relax length requirements of ID and U keys in encryption dictionaries.Tor Andersson
2011-09-02Add Droid Sans Mono as a substitute font.Tor Andersson
2011-09-01Manage linewidth state correctly when rendering text with stroking.Tor Andersson
2011-09-01Use correct concatenation order for XObject matrix.Tor Andersson
2011-08-31Make in_array state a local variable to cope with broken XObject streams.Tor Andersson
2011-08-29Check for and disallow image depths greater than 16.Tor Andersson
2011-08-09Fix bug 692312.Tor Andersson
2011-08-09Fix bug 692272: use the softmask_ctm when drawing soft masks.Tor Andersson
2011-08-06Allocate a re-entrant safe buffer for interpreting content streams.Tor Andersson
2011-08-06Move Dynalab tricky font check to cover simple fonts as well.Tor Andersson
2011-08-01Add support for colored Type3 glyphs (ones that use d0).Robin Watts
2011-07-29Bug 692382: Fix typo that broke encryption support.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts