Code

make win32 compile using libxslt
[inkscape.git] / src / box3d-face.cpp
2007-08-28 cilix42Remove some warnings and fix crash in 3D box tool
2007-08-20 cilix42Avoid 'flashing' between front and rear face during...
2007-08-16 cilix42Remember last used style for single 3D box faces (also...
2007-08-09 cilix42Hold perspectives on document level rather than globall...
2007-08-06 cilix42Store a global list of existing perspectives; for each...
2007-07-18 cilix42Use Inkscape's own code to write coordinates to svg...
2007-07-18 cilix42Make string conversion of box coordinates locale-indepe...
2007-07-14 cilix42Write distinguished corners of 3D boxes to the svg...
2007-07-10 cilix42Different default styles for non-parallel 3D box faces
2007-07-10 cilix42Create all 3D box faces in the beginning (fixes resizin...
2007-07-10 cilix42correct way to transform coordinates (fixes earlier...
2007-07-10 cilix42small cleanups
2007-07-03 cilix42Refactoring of 3D box internals.
2007-07-03 cilix42Only create the faces of a 3D box when needed (use...
2007-07-03 cilix42More meaningful name for 3D axis directions
2007-07-03 cilix42Make 3D axes correspond to places in binary representat...
2007-07-03 cilix42Swap axis directions Y and Z (for consistency)
2007-07-03 cilix42Use arrays to manage corners and faces of 3D boxes
2007-06-21 cilix42First (very limited) version of the 3D box tool; allows...