summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-angle_bisector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+2
|
* 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.
* 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.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Fix headers on LPE'sJabiertxof2016-12-101-5/+3
| | | (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)
* Fixed some typos in bsector and bsplineJabier Arraiza Cenoz2015-08-021-1/+1
| | | | | | In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-5/+5
| | | (bzr r14059.2.1)
* LPE strings consistency fix.Nicolas Dufour2014-01-191-1/+1
| | | (bzr r12957)
* cppcheckKris De Gussem2013-03-131-2/+0
| | | (bzr r12201)
* const ....Johan B. C. Engelen2013-01-171-6/+6
| | | (bzr r12039)
* 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)