summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-16/+16
|
* Clarify licensesMax Gaukler2018-11-081-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
* Use _WIN32 instead of WIN32Eduard Braun2018-10-011-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
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This reduces the boilerplate required to add a new element to a container.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* RefactoringShlomi Fish2016-09-031-13/+7
| | | (bzr r15100.1.10)
* fix small "performance" issues (cppcheck)Johan B. C. Engelen2013-08-031-8/+8
| | | (bzr r12461)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/ | | (bzr r9508.1.45)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-116/+116
| | | (bzr r7032)
* patch for bug 249665bulia byak2008-07-181-0/+10
| | | (bzr r6353)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-0/+14
| | | (bzr r4082)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+908
(bzr r1)