summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-3/+3
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-10/+10
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-4/+4
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2009-12-26Major simplification of 3D box code.Maximilian Albert1-142/+8
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-100/+153
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-5/+5
2009-08-05SPDocument->Documentjohnce1-5/+5
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-9/+9
2008-07-30commentsMaximilian Albert1-0/+7
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-06-08Patch from sas to avoid GC warning during vacuum defs (closes LP #236816)Maximilian Albert1-1/+0
2008-04-04Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...John Faith1-18/+21
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-28/+45
2008-03-06If present, use existent perspective as default for new boxes when opening a ...Maximilian Albert1-0/+13
2008-03-03Fix LP #196893 (weird snapping of 3D box Z handles)Maximilian Albert1-1/+1
2008-02-27less arbitrary default perspectivebulia byak1-3/+3
2008-02-23Fix LP #194718Maximilian Albert1-3/+3
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-32/+2
2008-02-17Don't store perspectives in plain SVGMaximilian Albert1-1/+1
2008-01-11Check for perspective in document defs (to avoid hanging/crashes after vacuum...Maximilian Albert1-0/+21
2008-01-09fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent nam...Johan B. C. Engelen1-1/+1
2008-01-08Enable 3D box toolbarMaximilian Albert1-3/+4
2008-01-05Applying Gail's patch for font-specificationBryce Harrington1-1/+1
2007-12-26Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert1-8/+2
2007-12-26noop: remove unused variableMaximilian Albert1-1/+0
2007-12-26Fix bug #178004 [assert when saving as plain svg]Maximilian Albert1-4/+5
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert1-2/+98
2007-12-15Warning cleanupJon A. Cruz1-6/+6
2007-12-13If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert1-2/+32
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-0/+546