summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-line_segment.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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-3/+1
This replaces empty constructors and destructors with the default keyword.
2017-04-28Code formatingJabiertxof1-1/+1
(bzr r15649)
2017-04-28ResetJabiertxof1-1/+1
(bzr r15620.1.9)
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-1/+1
(bzr r15620.1.1)
2016-12-16remove rollback to 15315Jabiertxof1-0/+2
(bzr r15295.1.26)
2016-12-16Rollback 15315Jabiertxof1-2/+0
(bzr r15295.1.25)
2016-12-10Fix headers on LPE'sJabiertxof1-0/+2
(bzr r15318)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
(bzr r15025)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-8/+8
(bzr r14059.2.1)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
(bzr r12782)
2013-01-17const ....Johan B. C. Engelen1-1/+1
(bzr r12039)
2012-10-21UI uniformisationKris De Gussem1-1/+1
(bzr r11817)
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
(bzr r11503)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-1/+1
(bzr r10060)
2009-04-12Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop1-6/+6
ones in 2geom/geom.h. (I know we're in a refactoring freeze, but this one I was already working on before this freeze was announced and it's quite safe IMHO. It's only a small change in 2geom's API and can hardly do any real harm. I will not refactor anything else until after the v0.47 release, promised!) (bzr r7688)
2008-08-18Fix end type combo boxMaximilian Albert1-5/+5
(bzr r6696)
2008-08-18noop: reorder options for lpe-line-segmentMaximilian Albert1-2/+2
(bzr r6686)
2008-08-18Toggle button in geometry toolbar to set limiting bounding box for ↵Maximilian Albert1-13/+7
LPELineSegment (bzr r6685)
2008-08-18New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵Maximilian Albert1-0/+103
segments (bzr r6641)