summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2013-01-22Bug 693527: Avoid JP2K images with themselves as their SMask.Robin Watts
2013-01-15Bug 693545: Fix typo in previous commit.Robin Watts
2013-01-11Bug 693545: Extend pdfwrite to remove identical streams.Robin Watts
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2013-01-04Make token enum a type to ease debuggingSebastian Rasmussen
2013-01-04Bug 693503: Fix stack overflows due to infinite recursion.Robin Watts
2013-01-03Bug 693503: Fix leak of pdf object.Robin Watts
2013-01-03Bug 693503: Fix SEGV during pdf function loading from broken file.Robin Watts
2013-01-03Squash 2 warnings about fz_warn without a string literal.Robin Watts
2013-01-03Improve mutool clean behaviour on broken streams.Robin Watts
2013-01-02Bug 693503: Fix overlong (seemingly infinite) loop of warnings.Robin Watts
2013-01-02Bug 693503: Fix memory leak in forms handlingRobin Watts
2013-01-02Bug 693503: Fix leak/illegal memory write caused by stale pointerRobin Watts
2012-12-24Bug 693503: Fix leak while writing a broken file.Robin Watts
2012-12-21Bug 693503: Fix infinite recursion in OCGs.Robin Watts
2012-12-21Bug 693503: Fix SEGV in pdf_function.Robin Watts
2012-12-20Bug 693503: Fix stack corruption in pdf_crypt due to overlong keyRobin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-14Bug 693503: Fix out of bounds memory access.Robin Watts
2012-12-14Bug 693503: Fix SEGV/memory problems in AES.Robin Watts
2012-12-13Bug 693463: TR2 is defined for gstates, not for SMasks.Robin Watts
2012-12-13Bug 693290: Fix use after free in obj stream handling.Robin Watts
2012-12-13Bug 693290: PDF cmap range warningsRobin Watts
2012-12-13Forms: refactor form resetPaul Gardiner
2012-12-12Fix use of text_bbox with pattern filled text.Robin Watts
2012-12-08Fix blend.ai.pdf - Missing "exclusion" textRobin Watts
2012-11-30Bug 693290: Harden pdf interpreter.Robin Watts
2012-11-30Bug 693290: Fix for potential infinite recursion reading xrefs.Robin Watts
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-29Fix a couple of leaksPaul Gardiner
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-29Bug 693463: Fix various memory leaks.Robin Watts
2012-11-28Bug 693443: Don't check for fz_opts being NULL in pdf_write_documentRobin Watts
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-21Forms: ensure changed widgets are marked dirty rather than parent fieldPaul Gardiner
2012-11-20Fix android javascript build compile error.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-19Add image subsampling function.Robin Watts
2012-11-19Tweak image decode downscale factor internals.Robin Watts
2012-11-19javascript fix typo in util functionPaul Gardiner
2012-11-08Forms: correctly handle setting the value of a checkbox fieldPaul Gardiner
2012-11-08Forms: handle all color types in Field.setTextColorPaul Gardiner
2012-11-07Javascript: add alerts to keystroke-checking utility functionsPaul Gardiner
2012-11-07Javascript: implement Field.namePaul Gardiner
2012-11-06javascript: implement util.printfPaul Gardiner
2012-11-01Forms: extend setFillColor implementation to include text widgetsPaul Gardiner
2012-10-31Forms: add focus and blur actionsPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-29Forms: always use inherited version of default appearanceSebastian Rasmussen
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner