summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-25Make it possible to check for properties of PDF annotations.Sebastian Rasmussen
2017-07-21Reuse pattern tiles when running PDF interpreter directly.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-07-03Memento: pointer checking functions.Robin Watts
2017-06-29Harfbuzz tweaks.Robin Watts
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add const to pdf_toname.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-16Strip doc out of color space load methodMichael Vrhel
2017-06-15Make inline fz_write_*() normal public functions.Sebastian Rasmussen
2017-06-06Rename misnamed pdf object graft map keep interface.Sebastian Rasmussen
2017-06-03Tweak pdf_graft_map API.Robin Watts
2017-06-03Add pdf_keep_document.Robin Watts
2017-06-03Add documentation for pdf_processors.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-31Change forgotten M_PI uses to FZ_PI.Sebastian Rasmussen
2017-05-29Make PI/RADIAN/SQRT2/LN2 global single precision float constants.Sebastian Rasmussen
2017-05-25Update Type 3 font bbox with glyph bboxes if the former is invalid.Tor Andersson
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-05-23Remove unused strtod function.Tor Andersson
2017-05-09Fix key_storable operations leading to leaks of fz_image.Robin Watts
2017-05-04Drop FZ_PATH_MAX macro.Tor Andersson
2017-05-03Fix windows build: Don't set _LARGEFILE64_SOURCE on windowsRobin Watts
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Move fz_outline and pdf_xref debug printing to pdfshow.cTor Andersson
2017-04-27Use FZ_SEEK_SET macros for fz_seek.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Remove fz_function abstract structure.Tor Andersson