summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-device.c
AgeCommit message (Expand)Author
2016-01-21Drop the const on fz_font.Tor Andersson
2016-01-13Add lots of consts.Robin Watts
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-11Remove text clip accumulation.Tor Andersson
2015-12-11Keep spans of multiple fonts and sizes in one fz_text object.Tor Andersson
2015-09-28Bug 696170: Fix typo.Robin Watts
2015-06-29Rejig the internals of fz_image slightly.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-02-25Allow pdf_device to be created with pre-populated buffer.Robin Watts
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-05-29fix memory leaks during PDF document creationSimon Bünzli
2014-01-02Add rebinding for fz_devices and fz_documentsRobin Watts
2014-01-02Bug 694569: suspicious for loop in pdf-device.cPaul Gardiner
2013-12-23Bug 694794: Fix blendmode use in pdf device.Robin Watts
2013-11-11Add fz_new_font_from_buffer function.Tor Andersson
2013-10-17Remove duplicated line.Robin Watts
2013-10-16page->contents should be a reference, not the original object.Robin Watts
2013-10-14Create Contents entry in PDF write device if one doesn't exist already.Robin Watts
2013-09-08Separate command and coordinate arrays in fz_path structure.Tor Andersson
2013-08-29Make the pdf device produce more efficient appearance streams for textPaul Gardiner
2013-07-29A few updates to the pdf devicePaul Gardiner
2013-06-26Silence compiler warnings.Tor Andersson
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-21Initial PDF editing/page creation commitRobin Watts
2013-06-20Rearrange source files.Tor Andersson