Code

Patch from codedread. Prevents rendering of title/desc/metadata elements in text...
[inkscape.git] / src / display / inkscape-cairo.cpp
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...