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-mesh-array.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-09
Fix segfault in reading in meshes when xml:space="preserve".
Tavmjong Bah
1
-6
/
+4
2019-01-02
modernize loops (2)
Marc Jeanmougin
1
-3
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
1
-15
/
+12
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+3
2018-10-05
Removal of code but breaks gradients
Martin Owens
1
-3
/
+3
2018-09-11
Misc. typos
luz.paz
1
-1
/
+1
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
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
2018-01-08
Misc. typos
luz.paz
1
-1
/
+1
2017-11-13
SPMeshArray: fix a crash when dragging control points
Stefano Facchini
1
-18
/
+9
2017-10-01
First batch
Marc Jeanmougin
1
-17
/
+12
2017-01-04
Remove an unused local .cpp enum.
Shlomi Fish
1
-12
/
+0
2016-12-16
remove rollback to 15315
Jabiertxof
1
-5
/
+5
2016-12-16
Rollback 15315
Jabiertxof
1
-5
/
+5
2016-12-15
Fix bug where conical gradient drawn in wrong arc.
Tavmjong Bah
1
-1
/
+1
2016-12-08
Correct error messages.
Tavmjong Bah
1
-4
/
+4
2016-12-06
Fix memory leak (incomplete clear).
Tavmjong Bah
1
-4
/
+1
2016-11-30
Fix bug with mesh handle update when corner moved via keys.
Tavmjong Bah
1
-0
/
+1
2016-11-17
Fix path outline function for meshes with nrow != ncolumn.
Tavmjong Bah
1
-1
/
+1
2016-11-16
Split selected rows/columns in half using Insert key.
Tavmjong Bah
1
-0
/
+63
2016-11-12
Fit to bounding box: correct transform when mesh has a non-identity gradient ...
Tavmjong Bah
1
-0
/
+9
2016-11-08
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
1
-11
/
+54
2016-10-17
Add option to scale mesh to fit in bounding box.
Tavmjong Bah
1
-0
/
+44
2016-10-14
Implement copying of objects with mesh gradients.
Tavmjong Bah
1
-1
/
+1
2016-10-14
Code cleanup: simplify initial mesh color calculation.
Tavmjong Bah
1
-24
/
+9
2016-10-14
Ensure newly created meshes have correct 'gradientUnits'.
Tavmjong Bah
1
-4
/
+4
2016-10-12
Render mesh gradients that reference other mesh gradients.
Tavmjong Bah
1
-5
/
+18
2016-09-27
Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.
Tavmjong Bah
1
-5
/
+5
2016-09-26
Fix undo/redo for mesh gradients.
Tavmjong Bah
1
-16
/
+99
2016-08-15
Fix bug reported in http://www.viva64.com/en/b/0419/
Tavmjong Bah
1
-5
/
+6
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-6
/
+6
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-17
/
+17
2015-11-23
Correct return value.
Tavmjong Bah
1
-0
/
+1
2015-10-08
Correct transform when picking colors under mesh.
Tavmjong Bah
1
-8
/
+10
2015-03-01
Match function definition and declaration syntax. Mismatch pointed out by dox...
Tavmjong Bah
1
-5
/
+5
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-404
/
+60
2015-02-04
Replace Catmull-Rom by fininte-differences in smoothing routines.
Tavmjong Bah
1
-51
/
+198
2015-02-02
Experimental mesh smoothing code.
Tavmjong Bah
1
-1
/
+579
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+2
2014-08-30
Minor pass of header cleanup
Liam P. White
1
-0
/
+2
2014-08-18
Fix build (not pretty).
Liam P. White
1
-7
/
+7
2014-02-08
DrawingContext: change variable names ct to dc (bug #1272073)
David Mathog
1
-2
/
+2
2013-10-08
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
1
-4
/
+4
2013-03-25
Fixed uninitialized variables & misc warnings.
Jon A. Cruz
1
-7
/
+11
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-6
/
+0
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-2
/
+2
2012-06-14
Fixed typo.
Tavmjong Bah
1
-1
/
+1
[next]