summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | 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-9/+9
| | | (bzr r5149)
* now act on settings in dialogueAdib Taraben2008-01-161-0/+6
| | | (bzr r4529)
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-13/+23
| | | (bzr r4304)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-2/+2
| | | (bzr r4199)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+3
| | | (bzr r4198)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* cairo ps output patchtheAdib2007-05-091-0/+1
| | | (bzr r2987)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+198
(bzr r1730)