summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* create SPObject factoryLiam P. White2015-02-251-10/+0
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+2
* Store 3d box tool coordinates stored in 'user units'.Tavmjong Bah2014-12-041-42/+70
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-3/+3
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-4/+4
* 1. make it compileLiam P. White2014-06-251-1/+1
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
* Merge from trunk.Matthew Petroff2013-09-201-58/+32
|\
| * Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-18/+9
| * Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-8/+5
| * Merged more classes.Markus Engel2013-04-061-41/+14
| * Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel2013-04-021-0/+10
| * Added constructors to SP classes.Markus Engel2013-04-011-7/+13
| * Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| * Renamed virtual function names.Markus Engel2013-03-291-9/+9
| * merged from trunkMarkus Engel2013-03-291-171/+3
| |\
| * | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-4/+4
| * | Added "virtual pads" forMarkus Engel2013-03-291-10/+145
| * | Various changes.Markus Engel2013-03-141-3/+4
* | | Added viewBox implement document unit support.Matthew Petroff2013-08-271-3/+4
| |/ |/|
* | More GObject boilerplate reductionAlex Valavanis2013-01-261-29/+1
|/
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-3/+3
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-10/+10
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-31/+27
|\
| * SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public2010-07-121-4/+4
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
* | 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