summaryrefslogtreecommitdiffstats
path: root/src/sp-linear-gradient.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-44/+0
A lot of header clean-up.
2014-09-27Update to experimental r13565Liam P. White1-2/+2
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-2/+2
GThread deprecation errors. (bzr r13341.1.190)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-08-03Cleaned up.Markus Engel1-2/+3
(bzr r11608.1.117)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-18/+3
(bzr r11608.1.82)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-03-29Renamed virtual function names.Markus Engel1-4/+4
(bzr r11608.1.57)
2012-08-21Added "virtual pad" toMarkus Engel1-1/+22
- 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)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)