summaryrefslogtreecommitdiff
path: root/fitz/dev_null.c
AgeCommit message (Collapse)Author
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes ↵Tor Andersson
when drawing primitive objects.
2010-06-22Add hints flag to device struct so that the interpreter doesn't need to load ↵Tor Andersson
image resources for dev_text.
2010-05-11Accumulate text to be clipped in text render mode 7.Tor Andersson
2010-04-25Move stroking state to a separate struct in preparation for stroked text ↵Tor Andersson
rendering mode support.
2010-04-19Add support for patterns in stroked paths and text.Tor Andersson
2010-04-18Silencing two compiler warnings.Sebastian Rasmussen
2010-04-08Add display list device.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson