summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-40/+0
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-1/+4
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-02remove old nartbpath to cairo methodJohan B. C. Engelen1-3/+1
2008-07-12* remove code duplication from pdf-cairo extensionJohan B. C. Engelen1-2/+0
2008-07-12add simplified feed_path_to_cairo functionsJohan B. C. Engelen1-0/+2
2008-07-05display/inkscape-cairo.h: Supply missing #includes/declarations so that we do...Peter Moulder1-1/+6
2008-06-24add helpers for creating cairo_t for a canvas bufbulia byak1-0/+3
2008-06-08add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen1-0/+5
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2007-03-19switch to using NR::Maybe for area rectbulia byak1-1/+1
2007-03-18optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak1-1/+1
2007-03-01render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak1-0/+26