summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
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
2017-06-27Handle pnm/pam band writers throwing exceptions.Sebastian Rasmussen
2017-06-27Document writer now drops the device in case pages never end.Sebastian Rasmussen
2017-06-27Make the entire cached color converter defined in case of error.Sebastian Rasmussen
2017-06-27tiff: Decoders drop encoded stream on their own.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Remove unused static functions.Tor Andersson
2017-06-22Add noreturn macro to all throw functions.Tor Andersson
2017-06-22Add PSD deviceRobin Watts
2017-06-22Move rasterizer/anti-alias choices into the draw device.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-16Drop type 3 glyph pixmap in case of error.Sebastian Rasmussen
2017-06-16Allow fz_output to close the file as requested.Sebastian Rasmussen
2017-06-16MSVC: Avoid signed/unsigned warning.Robin Watts
2017-06-15Silence warning about not building a glyph bbox table.Tor Andersson
2017-06-15Make inline fz_write_*() normal public functions.Sebastian Rasmussen
2017-06-13Add edgebuffer based rasterizerRobin Watts
2017-06-13Introduce fz_rasterizer encapsulationRobin Watts
2017-06-11Ensure TIFF images have the correct colorspace.Robin Watts
2017-06-11When loading indexed PNG images, get the colorspace right.Robin Watts
2017-06-08Plug leak of opj decoder in case of fz_new_pixmap() throwing.Sebastian Rasmussen
2017-06-08Avoid using fz_var() when not necessary.Sebastian Rasmussen
2017-06-06Declare functions without arguments as taking void.Sebastian Rasmussen