summaryrefslogtreecommitdiffstats
path: root/src/sp-mesh-patch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)