summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-40/+0
| | | (bzr r9508.1.8)
* Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-1/+4
| | | (bzr r9508.1.1)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
| | | (bzr r6569)
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-021-3/+1
| | | (bzr r6532)
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-121-2/+0
| | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276)
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-121-0/+2
| | | (bzr r6275)
* display/inkscape-cairo.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-1/+6
| | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6169)
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-241-0/+3
| | | (bzr r6042)
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-081-0/+5
| | | (bzr r5849)
* 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)
* switch to using NR::Maybe for area rectbulia byak2007-03-191-1/+1
| | | (bzr r2713)
* optimize cairo paths by not drawing segments that are outside of view (for ↵bulia byak2007-03-181-1/+1
| | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700)
* render text in outline mode via cairo (still no endian-safe); factor out ↵bulia byak2007-03-011-0/+26
helper functions (bzr r2470)