summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...Maximilian Albert2007-07-181-5/+4
* Make string conversion of box coordinates locale-independent (fixes bug with ...Maximilian Albert2007-07-181-8/+12
* Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert2007-07-141-12/+24
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-25/+124
* Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert2007-07-101-14/+23
* More 3D auxiliary/convenience functionsMaximilian Albert2007-07-101-1/+1
* Status message & cleanupsMaximilian Albert2007-07-101-3/+12
* small cleanupsMaximilian Albert2007-07-101-2/+4
* New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert2007-07-041-3/+38
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-50/+73
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-031-16/+44
* Swap axis directions Y and Z (for consistency)Maximilian Albert2007-07-031-11/+11
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-25/+20
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+257