summaryrefslogtreecommitdiffstats
path: root/src/svg (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-17tests for {SVG,CSS}OStringStreamTestThomas Holder3-177/+0
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-05-12Remove support for LCMS 1Karl Cheng1-4/+4
2019-04-15Prevent buffer overflow in svg transformation reading; lp:1047524Ralf Engels1-1/+1
2019-04-06More document.h cleanup.Tavmjong Bah1-2/+2
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot3-25/+21
2019-01-02modernize loopsMarc Jeanmougin2-6/+6
2018-12-24Fix indenting in CMakeLists.txt filesJabier Arraiza1-1/+1
2018-11-08Clarify licensesMax Gaukler28-34/+170
2018-10-07SVGLength::read handle infThomas Holder1-4/+4
2018-10-07Fix for NaN checkingMarc Jeanmougin1-0/+4
2018-10-01Remove #include "config.h" wherever possibleEduard Braun4-13/+1
2018-08-05Revert changesJabier Arraiza1-7/+0
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-0/+7
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot3-13/+13
2018-05-09Apply fixedJabier Arraiza2-2/+3
2018-05-09Reset old code to reaply fixedJabier Arraiza2-3/+2
2018-05-09fix bug compilingJabiertxo Arraiza Cenoz1-5/+2
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2-3/+7
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin9-22/+22
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin9-22/+22
2018-03-30Add lots of README's.Tavmjong Bah1-0/+8
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-44/+0
2018-03-17[meson-build] libsvgFelipe Corrêa da Silva Sanches1-0/+44
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+4
2018-01-08Misc. typosluz.paz2-3/+3
2017-10-31fix assertsMarc Jeanmougin1-3/+3
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-05-23fix a brunch of memory leaks pt.2chr1-1/+3
2017-02-05add missing headerMarc Jeanmougin1-0/+2
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-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-32/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski6-13/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski6-2/+13
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski6-13/+2
2016-03-22Add line-height unit selector to text toolbar.Tavmjong Bah3-26/+1
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2-2/+2
2015-12-05Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2-2/+2
2015-08-13Do not add .def files to the build listJuan Luis Boya García1-1/+1
2015-07-05Fix compilation failure in make checkKrzysztof Kosi??ski1-117/+4
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-5/+5
2015-05-08Fix node editing problemsKrzysztof Kosi??ski1-6/+5
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-7/+8
2015-03-14Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2-2/+58
2015-02-20Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah1-1/+4
2014-11-26Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst1-1/+1
2014-11-25Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2-1/+5
2014-11-19Fix length tests.Johan B. C. Engelen1-3/+3