summaryrefslogtreecommitdiffstats
path: root/src/display/inkscape-cairo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-283/+0
* Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-0/+35
* improve cairo path drawingJohan B. C. Engelen2009-01-021-23/+20
* Merge from fe-movedTed Gould2008-11-211-4/+4
* Merging from trunkTed Gould2008-10-111-6/+6
* comment updatebulia byak2008-09-011-1/+9
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-2/+2
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-2/+2
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
* Minor cleanup work on macrosJon A. Cruz2008-08-031-1/+1
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-021-95/+3
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...Johan B. C. Engelen2008-07-151-6/+4
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-121-3/+7
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-121-5/+47
* use new 2geom function. This ensures we cannot end up in infinite loop while ...Johan B. C. Engelen2008-07-111-1/+1
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-041-4/+3
* Warning cleanupJon A. Cruz2008-07-041-1/+1
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-2/+3
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
* improve speed of getting curves to cairo, the same way as boundingbox calcula...Johan B. C. Engelen2008-06-241-12/+30
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-241-6/+22
* fix typo in feed_path_to_cairo, potential bugJohan B. C. Engelen2008-06-141-1/+1
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-081-6/+115
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+1
* fix bug with garbage lines caused with close_path when part of a subpath is o...bulia byak2008-04-071-2/+12
* switch to using NR::Maybe for area rectbulia byak2007-03-191-3/+5
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-181-13/+38
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-0/+108