summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-array.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3102/+0
A lot of header clean-up.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-11-13SPMeshArray: fix a crash when dragging control pointsStefano Facchini1-18/+9
It used to work with the old GSList code because objects where prepended instead of appended, so they were freed in the "right" order. But actually it's enough to delete the row objects, the children are then automatically deleted.
2017-10-01First batchMarc Jeanmougin1-17/+12
2017-01-04Remove an unused local .cpp enum.Shlomi Fish1-12/+0
(bzr r15369.1.12)
2016-12-16remove rollback to 15315Jabiertxof1-5/+5
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-5/+5
(bzr r15295.1.25)
2016-12-15Fix bug where conical gradient drawn in wrong arc.Tavmjong Bah1-1/+1
(bzr r15329)
2016-12-08Correct error messages.Tavmjong Bah1-4/+4
(bzr r15311)
2016-12-06Fix memory leak (incomplete clear).Tavmjong Bah1-4/+1
(bzr r15300)
2016-11-30Fix bug with mesh handle update when corner moved via keys.Tavmjong Bah1-0/+1
(bzr r15288)
2016-11-17Fix path outline function for meshes with nrow != ncolumn.Tavmjong Bah1-1/+1
(bzr r15255)
2016-11-16Split selected rows/columns in half using Insert key.Tavmjong Bah1-0/+63
(bzr r15251)
2016-11-12Fit to bounding box: correct transform when mesh has a non-identity gradient ↵Tavmjong Bah1-0/+9
transform. (bzr r15243)
2016-11-08Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah1-11/+54
Create new meshes with alternating color/white pattern (makes it more obvious a mesh has been created). (bzr r15229)
2016-10-17Add option to scale mesh to fit in bounding box.Tavmjong Bah1-0/+44
(bzr r15173)
2016-10-14Implement copying of objects with mesh gradients.Tavmjong Bah1-1/+1
(bzr r15171)
2016-10-14Code cleanup: simplify initial mesh color calculation.Tavmjong Bah1-24/+9
(bzr r15169)
2016-10-14Ensure newly created meshes have correct 'gradientUnits'.Tavmjong Bah1-4/+4
(bzr r15167)
2016-10-12Render mesh gradients that reference other mesh gradients.Tavmjong Bah1-5/+18
(bzr r15163)
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-5/+5
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-16/+99
(bzr r15135)
2016-08-15Fix bug reported in http://www.viva64.com/en/b/0419/Tavmjong Bah1-5/+6
(bzr r15058)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-6/+6
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-17/+17
(bzr r14954.1.19)
2015-11-23Correct return value.Tavmjong Bah1-0/+1
(bzr r14484)
2015-10-08Correct transform when picking colors under mesh.Tavmjong Bah1-8/+10
(bzr r14401)
2015-03-01Match function definition and declaration syntax. Mismatch pointed out by ↵Tavmjong Bah1-5/+5
doxygen warnings. (bzr r13958)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-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)
2015-02-04Replace Catmull-Rom by fininte-differences in smoothing routines.Tavmjong Bah1-51/+198
Set cross-derivatives to zero for the moment. (bzr r13899)
2015-02-02Experimental mesh smoothing code.Tavmjong Bah1-1/+579
(bzr r13890)
2014-09-27Update to experimental r13565Liam P. White1-0/+2
(bzr r13341.5.16)
2014-08-30Minor pass of header cleanupLiam P. White1-0/+2
(bzr r13341.1.189)
2014-08-18Fix build (not pretty).Liam P. White1-7/+7
(bzr r13341.1.146)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ↵Tavmjong Bah1-4/+4
using the Circle, Ellipse, and Arc tool. (bzr r12670)
2013-03-25Fixed uninitialized variables & misc warnings.Jon A. Cruz1-7/+11
(bzr r12241)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-6/+0
(bzr r12014)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-2/+2
they are not used elsewhere. (bzr r11735)
2012-06-14Fixed typo.Tavmjong Bah1-1/+1
(bzr r11498)
2012-06-12cppcheckKris De Gussem1-2/+2
(bzr r11492)
2012-05-25Fixing warnings.Jon A. Cruz1-5/+2
(bzr r11414)
2012-05-24fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen1-153/+153
you wouldn't just use 'unsigned int' (bzr r11410)
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+2508
(bzr r11406)