summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-device.c
AgeCommit message (Expand)Author
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-10-05Move fz_font definition to be private.Robin Watts
2016-09-01Use fz_convert_color().Sebastian Rasmussen
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-13Bug 696892: PDF annotation appearance stream synthesis SEGVRobin Watts
2016-07-12Fix bugs in pdf_add_image.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-14Fix typos in various parts of the code.Sebastian Rasmussen
2016-04-27Add fz_close_device function.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-04-04Fix typo in pdfwrite top-level matrix.Tor Andersson
2016-03-21Fix 696661: Missing annotations.Tor Andersson
2016-03-15Fix leak in PDF device.Robin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-02-29pdfwrite: Use Tm directly to set matrix.Tor Andersson
2016-02-29pdfwrite: Handle all fonts as CID fonts.Tor Andersson
2016-02-29pdfwrite: Look through own resource list first.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson
2016-02-29Pass fz_font to pdf_add_xxx_font_res instead of a fz_buffer.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Fix silly typo. Set default output file for pdfwrite device.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-02-24Add optional scissor hint argument to text clipping functions.Tor Andersson
2016-02-24Clarify scissor argument to clip device functions.Tor Andersson
2016-02-22Fix leaks in pdf-device.cMichael Vrhel
2016-02-22Rename fz_path_processor to fz_path_walker.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-22Drop const from fz_shade.Tor Andersson
2016-01-21Drop const from fz_colorspace.Tor Andersson
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