index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
/
sp-gradient.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-11
/
+9
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-05
remove Inkscape::URI::toString
Thomas Holder
1
-3
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-7
/
+7
2018-10-06
SPAttributeEnum typed function arguments
Thomas Holder
1
-1
/
+1
2018-10-05
Fix signaling issue with gradient stops not updating their parent
Martin Owens
1
-1
/
+0
2018-10-05
Removal of code but breaks gradients
Martin Owens
1
-4
/
+4
2018-06-21
Move global functions into SPGradient methods.
Emmanuel Gil Peyrot
1
-31
/
+28
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-20
/
+20
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-0
/
+0
2017-10-02
third batch
Marc Jeanmougin
1
-27
/
+17
2017-02-05
Fix C++11 errors and warnings with g++-7
Alex Valavanis
1
-1
/
+3
2016-11-17
Ensure getVector() and getArray() return a valid gradient pointer.
Tavmjong Bah
1
-4
/
+6
2016-10-20
Fix gradient comparison.
Marc Jeanmougin
1
-1
/
+1
2016-10-12
Render mesh gradients that reference other mesh gradients.
Tavmjong Bah
1
-7
/
+9
2016-10-09
Provide simple "preview" for mesh gradients.
Tavmjong Bah
1
-2
/
+61
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-13
/
+11
2016-09-26
Fix undo/redo for mesh gradients.
Tavmjong Bah
1
-48
/
+38
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-7
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+7
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-7
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-8
/
+8
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-20
/
+21
2016-04-29
Backout last commit as it introduced subtle errors.
Tavmjong Bah
1
-2
/
+0
2016-04-29
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
1
-0
/
+2
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-12
/
+12
2014-09-27
Update to experimental r13565
Liam P. White
1
-12
/
+9
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-12
/
+9
2014-07-28
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
1
-2
/
+0
2014-06-11
Fix for bugs 1318657 and 1298967
mathog
1
-23
/
+54
2014-03-13
Fix gradient position on document import (bug #1283193)
David Mathog
1
-20
/
+63
2014-03-12
incorrect gradient transform on copy&paste.. committing for mathog
Raphael Rosch
1
-0
/
+19
2013-10-21
Fix mesh gradient tool.
Markus Engel
1
-12
/
+17
2013-07-31
Removed placement news / explicit destructor calls.
Markus Engel
1
-2
/
+2
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-7
/
+9
2013-04-05
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
1
-1201
/
+132
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+36
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-46
/
+100
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-2
/
+2
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+7
2013-03-29
Renamed virtual function names.
Markus Engel
1
-50
/
+50
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-18
/
+18
2013-03-29
Replaced calls to "pattern_new".
Markus Engel
1
-3
/
+3
2013-03-14
Various changes.
Markus Engel
1
-7
/
+7
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-212
/
+38
2012-11-20
Fix for #970355, radial gradient using object bounding box.
Tavmjong Bah
1
-3
/
+22
[next]