Code

Merging from trunk
[inkscape.git] / src / display / inkscape-cairo.cpp
2008-10-11 Ted GouldMerging from trunk
2008-09-01 buliabyakcomment update
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-05 dvlierop2Use is_straight_curve() instead of three separate dynam...
2008-08-03 joncruzMinor cleanup work on macros
2008-08-02 johanengelenremove old nartbpath to cairo method
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-16 johanengelenupdate to latest 2geom (rev1497)
2008-07-15 johanengelendon't call cairo_new_path in feed_pathvector_to_cairo...
2008-07-12 johanengelen* remove code duplication from pdf-cairo extension
2008-07-12 johanengelenadd simplified feed_path_to_cairo functions
2008-07-11 johanengelenuse new 2geom function. This ensures we cannot end...
2008-07-04 johanengelenuse if(dynamic_cast<>) instead of if(typeid==) to check...
2008-07-04 joncruzWarning cleanup
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment while looping...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment in feeding...
2008-06-24 johanengelenimprove speed of getting curves to cairo, the same...
2008-06-24 buliabyakadd helpers for creating cairo_t for a canvas buf
2008-06-14 johanengelenfix typo in feed_path_to_cairo, potential bug
2008-06-08 johanengelenadd rendering to cairo from Geom::Path and Geom::PathVe...
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
2008-04-07 buliabyakfix bug with garbage lines caused with close_path when...
2007-03-19 buliabyakswitch to using NR::Maybe for area rect
2007-03-18 buliabyakoptimize cairo paths by not drawing segments that are...
2007-03-01 buliabyakrender text in outline mode via cairo (still no endian...