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-spiro.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-8
/
+8
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-2
/
+1
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2016-12-19
Remove some ocurrences of desktop in knot functions
Jabiertxof
1
-2
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-3
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+3
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-3
/
+0
2015-08-06
Refactor BSPline and Spiro to remove duplicated functions
Jabier Arraiza Cenoz
1
-11
/
+5
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-2
/
+1
2012-03-23
cleanup spiro code
Johan B. C. Engelen
1
-5
/
+2
2012-03-23
clean up spiro code
Johan B. C. Engelen
1
-78
/
+0
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
1
-1
/
+0
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-1
/
+1
2009-12-24
Remove remnants of old node tool
Krzysztof Kosi??ski
1
-1
/
+0
2009-12-08
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
1
-8
/
+0
2009-08-26
lpe-spiro: fix problem with rounding and very nearly zero closing line segments
Johan B. C. Engelen
1
-1
/
+3
2009-06-02
call default setup_nodepath for lpe-spiro, to get correct color of the helper...
Johan B. C. Engelen
1
-0
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-30
/
+35
2008-08-13
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-08-02
simplify lpe spiro code by using new "is_straight_curve" method
Johan B. C. Engelen
1
-6
/
+3
2008-08-02
use nodetype helper function to determine nodetype within lpe-spiro
Johan B. C. Engelen
1
-8
/
+4
2008-08-02
lpe spiro: if path is closed it does not matter to what initial pointtype is ...
Johan B. C. Engelen
1
-1
/
+1
2008-08-01
remove more NR:: from live_effects code
Johan B. C. Engelen
1
-3
/
+3
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-15
remove debug messages from last commits
Johan B. C. Engelen
1
-4
/
+0
2008-07-15
fix lpe-spiro for smooth closing points
Johan B. C. Engelen
1
-18
/
+35
2008-07-14
2geomify lpeSpiro
Johan B. C. Engelen
1
-91
/
+97
2008-06-26
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
1
-1
/
+1
2008-06-22
LPE Spiro: don't catch all exceptions, only the ContinuityError
Johan B. C. Engelen
1
-1
/
+1
2008-06-14
catch cases where LPE Spiro generates non-continuous paths
Johan B. C. Engelen
1
-0
/
+21
2008-06-12
whitespace
Maximilian Albert
1
-2
/
+2
2008-06-08
Add option to either suppress path flash for items with LPE (e.g., spiro spli...
Maximilian Albert
1
-1
/
+1
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
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-1
/
+1
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
1
-7
/
+7
2008-05-01
Warning and whitespace cleanup
Jon A. Cruz
1
-6
/
+6
2008-04-14
suppress helperpath and handles showing for LPESpiro
Johan B. C. Engelen
1
-1
/
+4
2008-04-14
suppress helperpath display for spiro
bulia byak
1
-0
/
+5
2008-04-12
Spiro splines LPE using code by Raph Levien
bulia byak
1
-0
/
+196