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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Line-end fixups
Jon A. Cruz
2008-03-22
2
-275
/
+275
*
temporary fix. removed LPE context verb. now toolbar is normal again in windows.
Johan B. C. Engelen
2008-03-21
1
-1
/
+1
*
clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...
Johan B. C. Engelen
2008-03-21
3
-43
/
+44
*
Clean up event handler functions of pointparam-knotholder.cpp
Johan B. C. Engelen
2008-03-21
1
-74
/
+5
*
add pointparam-knotholder files to Makefile_insert
Johan B. C. Engelen
2008-03-20
1
-0
/
+2
*
forgot to commit the two essential files! sorry to break the build for a second
Johan B. C. Engelen
2008-03-20
2
-0
/
+343
*
remove #ifdef that was used to disable on-canvas editing.
Johan B. C. Engelen
2008-03-20
1
-7
/
+4
*
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
2008-03-20
2
-2
/
+25
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
2
-29
/
+0
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
1
-9
/
+28
*
Warning and whitespace cleanup
Jon A. Cruz
2008-03-01
1
-1
/
+1
*
fixing wrong includes
Felipe Corr??a da Silva Sanches
2008-02-28
2
-2
/
+2
*
Remove unnecessary dependencies for some of the lpe parameters.
Johan B. C. Engelen
2008-02-28
7
-13
/
+2
*
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
2008-02-27
7
-43
/
+44
*
Whitespace cleanup
Jon A. Cruz
2008-02-25
1
-22
/
+21
*
Warning and whitespace cleanup
Jon A. Cruz
2008-02-24
3
-8
/
+8
*
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
2008-02-20
2
-1
/
+7
*
add copy button to LPE pathparam
Johan B. C. Engelen
2008-01-26
2
-0
/
+16
*
path lpe parameter should not know of it's edit button since it has no unique...
Johan B. C. Engelen
2008-01-26
2
-8
/
+0
*
fix initialization of lpe params
Johan B. C. Engelen
2008-01-26
4
-2
/
+6
*
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
2008-01-16
1
-17
/
+10
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
2
-32
/
+11
*
RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>
Johan B. C. Engelen
2008-01-15
4
-50
/
+38
*
RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated clas...
Johan B. C. Engelen
2008-01-15
2
-29
/
+17
*
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
2008-01-15
11
-56
/
+54
*
correctly transform LPE path and point parameters with the SPItem's transform
Johan B. C. Engelen
2008-01-08
6
-7
/
+29
*
fix typo notepath => nodepath
Johan B. C. Engelen
2008-01-02
3
-3
/
+3
*
make LPE parameters responsible for transformation (LPE cycles through its pa...
Johan B. C. Engelen
2008-01-02
3
-0
/
+6
*
Set teeth selector in lpe-gears to an integer value >= 3.
Bryce Harrington
2007-12-30
1
-4
/
+5
*
fix compile warning with C++ style cast
Johan B. C. Engelen
2007-11-17
1
-1
/
+1
*
Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.
Johan B. C. Engelen
2007-11-09
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2007-11-04
1
-3
/
+14
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
3
-3
/
+3
*
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
2007-11-03
3
-0
/
+15
*
LPE: implement NEW path-along-path effect, i think that old one has become ob...
Johan B. C. Engelen
2007-10-30
2
-0
/
+11
*
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
2007-10-28
4
-12
/
+34
*
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
2007-10-24
1
-4
/
+1
*
LPE: add on-canvas editing of path parameters!
Johan B. C. Engelen
2007-10-20
2
-4
/
+24
*
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
2007-10-11
11
-1298
/
+1298
*
add verticalpattern checkbox to path-along-path and some parameters that are ...
Johan B. C. Engelen
2007-09-15
1
-4
/
+5
*
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
2007-09-15
1
-1
/
+1
*
change Y-scaling for curve stiching and path-along-path. add warning message ...
Johan B. C. Engelen
2007-09-14
2
-0
/
+31
*
fix pasting of LPE's across multiple document; plus a number of small fixes.
Johan B. C. Engelen
2007-09-14
1
-3
/
+0
*
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
2007-09-12
1
-17
/
+17
*
LPE: fix undo bug for applying/removing effect
Johan B. C. Engelen
2007-09-05
1
-1
/
+1
*
do not set value if widget is updating
bulia byak
2007-09-05
1
-1
/
+1
*
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
2007-09-04
2
-6
/
+6
*
Fix makefiles for added LPE parameter
Johan B. C. Engelen
2007-09-02
1
-0
/
+2
*
LPE: add RandomParam type.
Johan B. C. Engelen
2007-09-02
5
-11
/
+282
*
Add "scale y stroke" parameter to Curve Stitching LPE
Johan B. C. Engelen
2007-08-31
1
-0
/
+2
[prev]
[next]