summaryrefslogtreecommitdiffstats
path: root/src/libnr/n-art-bpath-2geom.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-103/+0
remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
2008-07-14use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen1-2/+2
(in this case actually it is not necessary, because there can be no derivatives of Geom::LineSegment, since they are added explicitly in the same code. However, I think it is good to set good example.) (bzr r6297)
2008-06-23need #include <typeinfo>Bob Jamison1-1/+1
(bzr r6028)
2008-06-22better method to convert nartbpath to PathVectorJohan B. C. Engelen1-5/+54
(bzr r6014)
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-88/+4
(bzr r5823)
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-0/+138
(bzr r5427)