summaryrefslogtreecommitdiffstats
path: root/src/livarot/Shape.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-5/+9
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-5/+5
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-09-29Fix a regression introduced by the refactoring.Shlomi Fish1-1/+2
2016-09-03Avoid == true / == false.Shlomi Fish1-2/+1
2015-04-28Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski1-2/+2
2013-10-16cppcheck: printf variable identifierKris De Gussem1-2/+2
2013-08-03init membersJohan B. C. Engelen1-1/+6
2013-08-03cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failureJohan B. C. Engelen1-1/+6
2013-07-16Shape calculations. re-introduce grid of a smaller size. (http://article.gman...Alvin Penner1-4/+4
2013-07-01Shape calculations. do not quantize the coordinates. (Bug 168158)Alvin Penner1-4/+4
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-08-28Completely remove libnrKrzysztof Kosi??ski1-1/+0
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-3/+3
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-31/+31
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-02-19Fixed unintialized variables and minor misc warningsJon A. Cruz1-1/+1
2006-11-05enable Affichebulia byak1-7/+5
2006-04-20resolving compiler warningsAndrius Ramanauskas1-2/+2
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ...Andrius Ramanauskas1-1084/+1106