summaryrefslogtreecommitdiffstats
path: root/src/object/sp-gradient.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-11/+9
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-11-05remove Inkscape::URI::toStringThomas Holder1-3/+2
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-7/+7
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-10-05Fix signaling issue with gradient stops not updating their parentMartin Owens1-1/+0
2018-10-05Removal of code but breaks gradientsMartin Owens1-4/+4
2018-06-21Move global functions into SPGradient methods.Emmanuel Gil Peyrot1-31/+28
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-2/+2
This makes it clearer whether an integer or a boolean has to be passed in this specific call.
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-20/+20
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-6/+6
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2017-10-02third batchMarc Jeanmougin1-27/+17
2017-02-05Fix C++11 errors and warnings with g++-7Alex Valavanis1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1660992 (bzr r15477)
2016-11-17Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah1-4/+6
(bzr r15253)
2016-10-20Fix gradient comparison.Marc Jeanmougin1-1/+1
(bzr r15183)
2016-10-12Render mesh gradients that reference other mesh gradients.Tavmjong Bah1-7/+9
(bzr r15163)
2016-10-09Provide simple "preview" for mesh gradients.Tavmjong Bah1-2/+61
(bzr r15157)
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-13/+11
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137)
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-48/+38
(bzr r15135)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-7/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+7
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-7/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-8/+8
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-20/+21
(bzr r14954.1.19)
2016-04-29Backout last commit as it introduced subtle errors.Tavmjong Bah1-2/+0
(bzr r14864)
2016-04-29SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.Tavmjong Bah1-0/+2
(bzr r14863)
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵Tavmjong Bah1-12/+12
<meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956)
2014-09-27Update to experimental r13565Liam P. White1-12/+9
(bzr r13341.5.16)
2014-08-30Minor pass of header cleanupLiam P. White1-12/+9
(bzr r13341.1.189)
2014-07-28noop: remove commented-out code that is dangerous and should not come backJohan B. C. Engelen1-2/+0
(bzr r13475)
2014-06-11Fix for bugs 1318657 and 1298967mathog1-23/+54
(bzr r13417)
2014-03-13Fix gradient position on document import (bug #1283193)David Mathog1-20/+63
Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13145)
2014-03-12incorrect gradient transform on copy&paste.. committing for mathogRaphael Rosch1-0/+19
Fixed bugs: - https://launchpad.net/bugs/1283193 (bzr r13139)
2013-10-21Fix mesh gradient tool.Markus Engel1-12/+17
Fixed bugs: - https://launchpad.net/bugs/1239430 (bzr r12703)
2013-07-31Removed placement news / explicit destructor calls.Markus Engel1-2/+2
(bzr r11608.1.113)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-7/+9
(bzr r11608.1.86)
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-1201/+132
(bzr r11608.1.82)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+36
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-46/+100
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-2/+2
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+7
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-50/+50
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-18/+18
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-29Replaced calls to "pattern_new".Markus Engel1-3/+3
(bzr r11608.1.54)
2013-03-14Various changes.Markus Engel1-7/+7
(bzr r11608.1.48)
2013-01-23Clean up more GObject type definitionsAlex Valavanis1-212/+38
(bzr r12055)
2012-11-20Fix for #970355, radial gradient using object bounding box.Tavmjong Bah1-3/+22
(bzr r11887)