index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-gradient.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix gradient comparison.
Marc Jeanmougin
2016-10-20
1
-1
/
+1
*
Render mesh gradients that reference other mesh gradients.
Tavmjong Bah
2016-10-12
1
-7
/
+9
*
Provide simple "preview" for mesh gradients.
Tavmjong Bah
2016-10-09
1
-2
/
+61
*
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
2016-09-27
1
-13
/
+11
*
Fix undo/redo for mesh gradients.
Tavmjong Bah
2016-09-26
1
-48
/
+38
*
Merged trunk
Adrian Boguszewski
2016-08-03
1
-7
/
+0
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-7
/
+0
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+7
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-7
/
+0
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-8
/
+8
*
|
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-20
/
+21
|
/
*
Backout last commit as it introduced subtle errors.
Tavmjong Bah
2016-04-29
1
-2
/
+0
*
SVG 2 allows 'href' without 'xlink:'. For now just read plain 'href'.
Tavmjong Bah
2016-04-29
1
-0
/
+2
*
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
1
-12
/
+12
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-12
/
+9
*
noop: remove commented-out code that is dangerous and should not come back
Johan B. C. Engelen
2014-07-28
1
-2
/
+0
*
Fix for bugs 1318657 and 1298967
mathog
2014-06-11
1
-23
/
+54
*
Fix gradient position on document import (bug #1283193)
David Mathog
2014-03-13
1
-20
/
+63
*
incorrect gradient transform on copy&paste.. committing for mathog
Raphael Rosch
2014-03-12
1
-0
/
+19
*
Fix mesh gradient tool.
Markus Engel
2013-10-21
1
-12
/
+17
*
Removed placement news / explicit destructor calls.
Markus Engel
2013-07-31
1
-2
/
+2
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-7
/
+9
*
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
2013-04-05
1
-1201
/
+132
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+36
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-46
/
+100
*
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-2
/
+2
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+7
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-50
/
+50
*
merged from trunk
Markus Engel
2013-03-29
1
-446
/
+88
|
\
|
*
Clean up more GObject type definitions
Alex Valavanis
2013-01-23
1
-212
/
+38
|
*
Fix for #970355, radial gradient using object bounding box.
Tavmjong Bah
2012-11-20
1
-3
/
+22
|
*
Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned i...
Nicolas Dufour
2012-11-10
1
-3
/
+3
|
*
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
John Smith
2012-09-19
1
-0
/
+36
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-18
/
+18
*
|
Replaced calls to "pattern_new".
Markus Engel
2013-03-29
1
-3
/
+3
*
|
Various changes.
Markus Engel
2013-03-14
1
-7
/
+7
*
|
Added "virtual pad" to
Markus Engel
2012-08-21
1
-180
/
+359
|
/
*
Fixing warnings.
Jon A. Cruz
2012-05-25
1
-14
/
+14
*
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
2012-05-23
1
-12
/
+616
*
fix crash (bug #941317)
Johan B. C. Engelen
2012-04-05
1
-1
/
+1
*
cppcheck
Kris De Gussem
2012-03-07
1
-2
/
+2
*
Add a tolerance-based hack, so that radial gradients with focus outside
Krzysztof Kosi??ski
2011-11-14
1
-3
/
+24
*
Fix crash when previewing objectBoundingBox gradients
Krzysztof Kosi??ski
2011-09-18
1
-1
/
+1
*
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
2011-08-27
1
-6
/
+6
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-22
/
+23
|
\
|
*
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
2011-02-21
1
-7
/
+43
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-11
/
+11
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-30
/
+30
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-47
/
+44
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-47
/
+44
|
|
\
[next]