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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-11-23
decrease header deps
Johan B. C. Engelen
1
-0
/
+1
2009-11-23
add LPE extrude. it's not finished yet!
Johan B. C. Engelen
1
-0
/
+5
2009-09-26
Other patch by Johan to comment out a warning. Thanks Johan!
Josh Andler
1
-1
/
+1
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-06-21
Remove 'Is visible?' checkbox from LPE editor because it duplicates functiona...
Maximilian Albert
1
-7
/
+10
2009-06-05
made ruler lpe "official" + restored a "unit" param and fixed end mark on clo...
JF Barraud
1
-1
/
+1
2009-05-14
make LPE-Interpolate "official"
Johan B. C. Engelen
1
-1
/
+1
2009-05-07
remove the deactivate knotholder parameter
bulia byak
1
-5
/
+0
2009-04-23
translator comments and minor string fixes
Ivan Mas??r
1
-0
/
+1
2009-04-20
unhide lpe-sketch. removed "construction lines" feature of this effect + mino...
JF Barraud
1
-1
/
+1
2009-04-12
add LPE recursive skeleton (experimental)
Johan B. C. Engelen
1
-0
/
+5
2009-03-27
unhide hatches lpe (tests commited to test-suite).
JF Barraud
1
-1
/
+1
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-1
/
+5
2009-03-15
Envelope Deform LPE is no longer experimental
Johan B. C. Engelen
1
-1
/
+1
2009-03-13
moved VonKoch lpe to non experimental: relevant tests commited as well...
JF Barraud
1
-3
/
+3
2009-02-19
Remove superfluous FreehandShape LPE
Maximilian Albert
1
-4
/
+0
2009-02-02
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Johan B. C. Engelen
1
-1
/
+1
2009-02-02
enable lpe-spiro and lpe-freehand (which should be removed !!!!!!!!)
Johan B. C. Engelen
1
-2
/
+2
2009-02-02
knot-lpe enabled (tests commited to testsuite).
JF Barraud
1
-1
/
+4
2009-01-24
move most of the new LPEs to the experimental section, this means that most o...
Johan B. C. Engelen
1
-9
/
+11
2009-01-03
rely on config file for enabling test effects
Johan B. C. Engelen
1
-2
/
+4
2009-01-03
remove some of the lpe test define clauses. they are not needed. this in prep...
Johan B. C. Engelen
1
-3
/
+1
2009-01-03
added lpe-dynastroke, but hidden as experimental.
JF Barraud
1
-0
/
+6
2009-01-02
reorder LPE list
Johan B. C. Engelen
1
-9
/
+9
2008-11-26
renamed lpe-hatches to lpe-rough-hatches.
JF Barraud
1
-5
/
+5
2008-11-21
Merge from fe-moved
Ted Gould
1
-3
/
+7
2008-10-27
From trunk
Ted Gould
1
-1
/
+1
2008-08-18
noop: wording
Maximilian Albert
1
-2
/
+2
2008-08-18
Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ex...
Maximilian Albert
1
-0
/
+1
2008-08-18
Add option do deactivate knotholder handles for LPEs (useful if they interfer...
Maximilian Albert
1
-0
/
+5
2008-08-18
Add lpe-line_segment to LPETool toolbar
Maximilian Albert
1
-1
/
+2
2008-08-18
Rename acceptsNumParams() -> acceptsNumClicks() because it makes more sense
Maximilian Albert
1
-4
/
+4
2008-08-18
Remove done_pathparam_set and friends because it currently isn't used any mor...
Maximilian Albert
1
-4
/
+4
2008-08-18
reimplement acceptsNumParams(); instead of making it a virtual function we ju...
Maximilian Albert
1
-0
/
+11
2008-08-18
New LPE to draw infinite lines (cut by a limiting bounding box), rays and seg...
Maximilian Albert
1
-0
/
+5
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-30
New LPE: path length
Maximilian Albert
1
-0
/
+5
2008-07-30
New LPE: Text label
Maximilian Albert
1
-0
/
+5
2008-07-29
Remove superfluous #include
Maximilian Albert
1
-1
/
+0
2008-07-29
Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of c...
Maximilian Albert
1
-26
/
+34
2008-07-29
Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...
Maximilian Albert
1
-5
/
+15
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-10
/
+6
2008-07-27
remove dependency on INVALID_LPE a bit
Johan B. C. Engelen
1
-3
/
+3
2008-07-27
sort LPE effect list
Johan B. C. Engelen
1
-26
/
+26
2008-07-27
LPE Interpolate => "Interpolate Sub-Paths"
Johan B. C. Engelen
1
-1
/
+1
2008-07-27
add LPE Interpolate
Johan B. C. Engelen
1
-0
/
+5
2008-07-20
purge LivePathEffect::PathType
Johan B. C. Engelen
1
-5
/
+4
2008-07-16
add lpe-Boolops
Johan B. C. Engelen
1
-0
/
+5
[prev]
[next]