Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-10 | Make blendmode opaque. | Tor Andersson | |
2011-04-05 | Add wrapper functions around device calls. | Tor Andersson | |
They test for NULL and make the code look nicer. | |||
2011-04-04 | Le Roi est mort, vive le Roi! | Tor Andersson | |
The run-together words are dead! Long live the underscores! The postscript inspired naming convention of using all run-together words has served us well, but it is now time for more readable code. In this commit I have also added the sed script, rename.sed, that I used to convert the source. Use it on your patches and application code. | |||
2011-04-04 | Add device interface functions to draw tiled patterns. | Tor Andersson | |
2011-03-29 | Don't shorten colorspace to 'cs' in structs and other names. | 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-15 | Check page for transparency to install a page-level transparency group. | Tor Andersson | |
2010-07-14 | Add transparency group/mask device calls and implement basic blend modes ↵ | Tor Andersson | |
when drawing primitive objects. | |||
2010-06-22 | Add hints flag to device struct so that the interpreter doesn't need to load ↵ | Tor Andersson | |
image resources for dev_text. | |||
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 ↵ | Tor Andersson | |
rendering mode support. | |||
2010-04-19 | Add support for patterns in stroked paths and text. | Tor Andersson | |
2010-04-18 | Silencing two compiler warnings. | Sebastian Rasmussen | |
2010-04-08 | Add display list device. | Tor Andersson | |
2010-03-09 | Add text extraction device. | Tor Andersson | |