summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (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)
* fix include pathsJohan B. C. Engelen2008-04-151-1/+1
| | | (bzr r5446)
* fix compilebulia byak2008-03-281-1/+1
| | | (bzr r5215)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-13/+32
| | | (bzr r5212)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-22/+19
| | | (bzr r5149)
* now act on settings in dialogueAdib Taraben2008-01-161-0/+21
| | | (bzr r4529)
* Enable text output for Cairo renderer if Cairo has FreeType support enabledmiklosh2008-01-031-2/+2
| | | (bzr r4375)
* Purged fill type enummiklosh2008-01-031-2/+2
| | | (bzr r4374)
* Fixed messed up transformations because of a missing cairo_restore() and ↵miklosh2008-01-031-5/+3
| | | | | removed some debug stuff (bzr r4373)
* error checks on surface return valuesAdib Taraben2008-01-021-0/+10
| | | (bzr r4372)
* check for cairo versionAdib Taraben2007-12-261-1/+1
| | | (bzr r4312)
* check for cairo versionAdib Taraben2007-12-261-1/+1
| | | (bzr r4309)
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-1/+30
| | | (bzr r4304)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-2/+7
| | | (bzr r4199)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+18
| | | (bzr r4198)
* Purged fill type enumJon A. Cruz2007-09-101-14/+14
| | | (bzr r3706)
* cairo ps output patchtheAdib2007-05-091-71/+153
| | | (bzr r2987)
* Fixed unintialized variables and minor misc warningsJon A. Cruz2007-02-191-3/+7
| | | (bzr r2398)
* Comment out cairo-ft for font rendering. We should not need to depend on ↵Bob Jamison2006-10-081-1/+6
| | | | | freetype, but rather Pango, since we do that for gtk2.8+ anyway. (bzr r1778)
* Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh2006-10-021-12/+13
| | | (bzr r1752)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+1425
(bzr r1731)