summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
AgeCommit message (Expand)Author
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-17Add PWG document writer.Tor Andersson
2017-07-21Only try caching tiles once.Tor Andersson
2017-07-19Update blend debugging code to save pixmaps as PSDs if required.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-17Remove local variables from fz_draw_clip_image_maskRobin Watts
2017-07-17Switch order of fz_dump_blend arguments.Robin Watts
2017-07-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Complement subtractive colors before applying blend modes.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-17Fix shape handling in draw-device.Robin 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-13Introduce fz_rasterizer encapsulationRobin Watts
2017-06-03Remove forcing of isolate mode in clipping paths.Robin Watts
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Clean up store debug printing.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-14Scan converter; API tweak.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2017-04-13Scan converter; simplify API.Robin Watts
2017-03-28Rejig fz_new_device to be fz_new_derived_device.Robin Watts
2017-03-24Ensure fz_store_types are all static const.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-02-20Add svg writer.Tor Andersson
2017-02-17Bug 697592: Fix double application of transform.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-11-14More API tweaks.Robin Watts
2016-11-10Add minimum line width configuration option.Robin Watts
2016-11-07Move fz_new_draw_device_with_options within file.Robin Watts
2016-11-07Bug 697241: Fix blending through clips.Robin Watts
2016-11-07Fix DUMP_GROUP_BLENDS debugging code.Robin Watts
2016-10-26Don't use local function, use fz_option_eq().Sebastian Rasmussen
2016-10-18Drop scaled pixmap later in draw_fill_image_mask().Sebastian Rasmussen
2016-10-18Remove unused luminosity.Sebastian Rasmussen
2016-10-10Remove unused variable.Robin Watts
2016-10-10Bug 697075: Fix tile repeat calculations.Robin Watts
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-06Devices now handle colorspace being NULL as alpha-only.Sebastian Rasmussen
2016-07-13Fix knockout/mask interaction.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-22Transform device call scissor rectangles by device matrix.Tor Andersson
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Add separate X and Y resolution to draw device options.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Add fz_draw_options struct for use with draw device.Tor Andersson