summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2014-06-26Add missing fz_var() and fix potential memory leak.Matt Holgate
2014-06-19Fix compiler warning.Matt Holgate
2014-06-18Fix for bug #694405 - iOS Pdf CrashMatt Holgate
2014-06-10Fix library/header version error message and makefile dependency.Tor Andersson
2014-06-09Bug 695300: Sanitize draw-device stack handling in error cases.Robin Watts
2014-05-28Further fix for Bug 695260: Cope with out of memory in fz_draw_end_maskRobin Watts
2014-05-27Fix 693517: Support /SMask/Matte preblended images.Tor Andersson
2014-05-26Fix 695261: separate TM and CTM in outline extraction and stroking steps.Tor Andersson
2014-05-23Fix 695041: add special fast case for 8bpp TIFF predictor.Tor Andersson
2014-05-23Bug 695183: Inflate large buffers at a time for speed.Robin Watts
2014-05-22Fix 695222: Treat non-breaking space (U+00A0) as white space for search.Tor Andersson
2014-05-22Fix 695247: Use exponential realloc pattern and qsort for huge paths.Tor Andersson
2014-05-19Remove jmorecfg.h from includes.Chris Liddell
2014-05-19Add an application agnostic memory handler for libjpegChris Liddell
2014-05-19Fix 694952: Limit Type 3 font glyph bbox size.Tor Andersson
2014-05-12better buffer underflow protection for ba15a8cd3238a3a3c098ad8b7d96cb0e405fc26fSimon Bünzli
2014-05-12correctly bound image mask clippings in bbox deviceSimon Bünzli
2014-05-12prevent indeterminacy by uninitialized variablesSimon Bünzli
2014-05-10Fix stack overflow in fz_vfprintf.Tor Andersson
2014-05-07minor clean-upSimon Bünzli
2014-05-07Correctly round PNG image resolutionSimon Bünzli
2014-05-07Bug 695112: only patch height values in JPEG streamsSimon Bünzli
2014-05-07Fix 695112: patch JPEG streams with missing dimensionsTor Andersson
2014-05-07Bug 694801: fast_cmyk_to_rgb caching broken.Robin Watts
2014-05-06Fix 694909: revert "Force colorspaces to match with JPX images." and ...Tor Andersson
2014-05-01Fix 694084: compute number of segments in radial shading from radius.Tor Andersson
2014-04-27Bug 695171: Pointer error when padding an fz_concat machineRobin Watts
2014-04-23Fix bug 693580 by skipping xml tag namespace prefixes.Tor Andersson
2014-03-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson
2014-03-25fix warnings in fitz/printf.cSimon Bünzli
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-19Fix MSVC compiles of printf.cRobin Watts
2014-03-19Add %q and %( formatting to fz_printf to print escaped strings.Tor Andersson
2014-03-19Implement our own vsnprintf variant.Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Rework fz_streams.Robin Watts
2014-03-17Ensure that small images don't subdivide more than they should.Robin Watts
2014-02-25Bug 695040: prevent hang in path flatteningSimon Bünzli
2014-02-25Bug 694851: pass more information to fz_load_system_fontSimon Bünzli
2014-02-18Make the OpenJPEG I/O callbacks static.....Chris Liddell
2014-02-17Tweak fz_eval_function fakein/out buffer copying.Tor Andersson
2014-02-17Simplify shade vertex preparation and remove redundant memcpy calls.Tor Andersson
2014-02-17Add fz_transform_point_xy to simplify transforming a point.Tor Andersson
2014-02-17Add const to colorspace source arguments and dependencies.Tor Andersson
2014-02-10Bug 695022: Add TIFF format handlerRobin Watts
2014-02-10Bug 695022: Add support for multuple image tiff files.Robin Watts
2014-02-04Improve glyph bounding, outlining and SVG output text.Robin Watts
2014-01-22Make fz_tree_lookup iterative rather than recursive.Tor Andersson
2014-01-17Avoid overflows in floating point causing illegal accessesRobin Watts
2014-01-17Fix more Memento/Valgrind interactions.Robin Watts