index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
livarot
/
PathCutting.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-06-17
Change Path Cutting for Arcs
Nathan Lee
1
-2
/
+2
2019-01-02
modernize loops
Marc Jeanmougin
1
-16
/
+16
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-08-05
Refactor with Tav help
Jabier Arraiza
1
-2
/
+2
2018-08-05
Revert changes
Jabier Arraiza
1
-32
/
+3
2018-08-05
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...
Jabier Arraiza
1
-3
/
+32
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-12
/
+12
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-9
/
+9
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-9
/
+9
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-6
/
+6
2015-05-08
Fix path conversion between 2Geom and Livarot
Krzysztof Kosi??ski
1
-7
/
+1
2015-04-28
Fix calls to Geom::cross() - sign change.
Krzysztof Kosi??ski
1
-2
/
+2
2014-06-07
Undo changes in r13391
Liam P. White
1
-4
/
+3
2014-06-06
Clean up some unnecessary pointer usage in livarot
Liam P. White
1
-3
/
+4
2014-03-11
Change stroke-dasharray and stroke-dashoffset handling to match other propert...
Tavmjong Bah
1
-15
/
+20
2014-02-05
Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
Nicolas Dufour
1
-6
/
+6
2013-11-02
more conversions from radians to degrees for arcs (Bug 1239462)
Alvin Penner
1
-1
/
+1
2013-10-31
conversions from radians to degrees for arcs (Bug 324117)
Alvin Penner
1
-2
/
+2
2013-08-03
fix small "performance" issues (cppcheck)
Johan B. C. Engelen
1
-3
/
+3
2013-02-16
Path->Cut Path loses segments (Bug 166302)
Alvin Penner
1
-0
/
+2
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-1
/
+0
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-7
/
+7
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-2
/
+2
2010-08-04
Wholesale cruft removal part 1
Krzysztof Kosi??ski
1
-1
/
+0
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-64
/
+64
2008-12-05
NR::LInfty => Geom::
Johan B. C. Engelen
1
-1
/
+1
2008-10-28
Merge from trunk
Ted Gould
1
-1
/
+1
2008-08-31
temporary fix for continuity exception
Johan B. C. Engelen
1
-2
/
+17
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-5
/
+5
2008-08-05
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
1
-3
/
+2
2008-08-03
fix arc conversion to livarot
Johan B. C. Engelen
1
-2
/
+2
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+1
2008-07-23
2geom path to livarot path conversion: don't add closing line segment when it...
Johan B. C. Engelen
1
-1
/
+7
2008-07-16
update to latest 2geom (rev1497)
Johan B. C. Engelen
1
-1
/
+1
2008-07-14
fix conversion from pathvector to livarot path. (a.o. caused crash of nodetoo...
Johan B. C. Engelen
1
-1
/
+1
2008-07-12
remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)
Johan B. C. Engelen
1
-148
/
+0
2008-07-11
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
1
-1
/
+1
2008-07-08
add MakePathVector to livarot
Johan B. C. Engelen
1
-1
/
+116
2008-07-04
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
1
-4
/
+4
2008-06-29
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
1
-9
/
+12
2008-06-26
don't use splivarot to get livarot path, use livarot's LoadPathVector method ...
Johan B. C. Engelen
1
-0
/
+7
2008-06-22
remove obsolete LoadArtBPath from livarot
Johan B. C. Engelen
1
-70
/
+0
2008-06-22
create method for Livarot paths to load PathVectors instead of NArtBpaths
Johan B. C. Engelen
1
-0
/
+69
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-03-08
Node tool: snap to paths and their nodes, incl. to the path currently being e...
Diederik van Lierop
1
-2
/
+5
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-2
/
+6
2007-04-08
fix bug where nearest_point_on_path returned bogus t values on sharp bends
bulia byak
1
-5
/
+12
[next]