summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from trunkTed Gould2008-11-011-8/+13
| | | (bzr r6890)
* Merge from trunkTed Gould2008-10-311-23/+39
| | | (bzr r6887)
* From trunkTed Gould2008-10-271-28/+43
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-13/+1
| | | (bzr r6884)
* Merge from trunk.Ted Gould2008-09-251-96/+34
| | | (bzr r6883)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
| | | | | | The mask bounding box is the geometric bounding box which dosn't allow for filters that can extend outside the box. Partial fix for bug 208217. (bzr r6853)
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
| | | | | Cairo PDF output. (bzr r6825)
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-5/+7
| | | | | This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms. (bzr r6760)
* properly transform clippath: transform of the item using the clippath must ↵bulia byak2008-08-311-1/+12
| | | | | also be applied (bzr r6739)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-6/+16
| | | (bzr r6726)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-32/+34
| | | (bzr r6612)
* fix marker behavior for moveto-only pathsJohan B. C. Engelen2008-08-081-2/+10
| | | (bzr r6596)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-8/+8
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* fix orientation of markersJohan B. C. Engelen2008-07-071-10/+3
| | | (bzr r6205)
* use CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-4/+2
| | | (bzr r6075)
* add todo comment to make code prettierJohan B. C. Engelen2008-06-201-0/+1
| | | (bzr r6011)
* sp_shape_render for cairo-renderer extension now uses 2geom for marker positionsJohan B. C. Engelen2008-06-201-6/+63
| | | (bzr r6009)
* remove not used variableJohan B. C. Engelen2008-06-201-1/+0
| | | (bzr r6008)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-6/+6
| | | (bzr r5915)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-24/+20
| | | (bzr r5149)
* patch from 168792bulia byak2008-03-071-0/+5
| | | (bzr r4982)
* now act on settings in dialogueAdib Taraben2008-01-161-6/+6
| | | (bzr r4529)
* more on blur to bitmapAdib Taraben2008-01-141-42/+11
| | | (bzr r4486)
* early version export to PS using blur to bitmapAdib Taraben2008-01-141-0/+174
| | | (bzr r4480)
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-18/+23
| | | (bzr r4304)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-5/+0
| | | (bzr r4198)
* dropping moved/dead filesKees Cook2007-03-131-1/+0
| | | (bzr r2630)
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
| | | (bzr r2077)
* Fixed the disabled debug macro which caused warningsmiklosh2006-10-021-1/+1
| | | (bzr r1751)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+614
(bzr r1733)