summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash caused by e6d70fa8d497b2d75a837aa22e5876943de9fedeMarc Jeanmougin2019-10-151-3/+3
* Fix leak in path simplifyMarc Jeanmougin2019-10-071-18/+19
* Fix various minor typosYuri Chornoivan2019-07-015-7/+7
* Change Path Cutting for ArcsNathan Lee2019-06-172-4/+2
* Stop crash on binary path division (flatpak)Nathan Lee2019-04-251-1/+1
* arc polygonization uses arc's scale for precisionrocifier2019-03-171-7/+8
* modernize: add overridesMarc Jeanmougin2019-01-021-1/+1
* modernize loopsMarc Jeanmougin2019-01-028-161/+156
* Clarify licensesMax Gaukler2018-11-0835-98/+295
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-1/+1
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
* Refactor with Tav helpJabier Arraiza2018-08-051-2/+2
* Revert changesJabier Arraiza2018-08-051-32/+3
* Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza2018-08-051-3/+32
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-202-22/+16
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-197-24/+24
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-182-4/+4
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-184-6/+6
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-182-3/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-1816-196/+196
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-182-26/+26
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-0416-46/+46
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-2916-46/+46
* Add lots of README's.Tavmjong Bah2018-03-301-0/+17
* Removing sample meson build files.Felipe Corrêa da Silva Sanches2018-03-171-55/+0
* [meson-build] livarotFelipe Corrêa da Silva Sanches2018-03-171-0/+55
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-302-2/+2
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
* terminate line with round caps. (Bug 1680179)Alvin Penner2017-04-201-2/+4
* Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-093-12/+2
* Fix a regression introduced by the refactoring.Shlomi Fish2016-09-291-1/+2
* Remove test for bool value.Shlomi Fish2016-09-031-1/+1
* remove == true/false.Shlomi Fish2016-09-031-3/+3
* Avoid == true / == false.Shlomi Fish2016-09-031-2/+1
* RefactoringShlomi Fish2016-09-031-13/+7
* Convert to boolean truth/falsehood.Shlomi Fish2016-09-031-5/+5
* Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-1/+1
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-41/+0
* cstdint is c++11, defaulting to stdint.hMarc Jeanmougin2016-04-111-1/+1
* fix compile error in livarotMarc Jeanmougin2016-04-111-11/+1
* re-write rev 11457. (Bug 1557348)Alvin Penner2016-04-051-2/+7
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-6/+6
* Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski2015-05-081-7/+1
* Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-288-44/+44
* more restrictive definition of parentContour. (Bug 499744)Alvin Penner2015-04-021-3/+5
* Fix modelinesAlex Valavanis2014-08-301-9/+9
* Undo changes in r13391Liam P. White2014-06-075-20/+14
* Clean up some unnecessary pointer usage in livarotLiam P. White2014-06-065-14/+20
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-261-1/+1