summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perp_bisector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some obsolete codeMaximilian Albert2008-08-041-57/+0
| | | (bzr r6558)
* Correct handle tipsMaximilian Albert2008-08-041-2/+2
| | | (bzr r6557)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
| | | (bzr r6540)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-29/+29
| | | (bzr r6513)
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-10/+13
| | | (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)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-161-0/+2
| | | (bzr r5954)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* warning cleanupJon A. Cruz2008-06-111-1/+1
| | | (bzr r5877)
* Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert2008-06-101-0/+2
| | | (bzr r5873)
* Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert2008-06-101-16/+0
| | | (bzr r5870)
* Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert2008-06-081-26/+67
| | | | | | | 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)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-081-0/+2
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* set eol-style:native for recently added filesMaximilian Albert2008-06-021-204/+204
| | | (bzr r5782)
* LPE STACKING!Johan B. C. Engelen2008-05-301-187/+204
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert2008-05-191-4/+1
| | | (bzr r5706)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-191-27/+123
| | | | | 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/+94
(bzr r5695)