summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2012-12-24Bug 693503: Fix leak while writing a broken file.Robin Watts
2012-12-21Use new ADD_WITH_SAT macro in place of expanded code.Robin Watts
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-18Memento: Avoid stack overflows while listing leaked blocks.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-14Bug 693503: Fix out of bounds memory access (fax decoder)Robin Watts
2012-12-14Bug 693503: Fix SEGV/memory problems in AES.Robin Watts
2012-12-13Bug 693290: PNG image fuzzing issues.Robin Watts
2012-12-12Fix fz_try/fz_catch in overflow case.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-12-08Bug 693290: Missed line from earlier patch causing SEGV.Robin Watts
2012-12-03Tweak fz_try/fz_always/fz_catch to handle throws from within always.Robin Watts
2012-12-03Fix potential infinite loop in jpeg error handling code.Robin Watts
2012-11-30Bug 693290: Various fixes found from fuzzing.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-29Bug 693463: Fix various memory leaks.Robin Watts
2012-11-28Skip BOM in UTF-8 encdoded XML documents too.Tor Andersson
2012-11-28Remove 2 unused variables.Robin Watts
2012-11-27Tweak image color conversionRobin Watts
2012-11-27Skip BOM in XML parser which was confusing the XPS parser.Tor Andersson
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21Bug 693458: Fix subscaler logic.Robin Watts
2012-11-21Bug 693458: Fix calculation of pointer offset in subsampler.Robin Watts
2012-11-21Bug 693458: Fix previous image subsample factor commit.Robin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-21ARM optimised fast_cmyk_to_rgb code.Robin Watts
2012-11-21Bug 693458: Fix typo in fax decoder.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-20Rename "tolower" back to "fz_tolower"Chris Liddell
2012-11-19Add image subsampling function.Robin Watts
2012-11-19Tweak image decode downscale factor internals.Robin Watts
2012-11-19Enable android profiler build.Robin Watts
2012-11-19Attempt to speed up fax decompression.Robin Watts
2012-11-16Implement fast_cmyk_to_rgb without calling cmyk_to_rgb.Robin Watts
2012-11-16Rejig cmyk_to_rgb to avoid repeated muls.Robin Watts
2012-11-16Only invert color values, not alpha, in fz_invert_pixmap_rect.Tor Andersson
2012-11-16Add functions to highlight and copy text selections.Tor Andersson
2012-11-16Move text searching function into fitz.Tor Andersson
2012-11-16Add fz_write_buffer_rune to append a utf-8 character to a buffer.Tor Andersson
2012-10-29Support partial update in pdfapp.cPaul Gardiner
2012-10-29Add fz_update_pagePaul Gardiner
2012-10-25Support separate rendering of the main page contents and the annotationsPaul Gardiner
2012-10-17First steps towards supporting transitions.Robin Watts
2012-10-17Fix warning; pdf_js_supported not prototyped.Robin Watts
2012-10-11Android Forms: pass in mouse events and handle updatingPaul Gardiner
2012-10-08Bug 693368: Fix typo "atin2f".Robin Watts