Code

Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspectives.
[inkscape.git] / src / vanishing-point.cpp
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-06 buliabyakremove unused
2009-01-08 buliabyakswitch to using shape_editor, instead of separate knoth...
2008-10-27 Ted GouldFrom trunk
2008-09-18 cilix42More NR::Point ==> Geom::Point
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-01 johanengelenchange knot.h to Geom::Point only instead of NR::Point.
2008-06-04 cilix42C++ify knotholders
2008-02-22 cilix42Clean up comments and remove (already commented) debugg...
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 ...
2007-11-25 joncruzWarning cleanup
2007-11-10 joncruzWarning cleanup
2007-09-01 cilix42Decent support for setting the direction of infinite...
2007-08-17 cilix42Draw perspective lines for infinite VPs, too (they...
2007-08-09 cilix42Hold perspectives on document level rather than globall...
2007-08-09 cilix42Status bar tips for VP draggers
2007-08-07 cilix42Fix behaviour of toggle buttons (for VP states) in...
2007-08-07 cilix42Set z-orders of 3D box faces during dragging/resizing...
2007-08-06 cilix42Draw perspective lines; provide shortcuts to toggle...
2007-08-06 cilix42(Un-)Snapping of VPs by Shift-dragging; this makes...
2007-08-06 cilix42First stage of draggable vanishing points (no snapping...
2007-08-06 cilix42Write/read perspectives to/from SVG; store ratios of...
2007-08-06 cilix42Preparatory stuff to combine VPs in draggers
2007-07-11 cilix42Move 3D axis manipulation functions to separate file
2007-07-10 cilix42More 3D auxiliary/convenience functions
2007-07-04 cilix42New/updated 3D box auxiliary/convenience functions...
2007-07-03 cilix42More meaningful name for 3D axis directions
2007-06-21 cilix42First (very limited) version of the 3D box tool; allows...