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
/
tool
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-21
Fixed bug whith maps
Jabier Arraiza Cenoz
3
-18
/
+16
2015-03-21
Fix a bug in multi-path-manipulator and finish bspline refactor
Jabier Arraiza Cenoz
3
-17
/
+13
2015-03-21
Improve the cache system of bspline, "Correctly" show bspline weight power on...
Jabier Arraiza Cenoz
4
-14
/
+28
2015-03-21
fix bspline calls and atemp to fic a bug whith map
Jabier Arraiza Cenoz
3
-14
/
+14
2015-03-19
fixing a boring bug in path manipulator
Jabier Arraiza Cenoz
1
-16
/
+22
2015-03-18
Changed two SP_IS_LPE_ITEM calls
Jabier Arraiza Cenoz
1
-16
/
+22
2015-01-01
simplify and optimice code for mobe bspline from paths
Jabier Arraiza Cenoz
1
-8
/
+12
2015-01-01
Allow reposition of BSpline using the path
Jabier Arraiza Cenoz
1
-2
/
+12
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
6
-11
/
+11
2014-12-21
Purge sp_desktop_controls
Liam P. White
3
-5
/
+5
2014-12-15
when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)
Alvin Penner
1
-0
/
+4
2014-11-24
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
1
-5
/
+5
2014-11-17
commented unused variables
Jabier Arraiza Cenoz
1
-2
/
+2
2014-11-03
Remove unused variable and put well a constant
Jabier Arraiza Cenoz
1
-4
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-09-29
This push add suport to helper paths redraw to nodes, handles and knots.
Jabier Arraiza Cenoz
1
-1
/
+10
2014-09-27
Update to experimental r13565
Liam P. White
4
-27
/
+67
2014-09-23
remove magic numbers from bspline
Jabier Arraiza Cenoz
2
-21
/
+30
2014-09-23
fix bug -bad power- inserting nodes near cusp nodes in bspline
Jabier Arraiza Cenoz
1
-3
/
+31
2014-09-22
Fix a bug in BSpline, happend pressing any key hover a modified weight handle...
Jabier Arraiza Cenoz
1
-0
/
+1
2014-09-16
Fix bug moving nodes in bspline mode
Jabier Arraiza Cenoz
1
-1
/
+1
2014-09-15
fixing cusp node bug on bspline -problems moving nodes because tiny handles
Jabier Arraiza Cenoz
1
-1
/
+3
2014-08-08
Massive performance improvment for basic node operations with thousands of nodes
Liam P. White
7
-18
/
+92
2014-08-04
Fixed some redraw problems moving nodes in bspline mode
Jabier Arraiza Cenoz
1
-2
/
+4
2014-07-02
Add LPE fillet-chamfer
Jabier Arraiza Cenoz
2
-6
/
+17
2014-06-01
remove fwd decl (a left-over, not intended for something useful) that breaks ...
Johan B. C. Engelen
1
-8
/
+0
2014-05-15
fix C++11 compilation
Johan B. C. Engelen
1
-0
/
+3
2014-05-13
Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW
Jabier Arraiza Cenoz
1
-1
/
+1
2014-05-13
Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamW
Jabier Arraiza Cenoz
1
-1
/
+1
2014-05-13
Patch from Jabierxto to fix a bug I reported off-tracker.
ScislaC
1
-2
/
+2
2014-05-12
Patch from Jabierxto to fix a bug I reported off-tracker.
Josh Andler
1
-2
/
+2
2014-05-05
adding const _pathmanipulatos staff to handles (handles also have tips)
Jabier Arraiza Cenoz
1
-0
/
+4
2014-05-05
Enabling path manipulator to comunicate if paths are bspline when
Vinícius dos Santos Oliveira
4
-12
/
+17
2014-04-01
A refactor for fixing some issues. Pending how to handle static functions
Jabier Arraiza Cenoz
3
-42
/
+45
2014-03-31
Some node.cpp/h work moved to path_manipulator.
Jabier Arraiza Cenoz
5
-110
/
+118
2014-03-31
use <cmath> instead <math.h> by point of Vinícius
Jabier Arraiza Cenoz
1
-1
/
+1
2014-03-30
Fix checking for unordered containers on incomplete C++11 implementations
Alex Valavanis
1
-1
/
+5
2014-03-22
tool/node.cpp : don't rely on g_error terminating the program, allow more gra...
Johan B. C. Engelen
1
-0
/
+4
2014-03-20
control-point-selection : fix a (very unlikely) crash upon dereferencing unit...
Johan B. C. Engelen
1
-0
/
+4
2014-03-16
Fix to solve static var in isBSpline function
Jabier Arraiza Cenoz
2
-12
/
+12
2014-03-14
simplify the code in isBSpline
Jabier Arraiza Cenoz
1
-2
/
+3
2014-03-14
disabling cache approach for isBSpline function, pointed by Vinícius
Jabier Arraiza Cenoz
2
-8
/
+9
2014-03-14
Adding default argument to PathManipulator::isBSpline.
Vinícius dos Santos Oliveira
1
-1
/
+1
2014-03-14
Small code simplification
Vinícius dos Santos Oliveira
1
-5
/
+1
2014-03-05
Fixing branch problems
Jabier Arraiza Cenoz
5
-44
/
+46
2014-03-05
Translations
Jabier Arraiza Cenoz
5
-46
/
+44
2014-03-05
translations from spanish to english done, it might need a little review, but...
Guiu Rocafort
5
-44
/
+46
2014-03-03
Fixed path color when changed by Objects Dialog
Liam P. White
2
-4
/
+4
2014-03-01
Substitute isBSpline property by a cached function isBSpline(bool)
Jabier Arraiza Cenoz
4
-27
/
+29
2014-02-28
adding some comments
Jabier Arraiza Cenoz
1
-2
/
+1
[prev]
[next]