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-mesh-array.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove an unused local .cpp enum.
Shlomi Fish
2017-01-04
1
-12
/
+0
*
Fix bug where conical gradient drawn in wrong arc.
Tavmjong Bah
2016-12-15
1
-1
/
+1
*
Correct error messages.
Tavmjong Bah
2016-12-08
1
-4
/
+4
*
Fix memory leak (incomplete clear).
Tavmjong Bah
2016-12-06
1
-4
/
+1
*
Fix bug with mesh handle update when corner moved via keys.
Tavmjong Bah
2016-11-30
1
-0
/
+1
*
Fix path outline function for meshes with nrow != ncolumn.
Tavmjong Bah
2016-11-17
1
-1
/
+1
*
Split selected rows/columns in half using Insert key.
Tavmjong Bah
2016-11-16
1
-0
/
+63
*
Fit to bounding box: correct transform when mesh has a non-identity gradient ...
Tavmjong Bah
2016-11-12
1
-0
/
+9
*
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
2016-11-08
1
-11
/
+54
*
Add option to scale mesh to fit in bounding box.
Tavmjong Bah
2016-10-17
1
-0
/
+44
*
Implement copying of objects with mesh gradients.
Tavmjong Bah
2016-10-14
1
-1
/
+1
*
Code cleanup: simplify initial mesh color calculation.
Tavmjong Bah
2016-10-14
1
-24
/
+9
*
Ensure newly created meshes have correct 'gradientUnits'.
Tavmjong Bah
2016-10-14
1
-4
/
+4
*
Render mesh gradients that reference other mesh gradients.
Tavmjong Bah
2016-10-12
1
-5
/
+18
*
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
2016-09-27
1
-5
/
+5
*
Fix undo/redo for mesh gradients.
Tavmjong Bah
2016-09-26
1
-16
/
+99
*
Fix bug reported in http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-5
/
+6
*
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-6
/
+6
*
Second part of new SPObject children list
Adrian Boguszewski
2016-07-13
1
-17
/
+17
*
Correct return value.
Tavmjong Bah
2015-11-23
1
-0
/
+1
*
Correct transform when picking colors under mesh.
Tavmjong Bah
2015-10-08
1
-8
/
+10
*
Match function definition and declaration syntax. Mismatch pointed out by dox...
Tavmjong Bah
2015-03-01
1
-5
/
+5
*
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
1
-404
/
+60
*
Replace Catmull-Rom by fininte-differences in smoothing routines.
Tavmjong Bah
2015-02-04
1
-51
/
+198
*
Experimental mesh smoothing code.
Tavmjong Bah
2015-02-02
1
-1
/
+579
*
Minor pass of header cleanup
Liam P. White
2014-08-30
1
-0
/
+2
*
Fix build (not pretty).
Liam P. White
2014-08-18
1
-7
/
+7
*
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
2014-02-08
1
-2
/
+2
*
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
2013-10-08
1
-4
/
+4
*
Fixed uninitialized variables & misc warnings.
Jon A. Cruz
2013-03-25
1
-7
/
+11
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-6
/
+0
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
Fixed typo.
Tavmjong Bah
2012-06-14
1
-1
/
+1
*
cppcheck
Kris De Gussem
2012-06-12
1
-2
/
+2
*
Fixing warnings.
Jon A. Cruz
2012-05-25
1
-5
/
+2
*
fix windows build. use 'guint' instead of 'uint'. although I do not know why ...
Johan B. C. Engelen
2012-05-24
1
-153
/
+153
*
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
2012-05-23
1
-0
/
+2508