index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
mesh-toolbar.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-12-08
0-sized arrays are supposed to be forbidden
Marc Jeanmougin
1
-4
/
+4
2015-11-24
Change context from gradient to mesh.
Tavmjong Bah
1
-1
/
+4
2015-11-05
static code analysis
Kris De Gussem
1
-2
/
+2
2015-10-08
Add buttons for some side/corner mesh opeartions.
Tavmjong Bah
1
-1
/
+77
2015-03-01
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
1
-73
/
+52
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-2
/
+2
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-4
/
+4
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+6
2015-02-03
Fix two instances of "Dead Initialization" found via Clang scan-build.
Tavmjong Bah
1
-2
/
+0
2015-02-02
Experimental mesh smoothing code.
Tavmjong Bah
1
-19
/
+205
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-2
/
+2
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-5
/
+5
2014-08-10
Further fixes related to bug #1327267, toolbars don't need to update when the...
Liam P. White
1
-42
/
+46
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-1
/
+1
2013-09-15
Enable unit evaluation in toolbars.
Matthew Petroff
1
-2
/
+2
2013-07-19
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
Matthew Petroff
1
-2
/
+2
2012-05-28
Build with GDK_DISABLE_DEPRECATED for Gtk+ 2
Alex Valavanis
1
-1
/
+1
2012-05-25
Fixing warnings.
Jon A. Cruz
1
-14
/
+7
2012-05-23
Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
Tavmjong Bah
1
-0
/
+373