summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-circle_3pts.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
- 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-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2017-10-08Circle3pts LPE: handle overlapping pointsStefano Facchini1-3/+9
If two of the three points overlap, just draw the circle having that segment as diameter. This is not rigorous mathematically, but it is a reasonable behavior and avoid a crash when snapping is on.
2016-12-16remove rollback to 15315Jabiertxof1-0/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2015-05-22Update to 2Geom revision 2396Krzysztof Kosi??ski1-1/+2
(bzr r14059.2.16)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-4/+4
(bzr r14059.2.1)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
(bzr r11503)
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-19/+3
- Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
2008-06-16New LPE: circle through 3 pointsMaximilian Albert1-0/+99
(bzr r5959)