summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2013-02-11Fix problem with text selection caused by 0399332d54Paul Gardiner
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Add some 'restrict' qualifiers to hopefully speed matrix ops.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-06Fix SEGVs seen on unix caused by the fz_output commit.Robin Watts
2013-02-06Tweak text extraction block creation.Robin Watts
2013-02-05Tweak HTML output.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Improve exception handling in fz_bound_t3_glyphPaul Gardiner
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-25Make strdup take a const char * to silence some warnings.Tor Andersson
2013-01-23Bug 693520: Fix rendering of non-orthogonal gradients.Robin Watts
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2013-01-11Attempt to fix SEGVs seen in fax decoder.Robin Watts
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2013-01-03Improve mutool clean behaviour on broken streams.Robin Watts
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