summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-angle_bisector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI uniformisationKris De Gussem2012-10-201-2/+2
| | | (bzr r11811)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-6/+4
| | | (bzr r11316)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-38/+34
| | | (bzr r11170)
* reduce include dependenciesJohan B. C. Engelen2010-05-181-0/+2
| | | (bzr r9432)
* Correct handle tipsMaximilian Albert2008-08-041-2/+2
| | | (bzr r6557)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-12/+12
| | | (bzr r6513)
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-2/+6
| | | (bzr r6506)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-291-6/+2
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* Enable knotholder handles for LPEAngleBisector now that they can be used ↵Maximilian Albert2008-07-141-3/+2
| | | | | simultaneously with nodepath (bzr r6292)
* New LPE: Angle bisectorMaximilian Albert2008-06-161-0/+161
(bzr r5960)