index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-device.c
Age
Commit message (
Expand
)
Author
2018-08-14
Bug 698898: Always pop draw stack in case of exception.
Sebastian Rasmussen
2018-08-10
Preprocessor gluing tokens together causes clang error.
Sebastian Rasmussen
2018-07-05
Add fz_transform_page helper function.
Tor Andersson
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-07-04
Clean up some incomprehensible code.
Tor Andersson
2018-03-16
Fix 699087: Get scissor from stack after new entry pushed.
Sebastian Rasmussen
2018-03-12
Ensure we pass AA options to draw device and set text_bits appropriately.
Tor Andersson
2018-02-14
Remember to end knockout group when drawing image.
Sebastian Rasmussen
2018-02-13
Bug 698901: Drop pixmaps/knockout group upon error when ending group.
Sebastian Rasmussen
2018-02-06
Remove redundant call to fz_rethrow().
Sebastian Rasmussen
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-12-06
Bug 698801: Always copy background in when clipping an imagemask.
Robin Watts
2017-11-23
Allow RGB based proofing profile and output intent
Michael Vrhel
2017-11-22
Prefer using fz_snprintf over snprintf.
Sebastian Rasmussen
2017-10-25
Fix multithreaded crash with tiled regions.
Robin Watts
2017-10-24
Honor OPM only when CMYK color spaces match
Michael Vrhel
2017-10-24
Fix alpha group blend in CATX5233.pdf (Page 7).
Robin Watts
2017-10-24
More overprint fixes.
Robin Watts
2017-10-24
Disallow overprinting if CMYK spaces mismatch.
Robin Watts
2017-10-24
Fix some Ghent overprint test files.
Robin Watts
2017-10-24
Fix overprinting simulation in RGB output with no spots.
Robin Watts
2017-10-24
Fix knockout operation.
Robin Watts
2017-10-24
Add support for use of proofing profile.
Robin Watts
2017-10-24
Add group_alpha plane to draw device and painters.
Robin Watts
2017-10-24
Move to be more like Ghostscript in the handling of shapes.
Robin Watts
2017-10-24
Clear isolated flag within 'inner' knockout groups.
Robin Watts
2017-10-24
Update blend mode debug dumps to include group backdrops.
Robin Watts
2017-10-24
Make sure shades use proper "default" color space.
Michael Vrhel
2017-10-24
Avoid using overprinting routines unnecessarily.
Robin Watts
2017-10-24
Only allow overprint when color spaces are subtractive.
Michael Vrhel
2017-10-24
Fix overprint color component detection.
Robin Watts
2017-10-24
Only do proof conversion in final pop.
Michael Vrhel
2017-10-24
Fix overprint with shadings.
Robin Watts
2017-10-24
Add FZ_ENABLE_SPOT_RENDERING define.
Robin Watts
2017-10-24
Overprint support.
Robin Watts
2017-10-24
Change colorspace 'device_n' field to be a flags word.
Robin Watts
2017-10-24
Logic for Sep and DeviceN colorspaces with C,M,Y, or K.
Michael Vrhel
2017-10-13
Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdf
Robin Watts
2017-09-27
Bug 698588: Short circuit plotting of images if alpha == 0.
Robin Watts
2017-09-22
Fix places where we assign state without using it.
Robin Watts
2017-09-20
Drop rasterizer upon error while bounding path.
Sebastian Rasmussen
2017-09-08
Start to rework plotters.
Robin Watts
2017-09-08
Update fz_separations equivalent color mechanism.
Robin Watts
2017-09-08
Update draw device to cope with spots.
Robin Watts
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Add PWG document writer.
Tor Andersson
2017-07-21
Only try caching tiles once.
Tor Andersson
2017-07-19
Update blend debugging code to save pixmaps as PSDs if required.
Robin Watts
[next]