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
*
Fix two missing icons in live effect parameters
Krzysztof Kosi??ski
2009-04-11
1
-2
/
+2
*
Ctor fixes and misc warning cleanups
Jon A. Cruz
2009-04-07
1
-1
/
+1
*
tidy up SPObjects that must always be LivePathEffectObjects
Johan B. C. Engelen
2009-03-19
1
-1
/
+1
*
store default size in lpe::ArrayParam
Johan B. C. Engelen
2009-03-15
1
-2
/
+3
*
move canvastext to its own file (no linking error for me anymore), add outlin...
bulia byak
2009-03-11
2
-1
/
+3
*
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
2009-02-20
1
-6
/
+1
*
move shape_editor from node context to the parent class, event context
bulia byak
2009-01-08
1
-1
/
+1
*
Cmake build fixes, minor
Joshua L. Blocher
2009-01-05
1
-1
/
+0
*
fixed transform_mutliply for vector lpe parameter.
JF Barraud
2008-12-17
1
-1
/
+1
*
Merge from fe-moved
Ted Gould
2008-11-21
11
-314
/
+394
*
Merging from trunk
Ted Gould
2008-10-11
1
-1
/
+2
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-1
/
+1
*
add lpe param: VectorParam<float> and VectorParam<double>
Johan B. C. Engelen
2008-09-02
4
-1
/
+180
*
cast for EnumParam
Maximilian Albert
2008-08-18
1
-0
/
+3
*
Get rid of some superfluous includes
Maximilian Albert
2008-08-13
1
-5
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
2
-4
/
+16
*
Fixed broken empty string check
Jon A. Cruz
2008-08-03
1
-10
/
+10
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
remove more NR:: from live_effects code
Johan B. C. Engelen
2008-08-01
1
-2
/
+2
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
2
-14
/
+13
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-8
/
+7
*
change knot.h to Geom::Point only instead of NR::Point.
Johan B. C. Engelen
2008-08-01
1
-1
/
+1
*
Make PointParam handles snap, too
Maximilian Albert
2008-08-01
1
-1
/
+2
*
Warning cleanup
Jon A. Cruz
2008-08-01
4
-5
/
+5
*
remove old reminder file (of my GSoC last year)
Johan B. C. Engelen
2008-07-31
1
-6
/
+0
*
Remove UI stuff from internal text parameter
Maximilian Albert
2008-07-31
1
-10
/
+6
*
New unit parameter for LPEs which lpe-ruler now uses
Maximilian Albert
2008-07-31
3
-1
/
+148
*
New function to set text position and anchor relative to a given path
Maximilian Albert
2008-07-30
2
-0
/
+20
*
Move coordinate transform workaround to a more logical place
Maximilian Albert
2008-07-30
1
-1
/
+2
*
New 'internal' TextParam which doesn't display a widget (useful if the text s...
Maximilian Albert
2008-07-30
2
-5
/
+29
*
Make text widget for TextParams work and re-enable it
Maximilian Albert
2008-07-30
2
-8
/
+5
*
Disable text entry widget for TextParam until it works correctly
Maximilian Albert
2008-07-29
1
-0
/
+5
*
Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...
Maximilian Albert
2008-07-29
1
-1
/
+2
*
New parameter TextParam for LPEs
Maximilian Albert
2008-07-29
3
-3
/
+176
*
automatically add helperpath for PathParams
Maximilian Albert
2008-07-29
2
-0
/
+7
*
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
2008-07-29
1
-0
/
+4
*
Remove obsolete function param_editOncanvas for PointParams
Maximilian Albert
2008-07-29
2
-22
/
+0
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
3
-5
/
+2
*
Remove superfluous functions
Maximilian Albert
2008-07-29
2
-4
/
+1
*
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
2008-07-29
3
-11
/
+36
*
purge LivePathEffect::PathType
Johan B. C. Engelen
2008-07-20
6
-26
/
+0
*
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
2008-07-20
2
-22
/
+50
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-1
/
+1
*
Enable simultaneous knotholder and nodepath
Maximilian Albert
2008-07-14
1
-1
/
+1
*
move undo commits closer to the UI
bulia byak
2008-07-05
1
-2
/
+2
*
live_effects/parameter/enum.h: Supply missing #includes/declarations so that ...
Peter Moulder
2008-07-05
1
-0
/
+1
*
Warning cleanup
Jon A. Cruz
2008-07-04
2
-4
/
+5
*
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
2008-07-04
2
-4
/
+5
*
First shot at a dropdown selector for various shapes in pen/pencil tool, alon...
Maximilian Albert
2008-07-03
2
-6
/
+13
[next]