summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2014-01-16fix memory leaks in pdf_load_jpx and fz_new_image_from_pixmapSimon Bünzli
2014-01-16disable JPEG decoding speed-ups to prevent artifactsSimon Bünzli
2014-01-13Avoid rendering errors caused by linejoins on tiny distances.Robin Watts
2014-01-13Bug 694890: Solve valgrind issues/SEGV due to use of invalid pixmapRobin Watts
2014-01-13Bug 694851: enhance fz_load_system_fontSimon Bünzli
2014-01-13verify that openjpeg actually allocates dataSimon Bünzli
2014-01-13Memento fixes for working with valgrind.Robin Watts
2014-01-10Bug 694879: Fix SEGV in draw-simple-scale.Robin Watts
2014-01-08Fix fuzzing bug due to float representation limitations.Robin Watts
2014-01-08Fuzzing fix: Overrun in fz_predict_pngRobin Watts
2014-01-08sanitize number of columns in fz_open_faxdSimon Bünzli
2014-01-08sanitize values in fz_open_predictSimon Bünzli
2014-01-07Introduce 'document handlers'.Robin Watts
2014-01-06Bug 694869: Fix indetermisms with broken PNG files.Robin Watts
2014-01-06reuse JBIG2GlobalsSimon Bünzli
2014-01-06show jbig2dec warnings/errors in stderrSimon Bünzli
2014-01-06add stub files for JPEG-XR supportSimon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Add rebinding for fz_streams.Robin Watts
2014-01-02Add rebinding for fz_output.Robin Watts
2014-01-02Bug 694585: Further improve mesh rendering timesRobin Watts
2014-01-02Bug 694585: Slow rendering of meshesRobin Watts
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2014-01-01Bug 693320: Avoid unaligned accesses in SHA routines.Robin Watts
2014-01-01tolerate inline images without EOF markersSimon Bünzli
2013-12-24Bug 694587: Fix pattern repeat calculationRobin Watts
2013-12-23Bug 694749: Fix transformation of hinted glyphsRobin Watts
2013-12-19Solve subpixel rendering problems with 270 degree rotationsRobin Watts
2013-11-27fix regression from da277059b37380d57028ff79a636f4d725c96e8fSimon Bünzli
2013-11-27track font path in fz_fontSimon Bünzli
2013-11-27Bug 694116: Solve valgrind issues in draw device.Robin Watts
2013-11-26Add const keyword to some font function parameters.Tor Andersson
2013-11-26Add fz_advance_glyph and fz_encode_character functions.Tor Andersson
2013-11-11Add hooks to load system fonts. Use them in PDF interpreter.Tor Andersson
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-11-11Remove unused variables causing warningsSebastian Rasmussen
2013-11-05Allow stroke states to be kept on the stack.Tor Andersson
2013-11-05Add binary search tree for mapping strings to void* pointers.Tor Andersson
2013-11-05Fix bug in fz_debug_xml.Tor Andersson
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson
2013-11-05Ignore <!DOCTYPE ...> declaration in XML parser.Tor Andersson
2013-11-04Make sure declarations come first. This would not compile with default wind...Michael Vrhel
2013-10-31Fix segv bug in clear_pixmap_with_value functions.Tor Andersson
2013-10-31Fix bug in gray to cmyk color converters.Tor Andersson
2013-10-31Special case clear_pixmap_with_value for CMYK colorspaces.Tor Andersson
2013-10-31Add CMYK support to PWG output.Tor Andersson
2013-10-31Add CMYK support to PAM output.Tor Andersson
2013-10-16Fix null device clip stack scissor handling.Robin Watts
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts