summaryrefslogtreecommitdiff
path: root/fitz/dev_list.c
AgeCommit message (Expand)Author
2011-04-05Update the display list device to use the new device functions.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-04-04draw: Fix bug in display list culling.Tor Andersson
2011-04-04draw: Speed up display list execution by using a visibility test.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-16Plug memory leaks.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-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-06-19Floats everywhere!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-13Fix some typos in the display list device.Tor Andersson
2010-04-08Add display list device.Tor Andersson