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
/
parameter.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add tooltip to set default LPE widget
Jabier Arraiza
2017-09-22
1
-0
/
+2
*
More fixes to LPE
Jabiertxof
2017-05-27
1
-5
/
+4
*
Change bad named vars
Jabiertxof
2017-05-27
1
-2
/
+2
*
Rewrite UX
Jabiertxof
2017-04-29
1
-3
/
+3
*
Reset
Jabiertxof
2017-04-28
1
-3
/
+3
*
Add LPE prefs dialog
Jabiertxof
2017-04-26
1
-1
/
+1
*
Allow set and reset default values of LPE parameters
Jabiertxof
2017-04-14
1
-2
/
+2
*
Remove some ocurrences of desktop in knot functions
Jabiertxof
2016-12-19
1
-1
/
+1
*
Fixes for measure LPE and speed path based LPE operations
Jabiertxof
2016-12-06
1
-0
/
+2
*
Full rewrite on working mode now no linked paths necesary
Jabier Arraiza Cenoz
2016-07-30
1
-2
/
+0
*
Improvements to widget redraw
Jabier Arraiza Cenoz
2016-07-29
1
-0
/
+2
*
Add strore parameters
Jabier Arraiza Cenoz
2016-07-24
1
-0
/
+1
*
Added "Spray Friendly" Parameter to roughen LPE
Jabier Arraiza Cenoz
2015-10-18
1
-1
/
+3
*
fixes bug:1492711 in bspline and fillet chamfer
jtx
2015-09-11
1
-3
/
+2
*
Better fix for bug 1492711
Jabier Arraiza Cenoz
2015-09-08
1
-0
/
+3
*
Use sane constant for min and max values in LPE dialogs
Ben Scholzen 'DASPRiD
2015-05-20
1
-0
/
+7
*
memleak fix (Bug #1293827: LivePathEffect memory leak )
Kris De Gussem
2014-08-15
1
-1
/
+1
*
const ....
Johan B. C. Engelen
2013-01-17
1
-1
/
+1
*
const methods
Johan B. C. Engelen
2013-01-17
1
-3
/
+2
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-3
/
+2
*
mixed usage of class and struct for same object
Kris De Gussem
2011-12-11
1
-2
/
+2
*
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
2011-11-09
1
-0
/
+3
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...
Maximilian Albert
2009-06-21
1
-0
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+2
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-2
/
+2
*
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
2008-07-29
1
-0
/
+4
*
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
2008-07-29
1
-0
/
+3
*
purge LivePathEffect::PathType
Johan B. C. Engelen
2008-07-20
1
-16
/
+0
*
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
2008-06-08
1
-1
/
+2
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-2
/
+1
*
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
2008-06-05
1
-2
/
+2
*
Add paramType() method to LPE parameter classes
Maximilian Albert
2008-06-05
1
-0
/
+16
*
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
2008-02-27
1
-3
/
+6
*
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
2008-01-16
1
-1
/
+0
*
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
2008-01-15
1
-4
/
+5
*
correctly transform LPE path and point parameters with the SPItem's transform
Johan B. C. Engelen
2008-01-08
1
-0
/
+2
*
fix typo notepath => nodepath
Johan B. C. Engelen
2008-01-02
1
-1
/
+1
*
make LPE parameters responsible for transformation (LPE cycles through its pa...
Johan B. C. Engelen
2008-01-02
1
-0
/
+2
*
Warning cleanup
Jon A. Cruz
2007-11-04
1
-3
/
+14
*
make setup_notepath function for LPE's and LPE parameters.
Johan B. C. Engelen
2007-11-03
1
-0
/
+5
*
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
2007-10-28
1
-0
/
+7
*
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
2007-10-11
1
-108
/
+108
*
change Y-scaling for curve stiching and path-along-path. add warning message ...
Johan B. C. Engelen
2007-09-14
1
-0
/
+5
*
LPE: add RandomParam type.
Johan B. C. Engelen
2007-09-02
1
-9
/
+10
*
LPE:
Johan B. C. Engelen
2007-08-29
1
-6
/
+10
*
Add default value stuff for LPE parameters
Johan B. C. Engelen
2007-08-19
1
-1
/
+7
*
Fix LPE:
Johan B. C. Engelen
2007-08-17
1
-5
/
+13
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-0
/
+84