index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor of end anchors.
Jabier Arraiza Cenoz
2014-04-01
2
-87
/
+101
*
clarify the 'sc' and 'ec' SPCurve, by point of Vinícius, whith the result of...
Jabier Arraiza Cenoz
2014-03-31
4
-29
/
+20
*
update to trunk
Jabier Arraiza Cenoz
2014-03-30
6
-40
/
+44
|
\
|
*
Fix some mismatched tags
Alex Valavanis
2014-03-30
1
-1
/
+1
|
*
Removed obsolete header file.
Markus Engel
2014-03-29
4
-14
/
+15
|
*
Further refactored SPKnot.
Markus Engel
2014-03-28
1
-11
/
+11
|
*
First step of refactoring SPKnot.
Markus Engel
2014-03-27
1
-25
/
+28
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-27
18
-362
/
+416
|
\
|
|
*
Changed some return types from gint to bool.
Markus Engel
2014-03-27
6
-28
/
+28
|
*
Cleaned up pencil-tool.
Markus Engel
2014-03-26
1
-47
/
+37
|
*
Cleaned up connector-tool, pen-tool, and pencil-tool.
Markus Engel
2014-03-26
3
-202
/
+199
|
*
Cleaned up includes of tools / revert experimental casting macro replacements...
Markus Engel
2014-03-26
14
-72
/
+142
*
|
Fixed bug continuing cusp nodes
Jabier Arraiza Cenoz
2014-03-20
1
-1
/
+1
*
|
Removed persistent blue line
Jabier Arraiza Cenoz
2014-03-20
1
-0
/
+4
*
|
Full refactor of path continuations in bspline-spirolive mode, I think no mor...
Jabier Arraiza Cenoz
2014-03-20
4
-27
/
+22
*
|
Refactor of anchors
Jabier Arraiza Cenoz
2014-03-20
3
-67
/
+50
*
|
Fix a bug when starting path with change from bspline to spiro and inverse
Jabier Arraiza Cenoz
2014-03-19
1
-3
/
+4
*
|
Fixing suv mac bug continuing existing bsplines/spiro paths
root
2014-03-19
1
-1
/
+1
*
|
This think fix su_v related bug on continuous paths in BSpline or Spiro mode
Jabier Arraiza Cenoz
2014-03-19
1
-1
/
+13
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-10
4
-11
/
+29
|
\
|
|
*
Fix random crashes when spraying in single path mode.
Krzysztof Kosi??ski
2014-03-09
3
-9
/
+27
|
*
Fix crashes caused by the desktop's query_style signal being called before
Krzysztof Kosi??ski
2014-03-08
1
-2
/
+2
*
|
Removing repeated condition logical test to make the code more readable
Vinícius dos Santos Oliveira
2014-03-10
1
-8
/
+6
*
|
Shortening code through removal of variable declaration used only at one
Vinícius dos Santos Oliveira
2014-03-10
1
-2
/
+1
*
|
Fixed a bug when click over the previuos node in bspline/spiro mode
root
2014-03-06
1
-1
/
+0
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-06
3
-120
/
+104
|
\
|
|
*
Derive ToolBase from sigc::trackable for easier slot management.
Krzysztof Kosi??ski
2014-03-05
3
-120
/
+104
*
|
Fixing branch problems
Jabier Arraiza Cenoz
2014-03-05
5
-63
/
+60
*
|
Translations
Jabier Arraiza Cenoz
2014-03-05
5
-60
/
+63
*
|
completed merging
Guiu Rocafort
2014-03-05
1
-5
/
+5
|
\
\
|
*
|
Change tooltip to one more explicit to make cusp nodes
Jabier Arraiza Cenoz
2014-03-04
1
-4
/
+4
|
*
|
Reduce a half the spiro distance to redraw
Jabier Arraiza Cenoz
2014-03-04
1
-1
/
+1
*
|
|
translations from spanish to english done, it might need a little review, but...
Guiu Rocafort
2014-03-05
5
-63
/
+60
|
/
/
*
|
Add new curve structure to show temporay item while draw on bspline and spiro...
Jabier Arraiza Cenoz
2014-03-02
3
-9
/
+45
*
|
Fixed update to trunk, lot of changes vinícius
Jabier Arraiza Cenoz
2014-03-02
2
-85
/
+66
*
|
Resolving conflicts, maybe broken
Jabier Arraiza Cenoz
2014-03-02
16
-1226
/
+1187
|
\
|
|
*
Added some consts. Turned functions to member functions.
Markus Engel
2014-03-02
16
-1051
/
+973
*
|
update to trunk
Jabier Arraiza Cenoz
2014-03-01
4
-43
/
+46
|
\
|
|
*
Fix for crash when cycle-selecting.
Markus Engel
2014-03-01
2
-39
/
+28
|
*
Fix for crashes on fast tool toggling.
Markus Engel
2014-03-01
2
-4
/
+18
*
|
adding some comments
Jabier Arraiza Cenoz
2014-02-28
1
-1
/
+6
*
|
update to trunk
Jabier Arraiza Cenoz
2014-02-28
1
-36
/
+62
|
\
|
|
*
Spray tool:
Nicolas Dufour
2014-02-28
1
-32
/
+58
|
*
remove some unnecessary copying/casting
Johan B. C. Engelen
2014-02-27
1
-4
/
+4
*
|
update to trunk
Jabier Arraiza Cenoz
2014-02-26
33
-515
/
+425
|
\
|
|
*
Added template functions as a casting-macro replacement.
Markus Engel
2014-02-26
1
-1
/
+23
|
*
Made constructors of tools use initializer lists.
Markus Engel
2014-02-26
33
-514
/
+402
*
|
Fixed some/all bugs related to continuing bspline/spiro curves advertaising b...
Jabier Arraiza Cenoz
2014-02-26
2
-35
/
+52
*
|
update to trunk
Jabier Arraiza Cenoz
2014-02-23
5
-0
/
+10
|
\
|
|
*
Fix for selcue settings.
Markus Engel
2014-02-23
5
-0
/
+10
[next]