Code

Use is_straight_curve() instead of three separate dynamic casts
[inkscape.git] / src / helper / geom.cpp
2008-08-05 dvlierop2Use is_straight_curve() instead of three separate dynam...
2008-08-02 johanengelensimplify pathv_to_linear_and_cubic_beziers a bit
2008-07-25 johanengelenupdate to 2geom rev. 1507
2008-07-21 jaspervdgFix for a very stupid bug (by myself) in cubic_bbox...
2008-07-19 jaspervdgSmall change to cubic_bbox to skip A LOT of unnecessary...
2008-07-16 joncruzwarning cleanup
2008-07-13 johanengelen2geomify pov-out extension
2008-07-11 johanengelenuse new 2geom function. This ensures we cannot end...
2008-07-05 joncruzEOL fixups
2008-07-04 johanengelenuse if(dynamic_cast<>) instead of if(typeid==) to check...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment while looping...
2008-06-26 johanengelenadd const to pointers that are not written to
2008-06-26 johanengelenadd const to references that are not written to
2008-06-26 johanengelenrewrite nr_path_matrix_point_bbox_wind_distance in...
2008-06-23 johanengelenspeed up bounds_exact for 2geom even more.
2008-06-23 johanengelenadd comment
2008-06-23 johanengelenmake faster 2geom bbox calc.
2008-06-16 johanengelenuse 2geom method to calc boundingbox of shape
2008-06-16 johanengelenadd geom helper file. this will contain Inkscape specif...