summaryrefslogtreecommitdiffstats
path: root/src/svg (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests for {SVG,CSS}OStringStreamTestThomas Holder2019-11-173-177/+0
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
* Remove support for LCMS 1Karl Cheng2019-05-121-4/+4
* Prevent buffer overflow in svg transformation reading; lp:1047524Ralf Engels2019-04-151-1/+1
* More document.h cleanup.Tavmjong Bah2019-04-061-2/+2
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-063-25/+21
* modernize loopsMarc Jeanmougin2019-01-022-6/+6
* Fix indenting in CMakeLists.txt filesJabier Arraiza2018-12-241-1/+1
* Clarify licensesMax Gaukler2018-11-0828-34/+170
* SVGLength::read handle infThomas Holder2018-10-071-4/+4
* Fix for NaN checkingMarc Jeanmougin2018-10-071-0/+4
* Remove #include "config.h" wherever possibleEduard Braun2018-10-014-13/+1
* Revert changesJabier Arraiza2018-08-051-7/+0
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-0/+7
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-183-13/+13
* Apply fixedJabier Arraiza2018-05-092-2/+3
* Reset old code to reaply fixedJabier Arraiza2018-05-092-3/+2
* fix bug compilingJabiertxo Arraiza Cenoz2018-05-091-5/+2
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-092-3/+7
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-049-22/+22
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-299-22/+22
* Add lots of README's.Tavmjong Bah2018-03-301-0/+8
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-44/+0
* [meson-build] libsvgFelipe Corrêa da Silva Sanches2018-03-171-0/+44
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
* Misc. typosluz.paz2018-01-082-3/+3
* fix assertsMarc Jeanmougin2017-10-311-3/+3
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
* fix a brunch of memory leaks pt.2chr2017-05-231-1/+3
* add missing headerMarc Jeanmougin2017-02-051-0/+2
* Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah2016-08-171-4/+0
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-32/+0
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-036-13/+2
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-286-2/+13
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-286-13/+2
* Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-223-26/+1
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-082-2/+2
* Handle units in the 'x', 'y', 'dx', and 'dy' text and tspan attributes.Tavmjong Bah2015-12-052-2/+2
* Do not add .def files to the build listJuan Luis Boya García2015-08-131-1/+1
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-117/+4
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-5/+5
* Fix node editing problemsKrzysztof Kosi??ski2015-05-081-6/+5
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-7/+8
* Partial fix for bug 1430873. Rectangles should behave properly with % values.Tavmjong Bah2015-03-142-2/+58
* Mitre is not an SVG/CSS unit. Don't test.Tavmjong Bah2015-02-201-1/+4
* Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst2014-11-261-1/+1
* Move 'm' handling code from document.cpp to svg-length.cpp and units.cpp to m...Tavmjong Bah2014-11-252-1/+5
* Fix length tests.Johan B. C. Engelen2014-11-191-3/+3