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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-25
lpe-pts2ellipse: added perspective circle from 4 points
schwieni
1
-54
/
+48
2019-03-25
lpe-pts2ellipse: parameter enabling based on creation method
schwieni
1
-0
/
+2
2019-02-05
PencilToolbar: GtkAction migration
Alexander Valavanis
1
-8
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+3
2018-10-03
Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...
Jabiertxof
1
-2
/
+0
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2017-12-04
Adding fix to sliders and spin buttons on LPE
Jabier Arraiza
1
-0
/
+2
2017-09-22
Add tooltip to set default LPE widget
Jabier Arraiza
1
-0
/
+2
2017-05-29
Initial release
Jabiertxof
1
-5
/
+4
2017-05-27
More fixes to LPE
Jabiertxof
1
-5
/
+4
2017-05-27
More fixes to LPE
Jabiertxof
1
-5
/
+4
2017-05-27
Change bad named vars
Jabiertxof
1
-2
/
+2
2017-05-27
Change bad named vars
Jabiertxof
1
-2
/
+2
2017-04-29
Rewrite UX
Jabiertxof
1
-3
/
+3
2017-04-28
Reset
Jabiertxof
1
-3
/
+3
2017-04-26
Add LPE prefs dialog
Jabiertxof
1
-1
/
+1
2017-04-14
Allow set and reset default values of LPE parameters
Jabiertxof
1
-2
/
+2
2016-12-19
Remove some ocurrences of desktop in knot functions
Jabiertxof
1
-1
/
+1
2016-12-06
Fixes for measure LPE and speed path based LPE operations
Jabiertxof
1
-0
/
+2
2016-07-30
Full rewrite on working mode now no linked paths necesary
Jabier Arraiza Cenoz
1
-2
/
+0
2016-07-29
Improvements to widget redraw
Jabier Arraiza Cenoz
1
-0
/
+2
2016-07-24
Add strore parameters
Jabier Arraiza Cenoz
1
-0
/
+1
2015-10-18
Added "Spray Friendly" Parameter to roughen LPE
Jabier Arraiza Cenoz
1
-1
/
+3
2015-09-11
fixes bug:1492711 in bspline and fillet chamfer
jtx
1
-3
/
+2
2015-09-08
Better fix for bug 1492711
Jabier Arraiza Cenoz
1
-0
/
+3
2015-05-20
Use sane constant for min and max values in LPE dialogs
Ben Scholzen 'DASPRiD
1
-0
/
+7
2014-08-15
memleak fix (Bug #1293827: LivePathEffect memory leak )
Kris De Gussem
1
-1
/
+1
2013-01-17
const ....
Johan B. C. Engelen
1
-1
/
+1
2013-01-17
const methods
Johan B. C. Engelen
1
-3
/
+2
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-3
/
+2
2011-12-11
mixed usage of class and struct for same object
Kris De Gussem
1
-2
/
+2
2011-11-09
lpe: add slider to scalar param optionally (does not work very well yet)
Johan B. C. Engelen
1
-0
/
+3
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-06-21
Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...
Maximilian Albert
1
-0
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+2
2008-08-01
Warning cleanup
Jon A. Cruz
1
-2
/
+2
2008-07-29
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
1
-0
/
+4
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-0
/
+3
2008-07-20
purge LivePathEffect::PathType
Johan B. C. Engelen
1
-16
/
+0
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-1
/
+2
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-2
/
+1
2008-06-05
Rename param_writeSVGValue() --> param_getSVGValue() since the method doesn't...
Maximilian Albert
1
-2
/
+2
2008-06-05
Add paramType() method to LPE parameter classes
Maximilian Albert
1
-0
/
+16
2008-02-27
* (when debug macro is defined) call ShapeEditor function to on-canvas edit p...
Johan B. C. Engelen
1
-3
/
+6
2008-01-16
RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...
Johan B. C. Engelen
1
-1
/
+0
2008-01-15
prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.
Johan B. C. Engelen
1
-4
/
+5
[next]