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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-03-28
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2
-2
/
+17
2008-03-27
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
5
-20
/
+264
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
2
-21
/
+29
2008-03-23
set primary path storage to vector<path> in lpe-PathParam. only convert to pw...
Johan B. C. Engelen
2
-17
/
+61
2008-03-23
return const reference when getting path data from lpe-PathParam!
Johan B. C. Engelen
2
-2
/
+2
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
2
-10
/
+33
2008-03-22
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
1
-8
/
+8
2008-03-22
fix file
Johan B. C. Engelen
1
-204
/
+0
2008-03-22
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2
-2
/
+206
2008-03-22
Line-end fixups
Jon A. Cruz
2
-275
/
+275
2008-03-21
temporary fix. removed LPE context verb. now toolbar is normal again in windows.
Johan B. C. Engelen
1
-1
/
+1
2008-03-21
clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...
Johan B. C. Engelen
3
-43
/
+44
2008-03-21
Clean up event handler functions of pointparam-knotholder.cpp
Johan B. C. Engelen
1
-74
/
+5
2008-03-20
add pointparam-knotholder files to Makefile_insert
Johan B. C. Engelen
1
-0
/
+2
2008-03-20
forgot to commit the two essential files! sorry to break the build for a second
Johan B. C. Engelen
2
-0
/
+343
2008-03-20
remove #ifdef that was used to disable on-canvas editing.
Johan B. C. Engelen
1
-7
/
+4
2008-03-20
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
2
-2
/
+25
2008-03-02
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2
-29
/
+0
2008-03-02
NEW: temporary on-canvas indicators
Johan B. C. Engelen
1
-9
/
+28
2008-03-01
Warning and whitespace cleanup
Jon A. Cruz
1
-1
/
+1
2008-02-28
fixing wrong includes
Felipe Corr??a da Silva Sanches
2
-2
/
+2
2008-02-28
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
7
-13
/
+2
2008-02-27
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
7
-43
/
+44
2008-02-25
Whitespace cleanup
Jon A. Cruz
1
-22
/
+21
2008-02-24
Warning and whitespace cleanup
Jon A. Cruz
3
-8
/
+8
2008-02-20
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
2
-1
/
+7
2008-01-26
add copy button to LPE pathparam
Johan B. C. Engelen
2
-0
/
+16
2008-01-26
path lpe parameter should not know of it's edit button since it has no unique...
Johan B. C. Engelen
2
-8
/
+0
2008-01-26
fix initialization of lpe params
Johan B. C. Engelen
4
-2
/
+6
2008-01-16
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
1
-17
/
+10
2008-01-16
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2
-32
/
+11
2008-01-15
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
4
-50
/
+38
2008-01-15
RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...
Johan B. C. Engelen
2
-29
/
+17
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
11
-56
/
+54
2008-01-08
correctly transform LPE path and point parameters with the SPItem's transform
Johan B. C. Engelen
6
-7
/
+29
2008-01-02
fix typo notepath => nodepath
Johan B. C. Engelen
3
-3
/
+3
2008-01-02
make LPE parameters responsible for transformation (LPE cycles through its pa...
Johan B. C. Engelen
3
-0
/
+6
2007-12-30
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
1
-4
/
+5
2007-11-17
fix compile warning with C++ style cast
Johan B. C. Engelen
1
-1
/
+1
2007-11-09
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
1
-1
/
+1
2007-11-04
Warning cleanup
Jon A. Cruz
1
-3
/
+14
2007-11-04
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
3
-3
/
+3
2007-11-03
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
3
-0
/
+15
2007-10-30
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
2
-0
/
+11
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
4
-12
/
+34
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
2
-4
/
+24
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
11
-1298
/
+1298
[prev]
[next]