summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-line_segment.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Code formatingJabiertxof2017-04-281-1/+1
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-0/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| | | (bzr r15025)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-8/+8
| | | (bzr r14059.2.1)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* UI uniformisationKris De Gussem2012-10-211-1/+1
| | | (bzr r11817)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
| | | (bzr r11503)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-1/+1
| | | (bzr r10060)
* Use the line intersection routines in 2geom/line.h instead of the deprecated ↵Diederik van Lierop2009-04-121-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)
* Fix end type combo boxMaximilian Albert2008-08-181-5/+5
| | | (bzr r6696)
* noop: reorder options for lpe-line-segmentMaximilian Albert2008-08-181-2/+2
| | | (bzr r6686)
* Toggle button in geometry toolbar to set limiting bounding box for ↵Maximilian Albert2008-08-181-13/+7
| | | | | LPELineSegment (bzr r6685)
* New LPE to draw infinite lines (cut by a limiting bounding box), rays and ↵Maximilian Albert2008-08-181-0/+103
segments (bzr r6641)