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
/
effect.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
translator comments and minor string fixes
Ivan Mas??r
2009-04-23
1
-0
/
+1
*
unhide lpe-sketch. removed "construction lines" feature of this effect + mino...
JF Barraud
2009-04-20
1
-1
/
+1
*
add LPE recursive skeleton (experimental)
Johan B. C. Engelen
2009-04-12
1
-0
/
+5
*
unhide hatches lpe (tests commited to test-suite).
JF Barraud
2009-03-27
1
-1
/
+1
*
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
2009-03-15
1
-1
/
+5
*
Envelope Deform LPE is no longer experimental
Johan B. C. Engelen
2009-03-15
1
-1
/
+1
*
moved VonKoch lpe to non experimental: relevant tests commited as well...
JF Barraud
2009-03-13
1
-3
/
+3
*
Remove superfluous FreehandShape LPE
Maximilian Albert
2009-02-19
1
-4
/
+0
*
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Johan B. C. Engelen
2009-02-02
1
-1
/
+1
*
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Johan B. C. Engelen
2009-02-02
1
-2
/
+2
*
knot-lpe enabled (tests commited to testsuite).
JF Barraud
2009-02-02
1
-1
/
+4
*
move most of the new LPEs to the experimental section, this means that most o...
Johan B. C. Engelen
2009-01-24
1
-9
/
+11
*
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
1
-3
/
+1
*
added lpe-dynastroke, but hidden as experimental.
JF Barraud
2009-01-03
1
-0
/
+6
*
reorder LPE list
Johan B. C. Engelen
2009-01-02
1
-9
/
+9
*
renamed lpe-hatches to lpe-rough-hatches.
JF Barraud
2008-11-26
1
-5
/
+5
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-3
/
+7
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+1
*
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
1
-0
/
+5
*
Add lpe-line_segment to LPETool toolbar
Maximilian Albert
2008-08-18
1
-1
/
+2
*
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
2008-08-18
1
-4
/
+4
*
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
2008-08-18
1
-4
/
+4
*
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
2008-08-18
1
-0
/
+11
*
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
2008-08-18
1
-0
/
+5
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-1
/
+0
*
Warning cleanup
Jon A. Cruz
2008-08-01
1
-1
/
+1
*
New LPE: path length
Maximilian Albert
2008-07-30
1
-0
/
+5
*
New LPE: Text label
Maximilian Albert
2008-07-30
1
-0
/
+5
*
Remove superfluous #include
Maximilian Albert
2008-07-29
1
-1
/
+0
*
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
2008-07-29
1
-26
/
+34
*
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
2008-07-29
1
-5
/
+15
*
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
2008-07-29
1
-10
/
+6
*
remove dependency on INVALID_LPE a bit
Johan B. C. Engelen
2008-07-27
1
-3
/
+3
*
sort LPE effect list
Johan B. C. Engelen
2008-07-27
1
-26
/
+26
*
LPE Interpolate => "Interpolate Sub-Paths"
Johan B. C. Engelen
2008-07-27
1
-1
/
+1
*
add LPE Interpolate
Johan B. C. Engelen
2008-07-27
1
-0
/
+5
*
purge LivePathEffect::PathType
Johan B. C. Engelen
2008-07-20
1
-5
/
+4
*
add lpe-Boolops
Johan B. C. Engelen
2008-07-16
1
-0
/
+5
*
New LPE FreehandShape derived from PatternAlongPath (for the shapes in pen/pe...
Maximilian Albert
2008-07-15
1
-0
/
+4
*
New LPE: Ruler
Maximilian Albert
2008-07-15
1
-0
/
+5
*
Rename LPE: mirror reflect --> mirror symmetry
Maximilian Albert
2008-07-08
1
-4
/
+4
*
move undo commits closer to the UI
bulia byak
2008-07-05
1
-3
/
+0
*
Warning cleanup
Jon A. Cruz
2008-07-04
1
-2
/
+2
*
Remove oncanvas_editable attribute for PointParams; use their internal shape ...
Maximilian Albert
2008-07-04
1
-1
/
+2
*
New LPE: Offset
Maximilian Albert
2008-07-03
1
-0
/
+5
*
Enable status bar tips for LPE handles that are automatically created from Po...
Maximilian Albert
2008-07-02
1
-3
/
+4
*
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
2008-06-26
1
-1
/
+1
[next]