summaryrefslogtreecommitdiffstats
path: root/src/perspective3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draw perspective lines; provide shortcuts to toggle their visibility and the ↵Maximilian Albert2007-08-061-8/+0
| | | | | corners where they are attached (bzr r3393)
* (Un-)Snapping of VPs by Shift-dragging; this makes it possible to separate ↵Maximilian Albert2007-08-061-2/+46
| | | | | perspectives and thus create new ones interactively (bzr r3392)
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-061-0/+59
| | | (bzr r3391)
* Workaround for some segfaults: Store perspectives globally instead of in ↵Maximilian Albert2007-08-061-15/+36
| | | | | each desktop (this should probably be reverted later on) (bzr r3390)
* Convenience for debuggingMaximilian Albert2007-08-061-0/+45
| | | (bzr r3389)
* Write/read perspectives to/from SVG; store ratios of the distances from ↵Maximilian Albert2007-08-061-2/+90
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Preparatory stuff to combine VPs in draggersMaximilian Albert2007-08-061-10/+31
| | | (bzr r3387)
* CosmeticMaximilian Albert2007-08-061-2/+4
| | | (bzr r3385)
* Store a global list of existing perspectives; for each perspective hold a ↵Maximilian Albert2007-08-061-12/+63
| | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380)
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-5/+7
| | | (bzr r3169)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+98
boxes in a fixed perspective without any live interaction. (bzr r3084)