summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-affine.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-15Prevent buffer overflow in svg transformation reading; lp:1047524Ralf Engels1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-6/+6
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-6/+6
2016-08-17Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah1-4/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
2014-11-09Add special rotation solution to optimized transforms, found by JohanLiam P. White1-9/+9
2014-11-09Fix bug in previous commit. Add test against itLiam P. White1-1/+1
2014-11-09Add specialized transformsLiam P. White1-58/+99
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-8/+8
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-3/+0
2009-10-08Fixed signed/unsigned problem with precision calc. Fixes bug #399604.Jon A. Cruz1-16/+16
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-3/+12
2008-11-21Merge from fe-movedTed Gould1-30/+5
2008-10-31Merge from trunkTed Gould1-193/+188
2008-10-27From trunkTed Gould1-6/+5
2008-10-11Merging from trunkTed Gould1-12/+8
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-2/+2
2008-07-18Fix for PathString to prevent it from getting into a very, very long copying ...Jasper van de Gronde1-16/+16
2008-07-07clean up matrix transform svg-write functionJohan B. C. Engelen1-2/+1
2008-06-12add svg_write and read methods for Geom::MatrixJohan B. C. Engelen1-0/+28
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-24/+24
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+4
2007-02-28refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY1-25/+15
2006-10-31make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak1-16/+19
2006-04-25limit the smallest exponent in transforms; anything smaller is written as 0bulia byak1-16/+16