summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-08-29Handle missing clear codes in LZW.Sebastian Rasmussen
2012-08-29Merge branch 'master' into formsPaul Gardiner
2012-08-28Add fz_open_document_with_stream function.Tor Andersson
2012-08-23Silence some warnings.Robin Watts
2012-08-23Update Memento to match the version in gs.Robin Watts
2012-08-16Fix 64-bit integer typedefs for MSVC.Tor Andersson
2012-08-16Use ULL suffix for SHA512 constants.Tor Andersson
2012-08-16Read unsigned numbers in PNG parser to avoid negative numbersSebastian Rasmussen
2012-08-16Add SHA-384/-512 hash algorithmsSebastian Rasmussen
2012-08-16Prepare for addition of SHA-384/-512Sebastian Rasmussen
2012-08-16Make 64-bit integers available everywhere in fitzSebastian Rasmussen
2012-08-16Forms: respond to failed validation in windows appPaul Gardiner
2012-08-08Consistent use of whitespace in XML in trace device. Also print image size.Tor Andersson
2012-08-08Merge branch 'master' into formsPaul Gardiner
2012-08-07Remove fz_too_deeply_nested.Robin Watts
2012-08-06Remove old error mesages turned into comments when adding exceptionsSebastian Rasmussen
2012-08-06Free jpeg state upon decoding error, even if not fully initedSebastian Rasmussen
2012-08-06Make fz_open_file_*() always throw exceptions upon errorSebastian Rasmussen
2012-08-06Fix locking bug in path strokingSebastian Rasmussen
2012-08-06Throw exception on too deeply nested arrays/dictsSebastian Rasmussen
2012-08-06Free decoded jpx image upon errorSebastian Rasmussen
2012-08-03Forms: add basic support for choice widgets to the Windows appPaul Gardiner
2012-08-02Forms: add document dirty flagPaul Gardiner
2012-08-01Merge branch 'master' into formsPaul Gardiner
2012-07-20Pass original font name to fz_new_font from PDF interpreter.Tor Andersson
2012-07-17Handle glyphs that are too large to render as pixmaps.Tor Andersson
2012-07-17Forms: implement library api for handling list boxes and combo boxesPaul Gardiner
2012-07-17Forms: remove unhelpful type distinctionPaul Gardiner
2012-07-09Make synthetic font styles match XPS spec more closely.Tor Andersson
2012-07-09Forms: add widget enumeration, and text-widget content typePaul Gardiner
2012-07-06Remove debugging functions for release builds.Sebastian Rasmussen
2012-07-06Whitespace fixes in fitz header.Sebastian Rasmussen
2012-07-05Merge branch 'master' into formsRobin Watts
2012-07-05Cope with stray returns at the start of a JPEG stream.Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-07-05Cope with negative lengths being passed to fz_open_nullRobin Watts
2012-07-04Bug 693160: Fix bug in fz_write_buffer_bits.Robin Watts
2012-07-04Prediction filter assumes it's writing to zeroed memory.Robin Watts
2012-06-28Update tiff iamge predictor to cope with 16 bits.Robin Watts
2012-06-27Fix clipping of stroked text seen in displaylist cases.Robin Watts
2012-06-27Make ASCII85 decoding more tolerant of end of stream errors.Robin Watts
2012-06-25Fix warnings/compile error on linux.Robin Watts
2012-06-25Fix incorrect assignment in unused bitmap accessor.Sebastian Rasmussen
2012-06-25Warning fixes and various clean ups:Sebastian Rasmussen
2012-06-22Fix a char vs unsigned char warning.Robin Watts
2012-06-21Add fz_buffer_cat_pdf_string function to avoid Bug 693143.Robin Watts
2012-06-20Silence signed/unsigned conversion warning.Tor Andersson
2012-06-20Add better mechanism for enumerating annotation rectangles.Robin Watts
2012-06-19Avoid lots of const warnings.Robin Watts
2012-06-18Fix indentation and white space errors.Tor Andersson