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-imp.h
Age
Commit message (
Expand
)
Author
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-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-03-14
Bug 699110: Fix Antialiased renderer to look at correct scale factor.
Robin Watts
2017-10-24
Fix knockout operation.
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
Avoid using overprinting routines unnecessarily.
Robin Watts
2017-10-24
Fix overprint with shadings.
Robin Watts
2017-10-24
Overprint support.
Robin Watts
2017-07-17
Complement subtractive colors before applying blend modes.
Tor Andersson
2017-06-22
Move rasterizer/anti-alias choices into the draw device.
Robin Watts
2017-06-13
Add edgebuffer based rasterizer
Robin Watts
2017-06-13
Introduce fz_rasterizer encapsulation
Robin Watts
2017-04-13
Scan converter; simplify API.
Robin Watts
2017-04-13
Scan converter; simplify API.
Robin Watts
2016-06-13
Add missing restrict.
Robin Watts
2016-05-29
Split draw-paint.c plotters out into separate functions.
Robin Watts
2016-05-24
Sprinkle some consts and restricts in plotters.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
2015-07-20
Improve Grid fitting of images for .gproof files.
Robin Watts
2015-04-06
Bug 694367: Attempt to avoid dropouts of rectangles.
Robin Watts
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2013-09-30
Disable image interpolation with a hint.
Robin Watts
2013-09-30
Bug 694526: Fix hang in stroking path.
Robin Watts
2013-08-30
Use RLE coding scheme for glyph bitmaps.
Robin Watts
2013-06-20
Rearrange source files.
Tor Andersson