summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2018-02-13Add fz_begin_layer/fz_end_layer.Robin Watts
2018-02-13Bug 699018: Null terminate buffer in fz_snprintf() even if too short.Sebastian Rasmussen
2018-02-12jbig2: Improve error message.Sebastian Rasmussen
2018-02-08Add 'null' output device so we can remove NULL checks in hot functions.Tor Andersson
2018-02-08Add FZ_DEBUG_HTML option to EPUB parser.Tor Andersson
2018-02-08Fix silly mistake in fz_output buffering.Tor Andersson
2018-02-06Workaround for Android: include limits.h where SIZE_MAX is used.Sebastian Rasmussen
2018-02-06Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.Sebastian Rasmussen
2018-02-06Bug 698989: Throw upon unsupported bpc when unpacking image.Sebastian Rasmussen
2018-02-06Bug 698988: Handle out of range predictors in filter.Sebastian Rasmussen
2018-02-06Remove redundant call to fz_rethrow().Sebastian Rasmussen
2018-02-06Free fz_output cache buffer when dropping fz_output.Sebastian Rasmussen
2018-02-02Generalise the null filter to handle more than a single range.Paul Gardiner
2018-02-01Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.Sebastian Rasmussen
2018-01-31Rename confusing fz_stream close callback to drop.Tor Andersson
2018-01-31Add buffering to fz_output.Tor Andersson
2018-01-31Reduce size of pool allocator blocks to minimize waste.Tor Andersson
2018-01-24Make sure to drop color converter when painting shades, even upon error.Sebastian Rasmussen
2018-01-24Bug 698904: Drop pixmap only once upon error when painting shades.Sebastian Rasmussen
2018-01-24Bug 698904: Upon error both free color converter and clear its pointer.Sebastian Rasmussen
2018-01-24Allow oversize allocations in pool allocator.Tor Andersson
2018-01-24Fix 698872: Do not trust ICC profile unconditionally in PNG files.Tor Andersson
2018-01-24Fix github issue #5: wrong return type from vec_dot in stext-device.cTor Andersson
2018-01-24Fix failure of non-incremental document saving.Paul Gardiner
2018-01-19Add fz_output_as_streamPaul Gardiner
2018-01-15Fix 698865: Warn when failing to load embedded ICC profile in PNG images.Tor Andersson
2018-01-11Only do lock checking if using custom locks.Sebastian Rasmussen
2018-01-10Handle pixmaps without alpha in fz_tint_pixmap.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2018-01-10Refactor and fix hash lookups when decoding image subarea tiles.Tor Andersson
2018-01-10Fix initializer syntax for VS2005.Tor Andersson
2018-01-04Bug 698836: Fix build with FZ_ENABLE_JPX=0.Tor Andersson
2018-01-04Add portable pseudo-random number generator based on the lrand48 family.Tor Andersson
2018-01-02Fix thread debugging code to always use ms_clock()Robin Watts
2017-12-20Bug 698827: Correct reference counting when creating pixmap from pixmap.Sebastian Rasmussen
2017-12-13Parse XML using pool allocator.Tor Andersson
2017-12-06Ensure that our ICC base spaces have colorant names.Robin Watts
2017-12-06Update fz_convert_separation_colors to cope with unnamed separations.Robin Watts
2017-12-06Bug 698801: Always copy background in when clipping an imagemask.Robin Watts
2017-11-23Allow RGB based proofing profile and output intentMichael Vrhel
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-22Use custom allocator everywhere zlib is used.Sebastian Rasmussen
2017-11-22Warn on irretrievable glyph name.Sebastian Rasmussen
2017-11-17Fix build if lcms2 is not present.Tor Andersson
2017-11-15Bug 698745: Avoid broken colorspaces in NO_ICC builds.Robin Watts
2017-11-13Bug 698369: Fix stroking issue when closepath is infinitessimal.Robin Watts
2017-11-10Remove fz_android_fprintf.Tor Andersson
2017-11-10Fix potential problem with null path segments leaving dots.Robin Watts
2017-11-10Remove unused variables.Tor Andersson
2017-11-09Bug 698307: Improve stdint.h detection logic in openjpeg wrapper.Robin Watts