summaryrefslogtreecommitdiffstats
path: root/src/object/sp-stop.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
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
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-0/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2015-02-25create SPObject factoryLiam P. White1-10/+0
2014-12-25Remove sp_style_new().Tavmjong Bah1-4/+2
2013-08-03Cleaned up.Markus Engel1-55/+48
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+4
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-1/+194
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-18Follow-up to complete fix for gradient stops and icc.Jon A. Cruz1-2/+3
2010-07-18Correcting black gradient stops when swatches are set or drug.Jon A. Cruz1-1/+28
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-1/+29
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-0/+66