summaryrefslogtreecommitdiffstats
path: root/src/sp-polygon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-1/+1
2010-07-14SPShape c++ified to the extent it was possible and more changes done for XML ...Abhishek Sharma Public1-2/+2
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-08* 2geomify polygon svg writingJohan B. C. Engelen1-19/+14
2008-07-072geomify polygon. added TODO to add testcase for corner case polygon elementJohan B. C. Engelen1-7/+2
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-3/+2
2008-05-10More type registration cleanupJon A. Cruz1-11/+13
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-2/+2
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-7/+7
2007-11-08warning cleanupJon A. Cruz1-2/+2
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-1/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-2/+2
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-2/+2
2006-03-29Handle polygon of 0 or 1 points (without triggering warnings).Peter Moulder1-6/+26