summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-16/+16
2018-11-08Clarify licensesMax Gaukler1-5/+9
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-1/+1
The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-4/+4
This reduces the boilerplate required to add a new element to a container.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2016-09-03RefactoringShlomi Fish1-13/+7
(bzr r15100.1.10)
2013-08-03fix small "performance" issues (cppcheck)Johan B. C. Engelen1-8/+8
(bzr r12461)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.45)
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-116/+116
(bzr r7032)
2008-07-18patch for bug 249665bulia byak1-0/+10
(bzr r6353)
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-0/+14
(bzr r4082)
2006-04-19Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas1-0/+12
complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)