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
*
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
2008-04-13
10
-456
/
+8
*
remove split_at_discontinuities from LPE code, because it has been moved to 2...
Johan B. C. Engelen
2008-04-13
2
-46
/
+1
*
Several different i18n issues fixed following report from a_b (adresses bug #...
Marcin Floryan
2008-04-12
2
-3
/
+3
*
Spiro splines LPE using code by Raph Levien
bulia byak
2008-04-12
10
-0
/
+1430
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
2
-5
/
+1
*
change doEffect functions to use const& parameters
Johan B. C. Engelen
2008-04-09
24
-35
/
+35
*
change to c++ style casts in Effect::New
Johan B. C. Engelen
2008-04-09
1
-12
/
+11
*
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
2008-04-09
3
-20
/
+38
*
rename LPESkeletalStrokes -> LPEPatternAlongPath
Johan B. C. Engelen
2008-04-08
6
-42
/
+42
*
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
2008-04-08
6
-25
/
+24
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
1
-20
/
+20
*
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2008-04-05
1
-0
/
+5
*
New LPE: Perspective paths
Maximilian Albert
2008-04-02
5
-1
/
+210
*
Make BoolParam usable in boolean expressions directly
Maximilian Albert
2008-04-02
1
-0
/
+3
*
Increase precision for circle LPE so that the output is actually a circle :)
Maximilian Albert
2008-04-02
1
-14
/
+11
*
lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one subpath...
JF Barraud
2008-04-01
1
-70
/
+97
*
New LPE: Circle (with center at the first point and passing through the last ...
Maximilian Albert
2008-03-30
5
-2
/
+168
*
add CMakeLists.txt files for live_effects
Johan B. C. Engelen
2008-03-29
2
-0
/
+56
*
svn propset svn:eol-style native **/todo.txt
Peter Moulder
2008-03-29
2
-16
/
+16
*
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...
Peter Moulder
2008-03-29
3
-314
/
+314
*
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2008-03-28
2
-2
/
+17
*
and two more files that were missed in lpe-group commit
Johan B. C. Engelen
2008-03-28
2
-0
/
+116
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
5
-21
/
+98
*
add linking to other paths to lpe-PathParam
Johan B. C. Engelen
2008-03-27
5
-20
/
+264
*
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
2008-03-26
1
-24
/
+17
*
Corrected initialization order
Jon A. Cruz
2008-03-24
1
-1
/
+1
*
prepare PathParam for linking to other object
Johan B. C. Engelen
2008-03-23
2
-21
/
+29
*
set primary path storage to vector<path> in lpe-PathParam. only convert to pw...
Johan B. C. Engelen
2008-03-23
2
-17
/
+61
*
return const reference when getting path data from lpe-PathParam!
Johan B. C. Engelen
2008-03-23
2
-2
/
+2
*
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
2008-03-23
6
-17
/
+40
*
changes to use RegisteredTransformedPoint as widget for LPE point. not complete
Johan B. C. Engelen
2008-03-22
1
-8
/
+8
*
fix file
Johan B. C. Engelen
2008-03-22
1
-204
/
+0
*
* add RegisteredTransformedPoint widget, that transforms the point before dis...
Johan B. C. Engelen
2008-03-22
2
-2
/
+206
*
Line-end fixups
Jon A. Cruz
2008-03-22
2
-275
/
+275
*
temporary fix. removed LPE context verb. now toolbar is normal again in windows.
Johan B. C. Engelen
2008-03-21
1
-1
/
+1
*
clean up PointParamKnotHolder some more. SPKnotHolder should really be C++ ob...
Johan B. C. Engelen
2008-03-21
3
-43
/
+44
*
Clean up event handler functions of pointparam-knotholder.cpp
Johan B. C. Engelen
2008-03-21
1
-74
/
+5
*
add pointparam-knotholder files to Makefile_insert
Johan B. C. Engelen
2008-03-20
1
-0
/
+2
*
forgot to commit the two essential files! sorry to break the build for a second
Johan B. C. Engelen
2008-03-20
2
-0
/
+343
*
remove #ifdef that was used to disable on-canvas editing.
Johan B. C. Engelen
2008-03-20
1
-7
/
+4
*
define color of point parameter in LPEdoEffectStackTest
Johan B. C. Engelen
2008-03-20
1
-2
/
+4
*
Add on-canvas editing of LPE PointParam.
Johan B. C. Engelen
2008-03-20
2
-2
/
+25
*
lpe-sketch: deal with empty input. fix bug #201735.
JF Barraud
2008-03-16
1
-5
/
+6
*
lpe-sketch: fixed a bug about construction lines being all stacked on a singl...
JF Barraud
2008-03-16
1
-38
/
+19
*
lpe-vonkoch: complexity bound + choose bbox/segment as reference.
JF Barraud
2008-03-16
3
-77
/
+171
*
skeletal-stroke: offset parameters are back again... optionaly proportional t...
JF Barraud
2008-03-09
3
-13
/
+55
*
changed vonkoch to use bbox of input object as reference.
JF Barraud
2008-03-03
1
-6
/
+12
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
3
-30
/
+0
*
stupid bug fix (crash upon big stroke length variation) + some parameters ren...
JF Barraud
2008-03-02
1
-12
/
+22
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
4
-12
/
+34
[next]