summaryrefslogtreecommitdiffstats
path: root/src/libnr/n-art-bpath-2geom.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use dynamic_cast in favor of typeid. because of derivative classesJohan B. C. Engelen2008-07-141-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)
* need #include <typeinfo>Bob Jamison2008-06-231-1/+1
| | | (bzr r6028)
* better method to convert nartbpath to PathVectorJohan B. C. Engelen2008-06-221-5/+54
| | | (bzr r6014)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-88/+4
| | | (bzr r5823)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-0/+138
(bzr r5427)