summaryrefslogtreecommitdiff
path: root/source/fitz/draw-device.c
AgeCommit message (Expand)Author
2018-10-24Pass context to fz_paint_image to allow for printing warnings.Tor Andersson
2018-10-23Remove extra blank lines.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-13Bug 699750: Check for overprinting correctly.Sebastian Rasmussen
2018-08-14Bug 698898: Always pop draw stack in case of exception.Sebastian Rasmussen
2018-08-10Preprocessor gluing tokens together causes clang error.Sebastian Rasmussen
2018-07-05Add fz_transform_page helper function.Tor Andersson
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-07-04Clean up some incomprehensible code.Tor Andersson
2018-03-16Fix 699087: Get scissor from stack after new entry pushed.Sebastian Rasmussen
2018-03-12Ensure we pass AA options to draw device and set text_bits appropriately.Tor Andersson
2018-02-14Remember to end knockout group when drawing image.Sebastian Rasmussen
2018-02-13Bug 698901: Drop pixmaps/knockout group upon error when ending group.Sebastian Rasmussen
2018-02-06Remove redundant call to fz_rethrow().Sebastian Rasmussen
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-12-06Bug 698801: Always copy background in when clipping an imagemask.Robin Watts
2017-11-23Allow RGB based proofing profile and output intentMichael Vrhel
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-10-25Fix multithreaded crash with tiled regions.Robin Watts
2017-10-24Honor OPM only when CMYK color spaces matchMichael Vrhel
2017-10-24Fix alpha group blend in CATX5233.pdf (Page 7).Robin Watts
2017-10-24More overprint fixes.Robin Watts
2017-10-24Disallow overprinting if CMYK spaces mismatch.Robin Watts
2017-10-24Fix some Ghent overprint test files.Robin Watts
2017-10-24Fix overprinting simulation in RGB output with no spots.Robin Watts
2017-10-24Fix knockout operation.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24Add group_alpha plane to draw device and painters.Robin Watts
2017-10-24Move to be more like Ghostscript in the handling of shapes.Robin Watts
2017-10-24Clear isolated flag within 'inner' knockout groups.Robin Watts
2017-10-24Update blend mode debug dumps to include group backdrops.Robin Watts
2017-10-24Make sure shades use proper "default" color space.Michael Vrhel
2017-10-24Avoid using overprinting routines unnecessarily.Robin Watts
2017-10-24Only allow overprint when color spaces are subtractive.Michael Vrhel
2017-10-24Fix overprint color component detection.Robin Watts
2017-10-24Only do proof conversion in final pop.Michael Vrhel
2017-10-24Fix overprint with shadings.Robin Watts
2017-10-24Add FZ_ENABLE_SPOT_RENDERING define.Robin Watts
2017-10-24Overprint support.Robin Watts
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-13Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdfRobin Watts
2017-09-27Bug 698588: Short circuit plotting of images if alpha == 0.Robin Watts
2017-09-22Fix places where we assign state without using it.Robin Watts
2017-09-20Drop rasterizer upon error while bounding path.Sebastian Rasmussen
2017-09-08Start to rework plotters.Robin Watts
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts