summaryrefslogtreecommitdiffstats
path: root/src/object/persp3d.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-6/+6
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+1
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-7/+8
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-7/+8
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+11
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
2013-08-01Fixed more mismatched-tags; replaced GObject-properties in SPGuideMarkus Engel1-1/+1
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-0/+1
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-1/+1
2013-04-06Merged more classes.Markus Engel1-22/+3
2013-04-05Merged Item.Markus Engel1-1/+1
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
2013-03-29Renamed virtual function names.Markus Engel1-5/+5
2013-03-29Added "virtual pads" forMarkus Engel1-1/+24
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
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
2009-12-26Major simplification of 3D box code.Maximilian Albert1-17/+2
2009-12-26Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti...Maximilian Albert1-7/+22
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4
2008-09-18More NR::Point ==> Geom::PointMaximilian Albert1-4/+4
2008-04-04Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...John Faith1-1/+1
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-4/+4
2008-03-06If present, use existent perspective as default for new boxes when opening a ...Maximilian Albert1-0/+1
2008-02-23Fix LP #194718Maximilian Albert1-1/+1
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-2/+2
2008-01-08Enable 3D box toolbarMaximilian Albert1-2/+8
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert1-0/+11
2007-12-13If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert1-1/+3
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-0/+94