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-affine.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-15
Prevent buffer overflow in svg transformation reading; lp:1047524
Ralf Engels
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-6
/
+6
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-6
/
+6
2016-08-17
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
1
-4
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2016-02-08
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
1
-1
/
+1
2014-11-09
Add special rotation solution to optimized transforms, found by Johan
Liam P. White
1
-9
/
+9
2014-11-09
Fix bug in previous commit. Add test against it
Liam P. White
1
-1
/
+1
2014-11-09
Add specialized transforms
Liam P. White
1
-58
/
+99
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-8
/
+8
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 2
Krzysztof Kosi??ski
1
-3
/
+0
2009-10-08
Fixed signed/unsigned problem with precision calc. Fixes bug #399604.
Jon A. Cruz
1
-16
/
+16
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
1
-3
/
+12
2008-11-21
Merge from fe-moved
Ted Gould
1
-30
/
+5
2008-10-31
Merge from trunk
Ted Gould
1
-193
/
+188
2008-10-27
From trunk
Ted Gould
1
-6
/
+5
2008-10-11
Merging from trunk
Ted Gould
1
-12
/
+8
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-07-18
Fix for PathString to prevent it from getting into a very, very long copying ...
Jasper van de Gronde
1
-16
/
+16
2008-07-07
clean up matrix transform svg-write function
Johan B. C. Engelen
1
-2
/
+1
2008-06-12
add svg_write and read methods for Geom::Matrix
Johan B. C. Engelen
1
-0
/
+28
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-24
/
+24
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+4
2007-02-28
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
1
-25
/
+15
2006-10-31
make svg numeric precision, minimum exponent, and the use of named colors (as...
bulia byak
1
-16
/
+19
2006-04-25
limit the smallest exponent in transforms; anything smaller is written as 0
bulia byak
1
-16
/
+16