summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-23Correct return value.Tavmjong Bah1-0/+1
2015-10-08Correct transform when picking colors under mesh.Tavmjong Bah1-8/+10
2015-03-01Match function definition and declaration syntax. Mismatch pointed out by dox...Tavmjong Bah1-5/+5
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-404/+60
2015-02-04Replace Catmull-Rom by fininte-differences in smoothing routines.Tavmjong Bah1-51/+198
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-1/+579
2014-09-27Update to experimental r13565Liam P. White1-0/+2
2014-08-30Minor pass of header cleanupLiam P. White1-0/+2
2014-08-18Fix build (not pretty).Liam P. White1-7/+7
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah1-4/+4
2013-03-25Fixed uninitialized variables & misc warnings.Jon A. Cruz1-7/+11
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-6/+0
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-06-14Fixed typo.Tavmjong Bah1-1/+1
2012-06-12cppcheckKris De Gussem1-2/+2
2012-05-25Fixing warnings.Jon A. Cruz1-5/+2
2012-05-24fix windows build. use 'guint' instead of 'uint'. although I do not know why ...Johan B. C. Engelen1-153/+153
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+2508