summaryrefslogtreecommitdiffstats
path: root/src/sp-stop.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-265/+0
A lot of header clean-up.
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-0/+1
(bzr r15135)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-25Remove sp_style_new().Tavmjong Bah1-4/+2
(bzr r13822.1.6)
2013-08-03Cleaned up.Markus Engel1-55/+48
(bzr r11608.1.117)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
(bzr r11608.1.86)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-1/+194
(bzr r11608.1.82)
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)
2010-07-18Follow-up to complete fix for gradient stops and icc.Jon A. Cruz1-2/+3
(bzr r9606.1.12)
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-1/+28
Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9606.1.10)
2010-07-18Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz1-1/+29
is drag-n-drop'ed or selected. (bzr r9620)
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-0/+66
(bzr r9163)