summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: Update freetype to fix SEGVRobin 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-21Use new ADD_WITH_SAT macro in place of expanded code.Robin Watts
2012-12-21Bug 693503: Fix SEGV in pdf_function.Robin Watts
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix stack corruption in pdf_crypt due to overlong keyRobin Watts
2012-12-20Add win32/Profile directory to .gitignoreRobin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-20Add freetype include files to the win32 project.Robin Watts
2012-12-19Android: maintain the scroll position within the file picker between viewsPaul Gardiner
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-19Bug 693503: Fix potential SEGV in bitmap scalers.Robin Watts
2012-12-18Memento: Avoid stack overflows while listing leaked blocks.Robin Watts
2012-12-18Bug 693503: Fix out of bounds memory access in scaler.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-18Android: avoid null exceptions when visiting protected directoriesPaul Gardiner
2012-12-18Android: add directory navigation to the file pickerPaul Gardiner
2012-12-14Bug 693503: Fix out of bounds memory access (fax decoder)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 693290: Avoid potential infinite loop in xps path parsing.Robin Watts
2012-12-13Bug 693462: Tweak X11 app startup.Robin Watts
2012-12-13Bug 693487: fix error handling in doc/multi-threaded.cRobin Watts
2012-12-13Bug 693463: TR2 is defined for gstates, not for SMasks.Robin Watts
2012-12-13Bug 693290: Potential NULL deref in xpsRobin Watts
2012-12-13Bug 693290: PNG image fuzzing issues.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-13Android: add hooks to the app to handle GoToR linksPaul Gardiner
2012-12-13Forms: refactor form resetPaul Gardiner
2012-12-12Fix use of text_bbox with pattern filled text.Robin Watts
2012-12-12Fix fz_try/fz_catch in overflow case.Robin Watts
2012-12-12Fix whitespace.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-12-08Fix blend.ai.pdf - Missing "exclusion" textRobin Watts
2012-12-08Bug 693290: Missed line from earlier patch causing SEGV.Robin Watts
2012-12-08Optimise sharp scan conversion as we did with aa scan conversion.Robin Watts
2012-12-08ios: Add button to highlight links.Tor Andersson
2012-12-08ios: Use fz_document interface directly.Tor Andersson
2012-12-08ios: Use setRootViewController instead of addSubview.Tor Andersson