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
/
lpe-bendpath.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-17
Removed unneeded header style filename #defines
Jon A. Cruz
1
-2
/
+0
2010-12-29
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
Kris De Gussem
1
-3
/
+3
2010-10-02
UI fixes (a.o. Bug #560751 )
Kris De Gussem
1
-2
/
+2
2009-09-26
Fix by Johan for 436304.
Josh Andler
1
-5
/
+8
2009-03-15
correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, all...
Johan B. C. Engelen
1
-0
/
+2
2008-10-27
From trunk
Ted Gould
1
-7
/
+0
2008-08-07
remove debug message
Johan B. C. Engelen
1
-1
/
+0
2008-08-07
try to make LPE optimizations easier. example in LPE Bend
Johan B. C. Engelen
1
-4
/
+9
2008-08-03
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
1
-2
/
+0
2008-07-20
add comments about setting new LPE PathParam path data. refactor things a bit...
Johan B. C. Engelen
1
-1
/
+1
2008-07-03
update 2geom (svn rev1433)
Johan B. C. Engelen
1
-1
/
+1
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-13
/
+2
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-3
/
+1
2008-04-15
- Clean up LPE bounding box computing code
Bastien Bouclet
1
-52
/
+15
2008-04-14
whitespace + comment
Johan B. C. Engelen
1
-20
/
+18
2008-04-13
move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*
Johan B. C. Engelen
1
-1
/
+1
2008-04-09
change doEffect functions to use const& parameters
Johan B. C. Engelen
1
-1
/
+1
2008-04-09
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
1
-11
/
+12
2008-04-08
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
1
-8
/
+8
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-19
/
+69
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
1
-2
/
+1
2008-02-20
fix Bug #191909 crash on lpe stitch sub-paths, also fix crash for bend path lpe
Johan B. C. Engelen
1
-0
/
+3
2008-01-26
LPE bend path was badly broken. fixed now.
Johan B. C. Engelen
1
-73
/
+3
2008-01-18
add default functions for transforming lpe-pathalongpath.cpp and lpe-skeletal...
Johan B. C. Engelen
1
-0
/
+8
2008-01-16
RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...
Johan B. C. Engelen
1
-1
/
+1
2007-12-28
add tooltip text to bend path. #178471
Johan B. C. Engelen
1
-1
/
+1
2007-12-17
CRLF fix
Jon A. Cruz
1
-221
/
+221
2007-12-07
LPE Bendpath: disable width path
Johan B. C. Engelen
1
-3
/
+9
2007-11-23
LPEbendpath fix: save widthfactor parameter ofcourse doh!
Johan B. C. Engelen
1
-2
/
+4
2007-11-23
LPE add experimental width control to bend path!
Johan B. C. Engelen
1
-8
/
+17
2007-11-18
Make LPE Path along path behave more naturally. (fixes problems in moving a p...
Johan B. C. Engelen
1
-1
/
+7
2007-11-12
LPE: no longer overload doEffect methods, but name them according to accepted...
Johan B. C. Engelen
1
-1
/
+1
2007-10-30
temporary fix for crash with shapes and path-along-path LPE
Johan B. C. Engelen
1
-0
/
+3
2007-10-30
ok. so NOW the new effect is committed...
Johan B. C. Engelen
1
-169
/
+195
2007-10-11
trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.
Peter Moulder
1
-169
/
+169
2007-09-15
add verticalpattern checkbox to path-along-path and some parameters that are ...
Johan B. C. Engelen
1
-3
/
+11
2007-09-14
copyedit
bulia byak
1
-2
/
+2
2007-09-14
Change "scale y" to "scale width" in description of LPEs.
Johan B. C. Engelen
1
-2
/
+2
2007-09-14
change Y-scaling for curve stiching and path-along-path. add warning message ...
Johan B. C. Engelen
1
-6
/
+12
2007-09-12
copyedit
bulia byak
1
-4
/
+4
2007-09-04
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
1
-6
/
+12
2007-08-26
2 LPE things:
Johan B. C. Engelen
1
-15
/
+6
2007-08-25
Rename "Skeletal Strokes" LPE to "Path along path" to better describe what it...
Johan B. C. Engelen
1
-4
/
+4
2007-08-17
Fix LPE:
Johan B. C. Engelen
1
-9
/
+6
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-0
/
+161