summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)