summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-24Fix ordering of quadpoints in highlight synthesis.Tor Andersson
2017-07-21Rename shadowing flag variable to reduce potential confusion.Tor Andersson
2017-07-21Ignore image resolution in EPUB files.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-21Reuse pattern tiles when running PDF interpreter directly.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-21Fix 698210: Remove superfluous recursion check in pdf_load_embedded_cmap.Tor Andersson
2017-07-20Fix fz_clear_pixmap to allow for spots (and CMYK).Robin Watts
2017-07-19Fix use-after-free of default colorspaces.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-19Add knowledge of spots to mudraw.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-19Include all plotters by default.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-19Fix colorspace leaks with group colorspaces.Robin Watts
2017-07-20Use annotation color when synthesizing text annotations.Sebastian Rasmussen
2017-07-20Synthesize annotation appearance if normal appearance is absent.Sebastian Rasmussen
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-17Non-isolated groups should use parent color spaceMichael Vrhel
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-17Temporary fix for nasty header file dependenciesTor Andersson
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17If page has no group then use output intent color spaceMichael Vrhel
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-11Disable parallel interpretation/rendering if threads are disabled.Sebastian Rasmussen
2017-07-11Drop unused page/display list if threading not enabled.Sebastian Rasmussen
2017-07-10Make threading a compile-time option and propagate it to all tools.Sebastian Rasmussen
2017-07-10Declare variable only used in one file static.Sebastian Rasmussen
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-06pdf: Avoid leaking indirect object upon error.Sebastian Rasmussen