summaryrefslogtreecommitdiffstats
path: root/src/object/sp-mesh-row.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-10/+3
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-2/+29
(bzr r15135)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-15/+15
<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-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-1/+1
(bzr r12737)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-5/+3
(bzr r11608.1.86)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-0/+53
(bzr r11608.1.82)
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-0/+63
(bzr r11406)