summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-02-02update to latest 2geom !Johan B. C. Engelen1-6/+6
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-283/+0
2010-06-22Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski1-0/+35
2009-01-02improve cairo path drawingJohan B. C. Engelen1-23/+20
2008-11-21Merge from fe-movedTed Gould1-4/+4
2008-10-11Merging from trunkTed Gould1-6/+6
2008-09-01comment updatebulia byak1-1/+9
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-08-03Minor cleanup work on macrosJon A. Cruz1-1/+1
2008-08-02remove old nartbpath to cairo methodJohan B. C. Engelen1-95/+3
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-16update to latest 2geom (rev1497)Johan B. C. Engelen1-1/+1
2008-07-15don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen1-6/+4
2008-07-12* remove code duplication from pdf-cairo extensionJohan B. C. Engelen1-3/+7
2008-07-12add simplified feed_path_to_cairo functionsJohan B. C. Engelen1-5/+47
2008-07-11use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen1-1/+1
2008-07-04use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen1-4/+3
2008-07-04Warning cleanupJon A. Cruz1-1/+1
2008-06-29recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen1-2/+3
2008-06-29recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen1-4/+6
2008-06-24improve speed of getting curves to cairo, the same way as boundingbox calcula...Johan B. C. Engelen1-12/+30
2008-06-24add helpers for creating cairo_t for a canvas bufbulia byak1-6/+22
2008-06-14fix typo in feed_path_to_cairo, potential bugJohan B. C. Engelen1-1/+1
2008-06-08add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen1-6/+115
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+1
2008-04-07fix bug with garbage lines caused with close_path when part of a subpath is o...bulia byak1-2/+12
2007-03-19switch to using NR::Maybe for area rectbulia byak1-3/+5
2007-03-18optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak1-13/+38
2007-03-01render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak1-0/+108