summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-40/+0
* Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-1/+4
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Merging from trunkTed Gould2008-10-111-1/+1
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-021-3/+1
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-121-2/+0
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-121-0/+2
* display/inkscape-cairo.h: Supply missing #includes/declarations so that we do...Peter Moulder2008-07-051-1/+6
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-241-0/+3
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-081-0/+5
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* switch to using NR::Maybe for area rectbulia byak2007-03-191-1/+1
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-181-1/+1
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-0/+26