summaryrefslogtreecommitdiff
path: root/fitz/dev_null.c
AgeCommit message (Expand)Author
2013-03-20Add caching of rendered tiles.Robin Watts
2013-02-20Bug 693639: Avoid heap overflow and leaks in error cases.Robin Watts
2013-02-19Bug 693639: fix incomplete error handling in null device.Tor Andersson
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-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
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-03Make fz_malloc_struct return zeroed memory.Tor Andersson
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-16More memsqueezing fixesRobin Watts
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-08-01Add support for colored Type3 glyphs (ones that use d0).Robin Watts
2011-07-08Clip area optimisations for displaylist case:Robin Watts
2011-04-10Make blendmode opaque.Tor Andersson
2011-04-05Add wrapper functions around device calls.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-29Don't shorten colorspace to 'cs' in structs and other names.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-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 when...Tor Andersson
2010-06-22Add hints flag to device struct so that the interpreter doesn't need to load ...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-18Silencing two compiler warnings.Sebastian Rasmussen
2010-04-08Add display list device.Tor Andersson
2010-03-09Add text extraction device.Tor Andersson