Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / persp3d.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-07-12 Abhishek Sharma... SPObject c++ification finalized along with the beginnin...
2010-07-03 Abhishek Sharma... another c++ification for sp-object.h/cpp and still...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-07-01 Abhishek Sharma... C++fied SPDocument added
2010-01-14 Krzysztof Kosiński* Merge from trunk
2010-01-01 Ted GouldKeeping up with trunk
2009-12-30 Steren GianniniSpray Tool clean up and Toolbar refactoring
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-26 Maximilian AlbertMajor simplification of 3D box code.
2009-12-26 Maximilian AlbertRefactoring of 3D box tool, mainly to avoid unnecessary...
2009-08-06 cilix42Revert recent refactoring changes by johnce because...
2009-08-05 johnceSPDocument->Document
2009-02-09 JucaBluesgcc warning cleanup
2008-09-18 cilix42More NR::Point ==> Geom::Point
2008-07-30 cilix42comments
2008-06-11 mentalplumb XML::Documents in everywhere
2008-06-08 cilix42Patch from sas to avoid GC warning during vacuum defs...
2008-04-04 jfaithChanged Persp3D::boxes_transformed to a std::map pointe...
2008-03-19 cilix42Make grouped 3D boxes work correctly when transformed...
2008-03-06 cilix42If present, use existent perspective as default for...
2008-03-03 cilix42Fix LP #196893 (weird snapping of 3D box Z handles)
2008-02-27 buliabyakless arbitrary default perspective
2008-02-23 cilix42Fix LP #194718
2008-02-22 cilix42Clean up comments and remove (already commented) debugg...
2008-02-17 cilix42Don't store perspectives in plain SVG
2008-01-11 cilix42Check for perspective in document defs (to avoid hangin...
2008-01-09 johanengelenfix compile. rename Proj::FINITE and INFINITE to VP_...
2008-01-08 cilix42Enable 3D box toolbar
2008-01-05 bryceApplying Gail's patch for font-specification
2007-12-26 cilix42Recompute box corners relative to new perspective when...
2007-12-26 cilix42noop: remove unused variable
2007-12-26 cilix42Fix bug #178004 [assert when saving as plain svg]
2007-12-23 cilix42Bug fix: prevent perspectives from being transformed...
2007-12-15 joncruzWarning cleanup
2007-12-13 cilix42If necessary, split up perspectives when applying trans...
2007-12-13 cilix42Fundamentally reworked version of the 3D box tool ...