summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz
AgeCommit message (Expand)Author
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-13Add fz_deflate family of functions.Robin Watts
2017-10-13Simple PCLm device.Robin Watts
2017-10-13Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdfRobin Watts
2017-10-12Refactor image format magic signature recognition into its own function.Tor Andersson
2017-10-12Fix bug in murun when creating buffers from strings.Tor Andersson
2017-10-12Make fz_open_memory take a const buffer.Tor Andersson
2017-10-12Make image loading use const data pointers.Tor Andersson
2017-09-22Minor comment tweaks.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-09-20gl: Scroll to link coordinates when following links.Tor Andersson
2017-09-13Consistently drop filter chain upon error.Sebastian Rasmussen
2017-09-12Fix Gradients in the presence of spots.Robin Watts
2017-09-12Remove redundant #define that is only used at the same place it's set.Tor Andersson
2017-09-12Move fz_strcasecmp to the header it belongs to.Tor Andersson
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-09-07Make sure to always drop a fz_device even upon error.Sebastian Rasmussen
2017-08-21Make fz_stext_block and fz_stext_line double linked lists.Tor Andersson
2017-08-21Remove fz_char_and_box struct.Tor Andersson
2017-08-17Add PS document writer.Tor Andersson
2017-08-17Add PCL document writer.Tor Andersson
2017-08-17Add PWG document writer.Tor Andersson
2017-08-17Add direction of writing vector to fz_stext_line struct.Tor Andersson
2017-08-17Add FZ_REPLACEMENT_CHARACTER define for U+FFFD character.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-16Allow access to an indexed colorspace's color entries.Sebastian Rasmussen
2017-08-15Remove unused octal value printing support.Sebastian Rasmussen
2017-08-15Move S_ISDIR workaround to common header file.Sebastian Rasmussen
2017-08-09Render shadings to images in stext-device.Tor Andersson
2017-08-09Add common fz_write_image_as_data_uri function for HTML and SVG output.Tor Andersson
2017-08-02Sort FILE interface defines, to make sure all defined.Sebastian Rasmussen
2017-08-01If largefile=yes is set, make sure fz_remove is defined.Sebastian Rasmussen
2017-07-27Add text format document writer.Tor Andersson
2017-07-27Add fz_write_base64 function.Tor Andersson
2017-07-19Add some consts to color conversions.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-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-17Rid the world of fz_ensure_pixmap_is_additive.Robin Watts
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-29Harfbuzz tweaks.Robin Watts