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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-17
Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...
Bastien Bouclet
2
-82
/
+22
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-3
/
+3
2008-05-09
copyedit
bulia byak
1
-1
/
+1
2008-05-09
Remove LPESlant.
Johan B. C. Engelen
5
-103
/
+0
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
14
-68
/
+8
2008-05-08
add constructgrid lpe to Makefile_insert
Johan B. C. Engelen
1
-0
/
+2
2008-05-08
add LPEConstructGrid
Johan B. C. Engelen
4
-0
/
+152
2008-05-06
fix 224981
bulia byak
1
-1
/
+4
2008-05-06
make determining smooth nodes more robust
bulia byak
1
-9
/
+14
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
2
-8
/
+8
2008-05-01
copyediting
bulia byak
2
-18
/
+18
2008-05-01
Warning and whitespace cleanup
Jon A. Cruz
2
-9
/
+9
2008-04-28
Cmake: Fixed issues with pedro not linking correctly
Joshua L. Blocher
1
-2
/
+14
2008-04-24
fix a couple of g++-4.3 compile errors.
Peter Moulder
1
-0
/
+2
2008-04-15
Set concatenate_before_pwd2 = true in perspective path LPE so that paths don'...
Maximilian Albert
1
-0
/
+2
2008-04-15
- Clean up LPE bounding box computing code
Bastien Bouclet
6
-87
/
+102
2008-04-14
cmake: move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-2
/
+0
2008-04-14
use sp_nodepath_make_straight_path in LPE VonKoch
Johan B. C. Engelen
1
-1
/
+2
2008-04-14
don't override helperpath preference setting per default in LPE::Effect.
Johan B. C. Engelen
1
-1
/
+0
2008-04-14
suppress helperpath and handles showing for LPESpiro
Johan B. C. Engelen
1
-1
/
+4
2008-04-14
use sp_nodepath_make_straight_path in LPEGears
Johan B. C. Engelen
1
-1
/
+1
2008-04-14
whitespace + comment
Johan B. C. Engelen
1
-20
/
+18
2008-04-14
please dont forget to update Makefile_insert\!
bulia byak
1
-2
/
+0
2008-04-14
suppress helperpath display for spiro
bulia byak
2
-0
/
+6
2008-04-13
C++-ify initialization of Effect class
Johan B. C. Engelen
1
-3
/
+3
2008-04-13
C++-ify initialization of Parameter and ScalarParam classes
Johan B. C. Engelen
1
-15
/
+15
2008-04-13
fix typo
Johan B. C. Engelen
1
-1
/
+0
2008-04-13
now with 2geom's arc implem. : accept pasting ellipse path params.
Johan B. C. Engelen
1
-13
/
+6
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
10
-456
/
+8
2008-04-13
remove split_at_discontinuities from LPE code, because it has been moved to 2...
Johan B. C. Engelen
2
-46
/
+1
2008-04-12
Several different i18n issues fixed following report from a_b (adresses bug #...
Marcin Floryan
2
-3
/
+3
2008-04-12
Spiro splines LPE using code by Raph Levien
bulia byak
10
-0
/
+1430
2008-04-10
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2
-5
/
+1
2008-04-09
change doEffect functions to use const& parameters
Johan B. C. Engelen
24
-35
/
+35
2008-04-09
change to c++ style casts in Effect::New
Johan B. C. Engelen
1
-12
/
+11
2008-04-09
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
3
-20
/
+38
2008-04-08
rename LPESkeletalStrokes -> LPEPatternAlongPath
Johan B. C. Engelen
6
-42
/
+42
2008-04-08
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
6
-25
/
+24
2008-04-07
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
1
-20
/
+20
2008-04-05
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
1
-0
/
+5
2008-04-02
New LPE: Perspective paths
Maximilian Albert
5
-1
/
+210
2008-04-02
Make BoolParam usable in boolean expressions directly
Maximilian Albert
1
-0
/
+3
2008-04-02
Increase precision for circle LPE so that the output is actually a circle :)
Maximilian Albert
1
-14
/
+11
2008-04-01
lpe-skeletal-stroke: fixed bug #204046 (skeleton having more than one subpath...
JF Barraud
1
-70
/
+97
2008-03-30
New LPE: Circle (with center at the first point and passing through the last ...
Maximilian Albert
5
-2
/
+168
2008-03-29
add CMakeLists.txt files for live_effects
Johan B. C. Engelen
2
-0
/
+56
2008-03-29
svn propset svn:eol-style native **/todo.txt
Peter Moulder
2
-16
/
+16
2008-03-29
svn propset svn:eol-style native *.[ch] *.cpp (including buildtool.cpp, packa...
Peter Moulder
3
-314
/
+314
2008-03-28
fix lpe-PathPAram when deleting the path that it links to
Johan B. C. Engelen
2
-2
/
+17
2008-03-28
and two more files that were missed in lpe-group commit
Johan B. C. Engelen
2
-0
/
+116
[next]