summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-circle_3pts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Circle3pts LPE: handle overlapping pointsStefano Facchini2017-10-081-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.
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+2
| | | (bzr r14059.2.16)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-4/+4
| | | (bzr r14059.2.1)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-19/+3
| | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* New LPE: circle through 3 pointsMaximilian Albert2008-06-161-0/+99
(bzr r5959)