summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perp_bisector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Base LPE refactorJabier Arraiza2018-03-261-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
* Code formatingJabiertxof2017-04-281-2/+2
* Fix headers on LPE'sJabiertxof2016-12-101-3/+3
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
* LPE strings consistency fix.Nicolas Dufour2014-01-191-2/+2
* const ....Johan B. C. Engelen2013-01-171-6/+6
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
* UI uniformisationKris De Gussem2012-10-211-2/+2
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-7/+7
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-6/+4
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-19/+28
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0
* Correct handle tipsMaximilian Albert2008-08-041-2/+2
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-29/+29
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-10/+13
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an...Maximilian Albert2008-07-291-6/+2
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+2
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
* warning cleanupJon A. Cruz2008-06-111-1/+1
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-16/+0
* Re-add two handles for PerpBisector LPE (we don't add the other two because t...Maximilian Albert2008-06-081-26/+67
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-081-0/+2
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-204/+204
* LPE STACKING!Johan B. C. Engelen2008-05-301-187/+204
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-27/+123
* New LPE: Perpendicular bisectorMaximilian Albert2008-05-181-0/+94