summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perp_bisector.h (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-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* fix code (clang complains)Johan B. C. Engelen2013-11-051-2/+2
| | | (bzr r12778)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-0/+1
| | | (bzr r11170)
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6515)
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-0/+2
| | | (bzr r6506)
* Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert2008-06-081-7/+11
| | | | | | | they would duplicate the path's own handles and the correct solution would be to allow knotholders and nodepaths at the same time). Put the KnotHolderEntity classes into their own namespaces to avoid clashes. (bzr r5857)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-191-1/+16
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+48
(bzr r5695)