summaryrefslogtreecommitdiff
path: root/rsvg-cairo-draw.c
Commit message (Expand)AuthorAgeFilesLines
...
* get rid of unecessary 0-ing of dataDom Lachowicz2005-10-071-1/+1
* cairo stuff, I forgot whatCaleb Michael Moore2005-10-071-6/+11
* put images the right spotCaleb Michael Moore2005-10-071-0/+5
* cairo transperancy fixesCaleb Michael Moore2005-10-071-8/+34
* initialize pixels to 0Dom Lachowicz2005-10-041-1/+1
* cairo gradient spread repeatCaleb Michael Moore2005-10-041-0/+10
* cairo currentcolor fixesCaleb Michael Moore2005-10-041-5/+12
* I should really test to see if I fix something before I commitCaleb Michael Moore2005-10-041-5/+11
* cairo precision fixCaleb Michael Moore2005-10-041-2/+3
* cairo obb fixCaleb Michael Moore2005-10-041-8/+45
* colour inheritance fixCaleb Michael Moore2005-10-021-4/+1
* build fixesCaleb Michael Moore2005-08-091-3/+13
* un-premultiply ARGB into RGBA instead of going through a PNG intermediaryDom Lachowicz2005-08-081-24/+45
* more cairo fixesCaleb Michael Moore2005-08-081-1/+1
* Invert matrix since cairo's pattern matrix is from user space to patternCarl Worth2005-08-081-0/+2
* rsvg-cario pserver stuffCaleb Michael Moore2005-08-081-1/+22
* implement rsvg_handle_get_pixbuf() API in terms of Cairo if it's around, and ...Dom Lachowicz2005-08-071-6/+8
* implement radial gradients for cario; seems to work okDom Lachowicz2005-08-071-2/+2
* (largely) implement push/pop_discrete_layer() for cairoDom Lachowicz2005-08-071-13/+7
* rendering images to cairo now largely worksDom Lachowicz2005-08-071-19/+89
* implement dash, width, miter limit, join, cap for cairoDom Lachowicz2005-08-071-1/+7
* Ignore rsvg-cairo and rsvg-view.Carl Worth2005-08-041-2/+2
* implement push/pop discrete layerDom Lachowicz2005-08-041-0/+35
* implement rsvg_cairo_get_image_of_node()Dom Lachowicz2005-08-041-2/+46
* stub out 4 cairo-rendering functionsDom Lachowicz2005-08-041-0/+34
* more compartmentalization of libart, accomodation for cairoDom Lachowicz2005-08-031-6/+6
* Set cairo's CTM based on state->affine so that paths are properlyCarl Worth2005-08-031-0/+14
* Add some very preliminary code to render paths with cairo. There's codeCarl Worth2005-08-031-1/+183
* some work toward a cairo rsvg backendDom Lachowicz2005-07-311-0/+65