summaryrefslogtreecommitdiffstats
path: root/src/livarot (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-15Fix crash caused by e6d70fa8d497b2d75a837aa22e5876943de9fedeMarc Jeanmougin1-3/+3
2019-10-07Fix leak in path simplifyMarc Jeanmougin1-18/+19
2019-07-01Fix various minor typosYuri Chornoivan5-7/+7
2019-06-17Change Path Cutting for ArcsNathan Lee2-4/+2
2019-04-25Stop crash on binary path division (flatpak)Nathan Lee1-1/+1
2019-03-17arc polygonization uses arc's scale for precisionrocifier1-7/+8
2019-01-02modernize: add overridesMarc Jeanmougin1-1/+1
2019-01-02modernize loopsMarc Jeanmougin8-161/+156
2018-11-08Clarify licensesMax Gaukler35-98/+295
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-08-05Refactor with Tav helpJabier Arraiza1-2/+2
2018-08-05Revert changesJabier Arraiza1-32/+3
2018-08-05Allow inkscape handle units and percent in dasharray and dashoffset. Add pref...Jabier Arraiza1-3/+32
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2-22/+16
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot7-24/+24
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2-4/+4
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot4-6/+6
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2-3/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot16-196/+196
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2-26/+26
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin16-46/+46
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin16-46/+46
2018-03-30Add lots of README's.Tavmjong Bah1-0/+17
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-55/+0
2018-03-17[meson-build] livarotFelipe Corrêa da Silva Sanches1-0/+55
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah2-2/+2
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2017-04-20terminate line with round caps. (Bug 1680179)Alvin Penner1-2/+4
2016-11-09Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock3-12/+2
2016-09-29Fix a regression introduced by the refactoring.Shlomi Fish1-1/+2
2016-09-03Remove test for bool value.Shlomi Fish1-1/+1
2016-09-03remove == true/false.Shlomi Fish1-3/+3
2016-09-03Avoid == true / == false.Shlomi Fish1-2/+1
2016-09-03RefactoringShlomi Fish1-13/+7
2016-09-03Convert to boolean truth/falsehood.Shlomi Fish1-5/+5
2016-08-15Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah1-1/+1
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-41/+0
2016-04-11cstdint is c++11, defaulting to stdint.hMarc Jeanmougin1-1/+1
2016-04-11fix compile error in livarotMarc Jeanmougin1-11/+1
2016-04-05re-write rev 11457. (Bug 1557348)Alvin Penner1-2/+7
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-6/+6
2015-05-08Fix path conversion between 2Geom and LivarotKrzysztof Kosi??ski1-7/+1
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski8-44/+44
2015-04-02more restrictive definition of parentContour. (Bug 499744)Alvin Penner1-3/+5
2014-08-30Fix modelinesAlex Valavanis1-9/+9
2014-06-07Undo changes in r13391Liam P. White5-20/+14
2014-06-06Clean up some unnecessary pointer usage in livarotLiam P. White5-14/+20
2014-04-26Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah1-1/+1