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