summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Recompute box corners relative to new perspective when merging persps (to ↵Maximilian Albert2007-12-261-8/+2
| | | | | prevent boxes from jumping randomly) (bzr r4311)
* noop: remove unused variableMaximilian Albert2007-12-261-1/+0
| | | (bzr r4307)
* Fix bug #178004 [assert when saving as plain svg]Maximilian Albert2007-12-261-4/+5
| | | (bzr r4302)
* Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert2007-12-231-2/+98
| | | | | keeping track of selected boxes and their transformations). (bzr r4291)
* Warning cleanupJon A. Cruz2007-12-151-6/+6
| | | (bzr r4234)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-131-2/+32
| | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-0/+546
this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)