summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2017-08-07Avoid scavenging 0 bytes from store when allocating 0 bytes.Sebastian Rasmussen
2017-08-07Set custom allocator for JBIG2 library.Sebastian Rasmussen
2017-08-07Set custom memory allocator for FreeType.Sebastian Rasmussen
2017-07-27Add text format document writer.Tor Andersson
2017-07-27Add fz_write_base64 function.Tor Andersson
2017-07-27Use "DeviceRGB" name for ICC based device colorspaces too.Tor Andersson
2017-07-27Fix clearing of cmyk + spots pixmaps.Robin Watts
2017-07-27Fix issue in alpha indexingMichael Vrhel
2017-07-27Fix upper bounds checks on lerp image painting.Robin Watts
2017-07-21Rename shadowing flag variable to reduce potential confusion.Tor Andersson
2017-07-21Allow caching of rendered tiles when using the display list.Tor Andersson
2017-07-21Only try caching tiles once.Tor Andersson
2017-07-21Distinguish hash slot overwrite cases.Tor Andersson
2017-07-21Remove (now needless) extern strlen declaration.Tor Andersson
2017-07-21Add 'mutool trace' command.Tor Andersson
2017-07-20Fix fz_clear_pixmap to allow for spots (and CMYK).Robin Watts
2017-07-19Add some consts to color conversions.Robin Watts
2017-07-19Update blend debugging code to save pixmaps as PSDs if required.Robin Watts
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-19Extend fz_colorspaces to better cope with DeviceN.Robin Watts
2017-07-19Add knowledge of spots to color conversions.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2017-07-19Keep fz_store_hash to declared size.Robin Watts
2017-07-19Update LCMS2 to LCMS2ART to reflect our fork.Robin Watts
2017-07-17Debug blendingRobin Watts
2017-07-17Remove local variables from fz_draw_clip_image_maskRobin Watts
2017-07-17Switch order of fz_dump_blend arguments.Robin Watts
2017-07-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Complement subtractive colors before applying blend modes.Tor Andersson
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-17Support non-separable blending in gray color spacesMichael Vrhel
2017-07-17Fix softlight blend mode. Make nonseparable blends work with CMYKMichael Vrhel
2017-07-17Rid the world of fz_ensure_pixmap_is_additive.Robin Watts
2017-07-17Don't convert cmyka images to rgbaMichael Vrhel
2017-07-17Fix issues in alpha removal during color managementMichael Vrhel
2017-07-17Make sure CMYK ICC color spaces are subtractiveMichael Vrhel
2017-07-17Fix shape handling in draw-device.Robin Watts
2017-07-10Fix bug when cloning color management in context.Sebastian Rasmussen
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-07-06png: Drop pixmap when not writing an image without pixels.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-07-03Avoid leaking jpx structure if corrupt file.Robin Watts
2017-07-03Memento: pointer checking functions.Robin Watts
2017-06-30Tweak Memento: make ref counting advance events.Robin Watts
2017-06-29Fix typos in blend mode maths comment.Robin Watts
2017-06-29Harfbuzz tweaks.Robin Watts
2017-06-27When PS/PNG band writers throw, end the deflate streams if open.Sebastian Rasmussen
2017-06-27Avoid inconsistently freeing PS band writer upon error.Sebastian Rasmussen