summaryrefslogtreecommitdiffstats
path: root/src/livarot (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change stroke-dasharray and stroke-dashoffset handling to match other propert...Tavmjong Bah2014-03-111-15/+20
* Fix for Bug #1250685 (Unnecessary gender-specific terms in code).Nicolas Dufour2014-02-056-365/+365
* fix "set but ununused" warningJohan B. C. Engelen2014-01-081-4/+4
* fix typo in rev 12797Alvin Penner2013-11-141-1/+1
* PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441)Alvin Penner2013-11-121-1/+1
* more conversions from radians to degrees for arcs (Bug 1239462)Alvin Penner2013-11-024-8/+9
* conversions from radians to degrees for arcs (Bug 324117)Alvin Penner2013-10-312-10/+12
* "fix" some "unused parameter" warningsKris De Gussem2013-10-271-1/+1
* cppcheck: printf variable identifierKris De Gussem2013-10-161-2/+2