summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2014-10-22Fix warnings.Tor Andersson
2014-10-04Avoid redefinition warning from clang when building cmapdump.cJoseph Heenan
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
2014-09-22Ensure that TIFFs with resolution set to zero get sane values.Robin Watts
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-09-08Bug 695440: fix buffer underflows in load-jpeg.cSimon Bünzli
2014-09-08Update test-device to check images piecemeal.Robin Watts
2014-09-02Fix windows build breakages due to missing NAN and INFINITY.Robin Watts
2014-09-02Fix memory leaks in test_device.Robin Watts
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-09-02Clean some whitespace.Tor Andersson
2014-09-01Performance improvement for test-device.Robin Watts
2014-08-27Revise test-device; thresholding and exhaustive checking.Tor Andersson
2014-08-27Allow NULL callback functions in the mesh processor.Tor Andersson
2014-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
2014-08-19Only include jmemcust.h when building our own libjpeg.Tor Andersson
2014-08-19don't always write to Visual Studio's Output console in debug buildsSimon Bünzli
2014-08-19don't render non-empty dashing with zero-length phaseSimon Bünzli
2014-08-11Fix commit: Minor optimization in test_device.Tor Andersson
2014-07-18fix off-by-one error in fz_unblend_masked_tileSimon Bünzli
2014-07-18fix potential memory leak in load-jpx.cSimon Bünzli
2014-07-18allow 1-bit colormaps for TIFF imagesSimon Bünzli
2014-07-17Minor optimization in test_device.Ray Johnston
2014-07-17Add feature testing device, and call it from mudraw with -T flag.Tor Andersson
2014-07-01Remove some trailing space.Matt Holgate
2014-06-30Fix coding style issues and remove C99 mid-block declaration.Matt Holgate
2014-06-26Partially revert "Add missing fz_var() and fix potential memory leak."Matt Holgate
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