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