summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-patch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-51/+0
| | | | A lot of header clean-up.
* Fix undo/redo for mesh gradients.Tavmjong Bah2016-09-261-5/+6
| | | (bzr r15135)
* Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah2015-03-011-9/+9
| | | | | | | | <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)
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-4/+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-0/+1
| | | (bzr r11608.1.117)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-3/+1
| | | (bzr r11608.1.86)
* Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-27/+3
| | | (bzr r11608.1.82)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-3/+3
| | | (bzr r11608.1.57)
* Added "virtual pad" toMarkus Engel2012-08-211-1/+20
| | | | | | | | | | | | | | | - 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/+59
(bzr r11406)