summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
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
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-07-06Tweak mupdf clip path handling.Robin Watts
2011-06-14Fix Bug 692277: PDF file won't open.Robin Watts
2011-06-01Fix android build; bug 692222.Robin Watts
2011-05-31Fix assert in scale: see Bug 692245.Robin Watts
2011-05-02pdf_repair.c: Skip first comment after version marker.Tor Andersson
2011-04-25Check AES encrypted string length and padding values.Tor Andersson
2011-04-25Always call glyph index "gid"; not "cid" as in some places.Tor Andersson
2011-04-15Use artificial italics and emboldening for substitute font.Tor Andersson
2011-04-15Use DroidSans.ttf as substitute font.Tor Andersson
2011-04-14Fix regression introduced by bug fix for #692153Tor Andersson
2011-04-14pdf_cmap.c: Fix off-by-one error and check for integer overflow.Tor Andersson
2011-04-14Fix bug #692153: skip PDF version marker when repairing.Tor Andersson
2011-04-14Expose informational encryption details.Tor Andersson
2011-04-14Add fallback case for links accessed by button annotations.Tor Andersson
2011-04-12Fix serious bug in cmap compacting -- we forgot to set the new length.Tor Andersson
2011-04-11Add triangle caps; separate start, dash and end cap styles for XPS.Tor Andersson
2011-04-10Combine build and interpret to make csi, gstate and material private structs.Tor Andersson
2011-04-10Clean up mupdf.hTor Andersson
2011-04-10Make crypt struct opaque.Tor Andersson
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-10Make fz_obj struct opaque.Tor Andersson
2011-04-09Throw an error if none of the content stream parts could be loaded.Tor Andersson
2011-04-09Check for overflow when adding cmap table and range entries.Tor Andersson
2011-04-08Add soft limit to pixmap allocation.Tor Andersson
2011-04-08Simplify arguments to fz_new_pixmap.Tor Andersson
2011-04-08Be even less strict about broken page content array parts.Tor Andersson
2011-04-08Recover from error when only parts of the page content array are broken.Tor Andersson
2011-04-08Various patches from SumatraPDF.Tor Andersson
2011-04-08pdf: add pdf_from_ucs2 to encode a unicode string in pdfdocencoding.Tor Andersson
2011-04-08Remove inline keyword where it is not strictly necessary for performance.Tor Andersson
2011-04-07Fix bug with gsave/grestore nesting when running tiled patterns.Tor Andersson
2011-04-07Fix typo in binary search when looking for CMap resources.Tor Andersson
2011-04-07Check for zero length dash arrays.Tor Andersson
2011-04-07Use fz_stream instead of FILE* to open XPS files.Tor Andersson
2011-04-07pdf: Purge unmaintained debug/log printing messages.Tor Andersson
2011-04-07Update README files.Tor Andersson
2011-04-07Simplify makefiles by use of $(wildcard) and chained rules.Tor Andersson
2011-04-06Rename internal color conversion functions to reflect what they do.Tor Andersson