summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correct transform when picking colors under mesh.Tavmjong Bah2015-10-081-8/+10
| | | (bzr r14401)
* Match function definition and declaration syntax. Mismatch pointed out by ↵Tavmjong Bah2015-03-011-5/+5
| | | | | doxygen warnings. (bzr r13958)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-404/+60
| | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
* Replace Catmull-Rom by fininte-differences in smoothing routines.Tavmjong Bah2015-02-041-51/+198
| | | | | Set cross-derivatives to zero for the moment. (bzr r13899)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-1/+579
| | | (bzr r13890)
* Minor pass of header cleanupLiam P. White2014-08-301-0/+2
| | | (bzr r13341.1.189)
* Fix build (not pretty).Liam P. White2014-08-181-7/+7
| | | (bzr r13341.1.146)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah2013-10-081-4/+4
| | | | | using the Circle, Ellipse, and Arc tool. (bzr r12670)
* Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-7/+11
| | | (bzr r12241)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+0
| | | (bzr r12014)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Fixed typo.Tavmjong Bah2012-06-141-1/+1
| | | (bzr r11498)
* cppcheckKris De Gussem2012-06-121-2/+2
| | | (bzr r11492)
* Fixing warnings.Jon A. Cruz2012-05-251-5/+2
| | | (bzr r11414)
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen2012-05-241-153/+153
| | | | | you wouldn't just use 'unsigned int' (bzr r11410)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+2508
(bzr r11406)