index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
/
curve.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-8
/
+8
*
Merge branch 'master' of gitlab.com:wilfredor2/inkscape
Marc Jeanmougin
2018-12-20
1
-9
/
+11
|
\
|
*
Remove redundant bool variable and else before a return
Wilfredo Rodriguez
2018-10-22
1
-9
/
+11
*
|
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
|
/
*
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+4
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-10
/
+10
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Removed all GSList occurences in .h files
Marc Jeanmougin
2017-10-01
1
-14
/
+15
*
Fixes for measure LPE and speed path based LPE operations
Jabiertxof
2016-12-06
1
-0
/
+14
*
Fix bug:1639083 crach closing segment with shortcut LPE
Jabier Arraiza Cenoz
2016-11-05
1
-0
/
+12
*
static code analysis
Kris De Gussem
2015-10-28
1
-1
/
+1
*
Enable stitching in Spiro and SPCurve to prevent some crashes
Krzysztof Kosi??ski
2015-07-19
1
-2
/
+3
*
Hopefully fix build failure on i386
Krzysztof Kosi??ski
2015-07-05
1
-1
/
+1
*
Fix compilation failure in make check
Krzysztof Kosi??ski
2015-07-05
1
-14
/
+4
*
Fix eraser tool
Krzysztof Kosi??ski
2015-05-09
1
-11
/
+3
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-1
/
+1
*
More header cleanup
Liam P. White
2014-09-06
1
-10
/
+10
*
Code cleanup.
Liam P. White
2014-08-18
1
-9
/
+7
*
remove superfluous line of code (vector has just been constructed, so is empty)
Johan B. C. Engelen
2014-02-27
1
-1
/
+0
*
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
2012-11-11
1
-1
/
+1
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
cppcheck
Kris De Gussem
2011-10-15
1
-4
/
+4
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-1
/
+1
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Fix snapping regression introduced by rev. #9118
Diederik van Lierop
2010-04-22
1
-2
/
+11
*
Compilation fixes for Windows 64-bit by Fridrich
Krzysztof Kosi??ski
2010-02-28
1
-2
/
+2
*
Prevent the Bezier tool from introducing a redundant closing line segment
Krzysztof Kosi??ski
2010-02-10
1
-1
/
+5
*
fix node counting for "moveto"-only paths.
Johan B. C. Engelen
2009-09-28
1
-2
/
+6
*
Merging from trunk
Ted Gould
2008-10-11
1
-6
/
+30
*
fix UI node counting
Johan B. C. Engelen
2008-09-13
1
-0
/
+9
*
fix curve::penultimate_point old behavior. no longer triggers 2geom exception.
Johan B. C. Engelen
2008-09-11
1
-3
/
+8
*
add quick comment
Johan B. C. Engelen
2008-09-10
1
-0
/
+6
*
convert moveto, lineto and curveto native to Point, instead of going to gdoub...
Johan B. C. Engelen
2008-09-04
1
-10
/
+6
*
make spcurve::first_point and last_point boost::optional
Johan B. C. Engelen
2008-08-13
1
-13
/
+17
*
return boost::optional for second and penultimate points of SPCurve
Johan B. C. Engelen
2008-08-13
1
-19
/
+26
*
fix error in appending paths to existing paths. fixes bug #253639
Johan B. C. Engelen
2008-08-03
1
-1
/
+1
*
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
2008-07-17
1
-78
/
+26
*
remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...
Johan B. C. Engelen
2008-07-16
1
-831
/
+67
*
noop: add comment about multiple consecutive movetos
Johan B. C. Engelen
2008-07-14
1
-1
/
+3
*
2geomify pov-out extension
Johan B. C. Engelen
2008-07-13
1
-0
/
+1
*
2geomify SPCurve::new_from_rect
Johan B. C. Engelen
2008-07-08
1
-5
/
+4
*
cleanup unused methods in spcurve
Johan B. C. Engelen
2008-07-07
1
-120
/
+4
*
improve documentation of SPCurve::last_segment
Johan B. C. Engelen
2008-07-07
1
-3
/
+2
*
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
2008-07-04
1
-1
/
+2
*
remove left-overs from making SPCurve a proper class with methods
Johan B. C. Engelen
2008-07-03
1
-27
/
+0
*
start removing old path code in spcurve. start with const functions
Johan B. C. Engelen
2008-07-03
1
-39
/
+2
*
improve spcurve::second_point and document its behavior
Johan B. C. Engelen
2008-07-03
1
-4
/
+18
*
noop, add comment
Johan B. C. Engelen
2008-07-03
1
-0
/
+4
[next]