index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
/
svg-path.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+4
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-4
/
+4
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-4
/
+4
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
1
-1
/
+1
2015-05-22
Update to 2Geom revision 2396
Krzysztof Kosi??ski
1
-5
/
+5
2015-05-08
Fix node editing problems
Krzysztof Kosi??ski
1
-6
/
+5
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-7
/
+8
2014-08-18
Code cleanup.
Liam P. White
1
-32
/
+19
2014-01-12
update 2geom's copy to r2142
Johan B. C. Engelen
1
-3
/
+3
2012-03-07
cppcheck
Kris De Gussem
1
-1
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-3
/
+0
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-3
/
+3
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
1
-1
/
+2
2008-10-28
Merge from trunk
Ted Gould
1
-1
/
+2
2008-09-10
LIBNR REMOVAL. remove nartbpath code!!!
Johan B. C. Engelen
1
-676
/
+4
2008-09-02
add method to write single paths to svg
Johan B. C. Engelen
1
-8
/
+20
2008-07-25
update to 2geom rev. 1507
Johan B. C. Engelen
1
-0
/
+2
2008-07-20
omit stitch segments from serialized paths
MenTaLguY
1
-1
/
+4
2008-07-16
update to latest 2geom (rev1497)
Johan B. C. Engelen
1
-1
/
+1
2008-07-12
enable writing "H/h" and "V/v" to SVG !
Johan B. C. Engelen
1
-3
/
+4
2008-07-12
Don't crash on path parse error. Truncate the path data up to where it is valid.
Johan B. C. Engelen
1
-6
/
+15
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-06-29
add commented HLineSegment and VLineSegment to svg writer
Johan B. C. Engelen
1
-0
/
+5
2008-06-25
help detection of path read bug
Johan B. C. Engelen
1
-6
/
+11
2008-06-20
Partial fix (for preventing numerical issues) and restructuring for PathStrin...
Jasper van de Gronde
1
-1
/
+1
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-0
/
+67
2008-06-05
slight numerical improvement
Peter Moulder
1
-1
/
+4
2008-05-08
Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter error...
Peter Moulder
1
-51
/
+154
2008-05-06
Fix a regression in the SVG path data parser (it will now parse things like "...
Jasper van de Gronde
1
-17
/
+19
2008-04-29
Improved numerical precision for the SVG path data parser (along with a small...
Jasper van de Gronde
1
-116
/
+79
2008-04-28
Further fix for sign handling of the SVG path data parser.
Jasper van de Gronde
1
-2
/
+1
2008-04-28
Fix for closepath handling of SVG path data parser and tolerance for approxim...
Jasper van de Gronde
1
-2
/
+4
2008-04-26
Fixed SVG path data parser to handle close paths better (it used to create sp...
Jasper van de Gronde
1
-94
/
+37
2008-03-18
patch by Jasper for optimizing path data
bulia byak
1
-1
/
+3
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-05
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-6
/
+7
2007-01-24
switch to using SVG::PathString for building paths
MenTaLguY
1
-16
/
+12
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-38
/
+34
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-6
/
+6
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-6
/
+6