| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -6/+17 |
| | | | | (bzr r6891) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -0/+24 |
| | | | | (bzr r6884) | ||||
| * | src/helper 2geomified | Johan B. C. Engelen | 2008-08-06 | 1 | -28/+0 |
| | | | | (bzr r6579) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 1 | -10/+5 |
| | | | | (bzr r6564) | ||||
| * | simplify pathv_to_linear_and_cubic_beziers a bit | Johan B. C. Engelen | 2008-08-02 | 1 | -9/+3 |
| | | | | (bzr r6536) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | Fix for a very stupid bug (by myself) in cubic_bbox... | Jasper van de Gronde | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6383) | ||||
| * | Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵ | Jasper van de Gronde | 2008-07-19 | 1 | -67/+78 |
| | | | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363) | ||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 1 | -0/+1 |
| | | | | (bzr r6329) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -0/+38 |
| | | | | (bzr r6284) | ||||
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 |
| | | | | | | converting unexpected 2geom curve types to expected types. (bzr r6260) | ||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 1 | -496/+496 |
| | | | | (bzr r6164) | ||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 1 | -6/+6 |
| | | | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158) | ||||
| * | recognize HLineSegment and VLineSegment while looping through curves | Johan B. C. Engelen | 2008-06-29 | 1 | -12/+17 |
| | | | | (bzr r6087) | ||||
| * | add const to pointers that are not written to | Johan B. C. Engelen | 2008-06-26 | 1 | -5/+3 |
| | | | | (bzr r6071) | ||||
| * | add const to references that are not written to | Johan B. C. Engelen | 2008-06-26 | 1 | -7/+6 |
| | | | | (bzr r6069) | ||||
| * | rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵ | Johan B. C. Engelen | 2008-06-26 | 1 | -0/+304 |
| | | | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067) | ||||
| * | speed up bounds_exact for 2geom even more. | Johan B. C. Engelen | 2008-06-23 | 1 | -3/+3 |
| | | | | (bzr r6035) | ||||
| * | add comment | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| | | | | (bzr r6033) | ||||
| * | make faster 2geom bbox calc. | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+154 |
| | | | | (bzr r6032) | ||||
| * | use 2geom method to calc boundingbox of shape | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+7 |
| | | | | (bzr r5968) | ||||
| * | add geom helper file. this will contain Inkscape specific geometry ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+33 |
| calculation methods that are not (yet, if ever) provided by lib2geom. (bzr r5965) | |||||
