summaryrefslogtreecommitdiffstats
path: root/src/persp3d.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Major simplification of 3D box code.Maximilian Albert2009-12-261-17/+2
| | | (bzr r8911)
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-7/+22
| | | | | perspectives. (bzr r8910)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8404)
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-4/+4
| | | (bzr r6837)
* Changed Persp3D::boxes_transformed to a std::map pointer since it was not ↵John Faith2008-04-041-1/+1
| | | | | being initialized automatically on OS X 10.3.9 and caused a crash when using the 3d bx tool. Launchpad bug 205659. (bzr r5329)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-4/+4
| | | (bzr r5122)
* If present, use existent perspective as default for new boxes when opening a ↵Maximilian Albert2008-03-061-0/+1
| | | | | document. (bzr r4978)
* Fix LP #194718Maximilian Albert2008-02-231-1/+1
| | | (bzr r4836)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-2/+2
| | | (bzr r4824)
* Enable 3D box toolbarMaximilian Albert2008-01-081-2/+8
| | | (bzr r4436)
* Bug fix: prevent perspectives from being transformed more than once (by ↵Maximilian Albert2007-12-231-0/+11
| | | | | keeping track of selected boxes and their transformations). (bzr r4291)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-131-1/+3
| | | | | 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/+94
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)