summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-pts2ellipse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-2/+6
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-6/+18
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: added perspective circle from 4 pointsschwieni2019-03-251-43/+240
| | | | improved tool-tips for better usability
* lpe-pts2ellipse: parameter enabling based on creation methodschwieni2019-03-251-7/+28
|
* correct clang-format lpe-pts2ellipse.cppschwieni2019-03-251-1/+1
|
* lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-251-96/+72
| | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three ↵schwieni2019-03-251-189/+292
| | | | | | | points. Did some minor cleanup too. Added me to the AUTHORS file.
* modernize loops (2)Marc Jeanmougin2019-01-021-2/+2
|
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
|
* 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.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
|
* Live effect: Ellipse from PointsMarkus Schwienbacher2018-03-011-0/+459