summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3102/+0
2018-01-08Misc. typosluz.paz1-1/+1
2017-11-13SPMeshArray: fix a crash when dragging control pointsStefano Facchini1-18/+9
2017-10-01First batchMarc Jeanmougin1-17/+12
2017-01-04Remove an unused local .cpp enum.Shlomi Fish1-12/+0
2016-12-16remove rollback to 15315Jabiertxof1-5/+5
2016-12-16Rollback 15315Jabiertxof1-5/+5
2016-12-15Fix bug where conical gradient drawn in wrong arc.Tavmjong Bah1-1/+1
2016-12-08Correct error messages.Tavmjong Bah1-4/+4
2016-12-06Fix memory leak (incomplete clear).Tavmjong Bah1-4/+1
2016-11-30Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah1-0/+1
2016-11-17Fix path outline function for meshes with nrow != ncolumn.Tavmjong Bah1-1/+1
2016-11-16Split selected rows/columns in half using Insert key.Tavmjong Bah1-0/+63
2016-11-12Fit to bounding box: correct transform when mesh has a non-identity gradient ...Tavmjong Bah1-0/+9
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-11/+54
2016-10-17Add option to scale mesh to fit in bounding box.Tavmjong Bah1-0/+44
2016-10-14Implement copying of objects with mesh gradients.Tavmjong Bah1-1/+1
2016-10-14Code cleanup: simplify initial mesh color calculation.Tavmjong Bah1-24/+9
2016-10-14Ensure newly created meshes have correct 'gradientUnits'.Tavmjong Bah1-4/+4
2016-10-12Render mesh gradients that reference other mesh gradients.Tavmjong Bah1-5/+18
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-5/+5
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-16/+99
2016-08-15Fix bug reported in http://www.viva64.com/en/b/0419/Tavmjong Bah1-5/+6
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-6/+6
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-17/+17
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