summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-gradient.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-43/+0
| | | | A lot of header clean-up.
* Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah2016-09-271-0/+43
| | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-43/+0
| | | | | | | | <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)
* Experimental mesh smoothing code.Tavmjong Bah2015-02-021-1/+2
| | | (bzr r13890)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-2/+2
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* Added runtime check in SP_-cast macros.Markus Engel2013-09-151-1/+1
| | | (bzr r11608.1.123)
* Modified SP_IS_ macros.Markus Engel2013-09-141-1/+1
| | | (bzr r11608.1.122)
* Cleaned up.Markus Engel2013-08-031-1/+3
| | | (bzr r11608.1.117)
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-19/+3
| | | (bzr r11608.1.82)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Renamed virtual function names.Markus Engel2013-03-291-4/+4
| | | (bzr r11608.1.57)
* Added "virtual pad" toMarkus Engel2012-08-211-1/+21
| | | | | | | | | | | | | | | - SPPaintServer - SPPattern - SPGradient - SPStop - SPLinearGradient - SPMeshGradient - SPMeshPatch - SPMeshRow - SPRadialGradient As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style. (bzr r11608.1.35)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+35
(bzr r11406)