summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-parallel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* UI uniformisationKris De Gussem2012-10-211-2/+2
| | | (bzr r11817)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-141-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-8/+5
| | | (bzr r11316)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-26/+33
| | | (bzr r11170)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
| | | | | add some const stuff (bzr r10900)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-2/+2
| | | (bzr r6617)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-12/+12
| | | (bzr r6513)
* Make LPE knotholder handles snapMaximilian Albert2008-08-011-2/+6
| | | (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)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-2/+2
| | | (bzr r6339)
* Enable status bar tips for LPE handles that are automatically created from ↵Maximilian Albert2008-07-021-1/+1
| | | | | PointParams (bzr r6118)
* New LPE: ParallelMaximilian Albert2008-06-181-0/+170
(bzr r5975)