summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perp_bisector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-20Add knot ungrabbed eventJabiertxof1-0/+2
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-4/+4
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-03-26Base LPE refactorJabier Arraiza1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
A lot of header clean-up.
2017-04-28Code formatingJabiertxof1-2/+2
(bzr r15649)
2017-04-28ResetJabiertxof1-2/+2
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-2/+2
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-3/+3
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-3/+3
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-3/+3
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
(bzr r14059.2.1)
2014-01-19LPE strings consistency fix.Nicolas Dufour1-2/+2
(bzr r12957)
2013-01-17const ....Johan B. C. Engelen1-6/+6
(bzr r12039)
2013-01-17more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen1-1/+1
(bzr r12038)
2012-10-21UI uniformisationKris De Gussem1-2/+2
(bzr r11817)
2012-10-14Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop1-7/+7
Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-1/+0
(bzr r11503)
2012-06-17Removed outdated classes.Jon A. Cruz1-0/+2
Pruned header to not introduce extraneous includes. (bzr r11502)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-6/+4
(bzr r11316)
2012-04-07cleanup knotholder code for LPEsJohan B. C. Engelen1-19/+28
(bzr r11170)
2008-08-04Remove some obsolete codeMaximilian Albert1-57/+0
(bzr r6558)
2008-08-04Correct handle tipsMaximilian Albert1-2/+2
(bzr r6557)
2008-08-03remove many needless references to n-art-bpath.hJohan B. C. Engelen1-1/+0
(bzr r6540)
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-29/+29
(bzr r6513)
2008-08-01Make LPE knotholder handles snapMaximilian Albert1-10/+13
(bzr r6506)
2008-07-29Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert1-6/+2
and make inheritance from it a bit less clumsy (bzr r6448)
2008-06-16First step towards making helper paths for LPE items work betterMaximilian Albert1-0/+2
(bzr r5954)
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-1/+1
(bzr r5915)
2008-06-11warning cleanupJon A. Cruz1-1/+1
(bzr r5877)
2008-06-10Don't convert path to straight line for LPE perpendicular bisectorMaximilian Albert1-0/+2
(bzr r5873)
2008-06-10Write all effect parameters to SVG when a LPE knotholder handle is ungrabbedMaximilian Albert1-16/+0
(bzr r5870)
2008-06-08Re-add two handles for PerpBisector LPE (we don't add the other two because ↵Maximilian Albert1-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)
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert1-0/+2
in a similar way as adding LPE parameters. (bzr r5856)
2008-06-02set eol-style:native for recently added filesMaximilian Albert1-204/+204
(bzr r5782)
2008-05-30LPE STACKING!Johan B. C. Engelen1-187/+204
(many thanks to the french students who made this.) (bzr r5766)
2008-05-19Make LPEPerpBisector use the new nearest_point() function from point to lineMaximilian Albert1-4/+1
(bzr r5706)
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert1-27/+123
nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
2008-05-18New LPE: Perpendicular bisectorMaximilian Albert1-0/+94
(bzr r5695)