summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pov-out.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-06noop: Rename argument from uri to filename for Extension::...::save implement...Peter Moulder1-8/+9
2009-02-28copyeditbulia byak1-1/+1
2009-01-13Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski1-2/+2
2008-08-10clean up code slightlyBob Jamison1-65/+64
2008-08-05Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop1-3/+2
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
2008-08-01finally got transforms right. flip Y and translateBob Jamison1-2/+1
2008-08-01make redundant. use correct fields of cubic bezier point arrayBob Jamison1-135/+158
2008-08-01un-remove applying item transform to each pointBob Jamison1-20/+48
2008-08-01Warning cleanupJon A. Cruz1-6/+6
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
2008-07-132geomify pov-out extensionJohan B. C. Engelen1-93/+53
2008-07-04change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen1-2/+2
2008-06-18use INKSCAPE_VERSION rather than VERSION, to help cmakeBob Jamison1-7/+8
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-1/+1
2008-04-29Change in stdarg calls, to correct for const-nessBob Jamison1-23/+6
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
2008-02-18Minor format change. More work needed to improve transition between curve an...Bob Jamison1-74/+74
2007-09-16trivial changes to address warning with g++-4.2Peter Moulder1-1/+1
2007-09-10Purged fill type enumJon A. Cruz1-1/+1
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-2/+3
2007-03-12use g_vsnprintf() instead of vsnprintf() to avoid platform problemsBob Jamison1-5/+1
2007-03-12Cleanup public/private, doxygen commentsBob Jamison1-11/+74
2007-03-12Buffer output for better reporting.Bob Jamison1-207/+260
2007-03-09Add some code cleanupBob Jamison1-134/+230
2007-03-08changed curve->length to SP_CURVE_LENGTH(curve). Fixes bug 1676273.Bob Jamison1-43/+60
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-3/+3
2006-02-16Add new placeholder for ODFBob Jamison1-6/+9
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-3/+5