summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-device.c
AgeCommit message (Expand)Author
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-09-07Use dict_put_drop/array_push_drop wherever possible.Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-01Optimize pdf-device text output.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
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