summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Major simplification of 3D box code.Maximilian Albert2009-12-261-142/+8
* Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert2009-12-261-100/+153
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-5/+5
* SPDocument->Documentjohnce2009-08-051-5/+5
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-9/+9
* commentsMaximilian Albert2008-07-301-0/+7
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
* Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert2008-06-081-1/+0
* Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...John Faith2008-04-041-18/+21
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-28/+45
* If present, use existent perspective as default for new boxes when opening a ...Maximilian Albert2008-03-061-0/+13
* Fix LP #196893 (weird snapping of 3D box Z handles)Maximilian Albert2008-03-031-1/+1
* less arbitrary default perspectivebulia byak2008-02-271-3/+3
* Fix LP #194718Maximilian Albert2008-02-231-3/+3
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-32/+2
* Don't store perspectives in plain SVGMaximilian Albert2008-02-171-1/+1
* Check for perspective in document defs (to avoid hanging/crashes after vacuum...Maximilian Albert2008-01-111-0/+21
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...Johan B. C. Engelen2008-01-091-1/+1
* Enable 3D box toolbarMaximilian Albert2008-01-081-3/+4
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-1/+1
* Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert2007-12-261-8/+2
* noop: remove unused variableMaximilian Albert2007-12-261-1/+0
* Fix bug #178004 [assert when saving as plain svg]Maximilian Albert2007-12-261-4/+5
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-2/+98
* Warning cleanupJon A. Cruz2007-12-151-6/+6
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-2/+32
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-0/+546