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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
2009-01-09
1
-0
/
+4
*
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
*
apologies for our very fine windows build system
Johan B. C. Engelen
2009-01-04
1
-0
/
+2
*
rely on config file for enabling test effects
Johan B. C. Engelen
2009-01-03
1
-2
/
+4
*
remove some of the lpe test define clauses. they are not needed. this in prep...
Johan B. C. Engelen
2009-01-03
2
-8
/
+2
*
added lpe-dynastroke, but hidden as experimental.
JF Barraud
2009-01-03
5
-0
/
+404
*
reorder LPE list
Johan B. C. Engelen
2009-01-02
2
-13
/
+13
*
fixed transform_mutliply for vector lpe parameter.
JF Barraud
2008-12-17
1
-1
/
+1
*
fix LPE Sketch with new 2geom
Johan B. C. Engelen
2008-12-13
1
-3
/
+3
*
please don't forget to update Makefile_insert
bulia byak
2008-11-26
1
-2
/
+2
*
renamed lpe-hatches to lpe-rough-hatches.
JF Barraud
2008-11-26
5
-26
/
+26
*
Merge from fe-moved
Ted Gould
2008-11-21
33
-629
/
+1475
*
From trunk
Ted Gould
2008-10-27
16
-65
/
+52
*
Merging from trunk
Ted Gould
2008-10-11
11
-168
/
+399
*
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 a path parameter to doeffect_stack_test to test a bug + fix a stupid erro...
JF Barraud
2008-09-23
1
-1
/
+1
*
add a path parameter to doeffect_stack_test to test a bug
JF Barraud
2008-09-23
2
-1
/
+5
*
fix crash on entering invalid lpe name in xml
Johan B. C. Engelen
2008-09-23
1
-4
/
+3
*
Fixed initialization order issue
Jon A. Cruz
2008-09-18
2
-14
/
+14
*
lpe-vonkoch: added checkbox to restrict to (orientation preserving or not) si...
JF Barraud
2008-09-17
2
-0
/
+8
*
lpe-vonkoch: updated to handle groups + changed parameter interpretation to a...
JF Barraud
2008-09-17
2
-41
/
+37
*
lpe-knot update. Each crossing can be flipped independently.
JF Barraud
2008-09-16
2
-153
/
+409
*
Make displaying of unit in lpe-path-length optional
Maximilian Albert
2008-09-14
2
-2
/
+7
*
Scaling factor for lpe-path-length
Maximilian Albert
2008-09-14
2
-5
/
+6
*
Warning for bug
Jon A. Cruz
2008-09-14
1
-0
/
+2
*
Hide canvas text, too, when lpe-path-length is invisible
Maximilian Albert
2008-09-13
2
-0
/
+8
*
add lpe param: VectorParam<float> and VectorParam<double>
Johan B. C. Engelen
2008-09-02
4
-1
/
+180
*
Make lpe-ruler work for arbitrary paths, not just line segments
Maximilian Albert
2008-08-19
2
-22
/
+35
*
Don't display canvas text (length info) in lpe-ruler any more; add many more ...
Maximilian Albert
2008-08-19
2
-56
/
+88
*
Fix end type combo box
Maximilian Albert
2008-08-18
2
-7
/
+7
*
noop: reorder options for lpe-line-segment
Maximilian Albert
2008-08-18
1
-2
/
+2
*
Toggle button in geometry toolbar to set limiting bounding box for LPELineSeg...
Maximilian Albert
2008-08-18
2
-14
/
+8
*
Add action to change the end type of line segments if an item has LPELineSegm...
Maximilian Albert
2008-08-18
1
-1
/
+2
*
noop: wording
Maximilian Albert
2008-08-18
1
-2
/
+2
*
Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...
Maximilian Albert
2008-08-18
1
-0
/
+1
*
Add option do deactivate knotholder handles for LPEs (useful if they interfer...
Maximilian Albert
2008-08-18
2
-0
/
+8
*
Add lpe-line_segment to LPETool toolbar
Maximilian Albert
2008-08-18
1
-1
/
+2
*
cleanup
Maximilian Albert
2008-08-18
1
-1
/
+1
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
2
-6
/
+6
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
2
-6
/
+13
*
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
2008-08-18
2
-1
/
+13
*
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
2008-08-18
5
-1
/
+175
*
cast for EnumParam
Maximilian Albert
2008-08-18
1
-0
/
+3
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
4
-6
/
+6
*
Get rid of some superfluous includes
Maximilian Albert
2008-08-13
2
-15
/
+0
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
3
-3
/
+3
*
remove debug message
Johan B. C. Engelen
2008-08-07
1
-1
/
+0
*
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
2008-08-07
4
-8
/
+28
*
Remove some obsolete code
Maximilian Albert
2008-08-04
1
-57
/
+0
[prev]
[next]