summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused local .cpp enum.Shlomi Fish2017-01-041-12/+0
* Fix bug where conical gradient drawn in wrong arc.Tavmjong Bah2016-12-151-1/+1
* Correct error messages.Tavmjong Bah2016-12-081-4/+4
* Fix memory leak (incomplete clear).Tavmjong Bah2016-12-061-4/+1
* Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah2016-11-301-0/+1
* Fix path outline function for meshes with nrow != ncolumn.Tavmjong Bah2016-11-171-1/+1
* Split selected rows/columns in half using Insert key.Tavmjong Bah2016-11-161-0/+63
* Fit to bounding box: correct transform when mesh has a non-identity gradient ...Tavmjong Bah2016-11-121-0/+9
* Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-081-11/+54
* Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-171-0/+44
* Implement copying of objects with mesh gradients.Tavmjong Bah2016-10-141-1/+1
* Code cleanup: simplify initial mesh color calculation.Tavmjong Bah2016-10-141-24/+9
* Ensure newly created meshes have correct 'gradientUnits'.Tavmjong Bah2016-10-141-4/+4
* Render mesh gradients that reference other mesh gradients.Tavmjong Bah2016-10-121-5/+18
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-5/+5
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-16/+99
* Fix bug reported in http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-5/+6
* Renamed children list in SPObjectAdrian Boguszewski2016-07-141-6/+6
* Second part of new SPObject children listAdrian Boguszewski2016-07-131-17/+17
* Correct return value.Tavmjong Bah2015-11-231-0/+1
* Correct transform when picking colors under mesh.Tavmjong Bah2015-10-081-8/+10
* Match function definition and declaration syntax. Mismatch pointed out by dox...Tavmjong Bah2015-03-011-5/+5
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2015-03-011-404/+60
* Replace Catmull-Rom by fininte-differences in smoothing routines.Tavmjong Bah2015-02-041-51/+198
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-1/+579
* Minor pass of header cleanupLiam P. White2014-08-301-0/+2
* Fix build (not pretty).Liam P. White2014-08-181-7/+7
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-4/+4
* Fixed uninitialized variables & misc warnings.Jon A. Cruz2013-03-251-7/+11
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-6/+0
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-2/+2
* Fixed typo.Tavmjong Bah2012-06-141-1/+1
* cppcheckKris De Gussem2012-06-121-2/+2
* Fixing warnings.Jon A. Cruz2012-05-251-5/+2
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ...Johan B. C. Engelen2012-05-241-153/+153
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+2508