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