index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
parameter
/
path.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-04-11
Fix two missing icons in live effect parameters
Krzysztof Kosi??ski
1
-2
/
+2
2009-03-19
tidy up SPObjects that must always be LivePathEffectObjects
Johan B. C. Engelen
1
-1
/
+1
2009-01-08
move shape_editor from node context to the parent class, event context
bulia byak
1
-1
/
+1
2008-09-25
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
1
-1
/
+1
2008-08-07
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
1
-4
/
+12
2008-08-03
Fixed broken empty string check
Jon A. Cruz
1
-10
/
+10
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-29
automatically add helperpath for PathParams
Maximilian Albert
1
-0
/
+6
2008-07-20
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
1
-17
/
+45
2008-07-14
Enable simultaneous knotholder and nodepath
Maximilian Albert
1
-1
/
+1
2008-07-05
move undo commits closer to the UI
bulia byak
1
-2
/
+2
2008-07-03
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
1
-5
/
+10
2008-06-22
use pathvector directly from SPCurve in LPE path parameter.
Johan B. C. Engelen
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-6
/
+6
2008-06-05
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
1
-1
/
+1
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-1
/
+1
2008-04-13
fix typo
Johan B. C. Engelen
1
-1
/
+0
2008-04-13
now with 2geom's arc implem. : accept pasting ellipse path params.
Johan B. C. Engelen
1
-13
/
+6
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-1
/
+1
2008-03-28
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
1
-2
/
+16
2008-03-27
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
1
-18
/
+137
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
1
-24
/
+17
2008-03-24
Corrected initialization order
Jon A. Cruz
1
-1
/
+1
2008-03-23
prepare PathParam for linking to other object
Johan B. C. Engelen
1
-20
/
+28
2008-03-23
set primary path storage to vector<path> in lpe-PathParam. only convert to pw...
Johan B. C. Engelen
1
-16
/
+53
2008-03-23
return const reference when getting path data from lpe-PathParam!
Johan B. C. Engelen
1
-1
/
+1
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
1
-5
/
+22
2008-02-27
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
1
-2
/
+2
2008-02-20
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
1
-0
/
+6
2008-01-26
add copy button to LPE pathparam
Johan B. C. Engelen
1
-0
/
+15
2008-01-26
path lpe parameter should not know of it's edit button since it has no unique...
Johan B. C. Engelen
1
-2
/
+0
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
1
-38
/
+29
2008-01-08
correctly transform LPE path and point parameters with the SPItem's transform
Johan B. C. Engelen
1
-3
/
+2
2008-01-02
fix typo notepath => nodepath
Johan B. C. Engelen
1
-1
/
+1
2007-11-03
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
1
-0
/
+9
2007-10-30
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
1
-0
/
+9
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
1
-12
/
+24
2007-10-24
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
1
-4
/
+1
2007-10-20
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
1
-4
/
+18
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
1
-182
/
+182
2007-08-26
Temporary fix LPE "2Geom not implemented" crash when pasting paths with 'A' i...
Johan B. C. Engelen
1
-4
/
+9
2007-08-26
2 LPE things:
Johan B. C. Engelen
1
-0
/
+1
2007-08-19
Add default value stuff for LPE parameters
Johan B. C. Engelen
1
-1
/
+10
2007-08-17
Fix LPE:
Johan B. C. Engelen
1
-3
/
+4
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-0
/
+166