summaryrefslogtreecommitdiffstats
path: root/src/object/sp-stop.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-05Fix signaling issue with gradient stops not updating their parentMartin Owens1-0/+10
2018-10-05Replicate some of the sp-item attribute handling for sp-stopMartin Owens1-3/+6
2018-10-05Removal of code but breaks gradientsMartin Owens1-121/+16
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+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)