summaryrefslogtreecommitdiff
path: root/fitz/dev_trace.c
AgeCommit message (Expand)Author
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-08-08Consistent use of whitespace in XML in trace device. Also print image size.Tor Andersson
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-03Be consistent about passing a fz_context in path/text/shade functions.Tor Andersson
2012-01-11Stylistic comment and whitespace fixes.Tor Andersson
2011-11-15Merge branch 'master' into contextRobin Watts
2011-10-12Improve trace formatting of text objects.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-07-13Non-isolated group support, and fix Bug 692336.Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-04-11Add triangle caps; separate start, dash and end cap styles for XPS.Tor Andersson
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-04-04Add device interface functions to draw tiled patterns.Tor Andersson
2011-03-01Fix subtle path stroking bug where closepath did not update the pen position.Tor Andersson
2010-12-04Tweak trace XML output to be more consistent with the device commands used.Tor Andersson
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Support SMasks for general graphics (incomplete).Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-14Add transparency functions to the trace device.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-03Add wmode flag to text objects to support vertical writing mode in the text e...Tor Andersson
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 rend...Tor Andersson
2010-04-19Add support for patterns in stroked paths and text.Tor Andersson
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-08Add display list device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2009-12-07Implement a device interface and a tracing device for fitz.Tor Andersson