summaryrefslogtreecommitdiffstats
path: root/src/persp3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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