summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Inkscape's own code to write coordinates to svg (much nicer fix than ↵Maximilian Albert2007-07-181-5/+4
| | | | | commit #15449) (bzr r3265)
* Make string conversion of box coordinates locale-independent (fixes bug with ↵Maximilian Albert2007-07-181-8/+12
| | | | | languages that use comma instead of decimal point) (bzr r3264)
* Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert2007-07-141-12/+24
| | | (bzr r3240)
* Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert2007-07-141-25/+124
| | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239)
* Create all 3D box faces in the beginning (fixes resizing bug; first step ↵Maximilian Albert2007-07-101-14/+23
| | | | | towards correct handling of degenerate boxes) (bzr r3212)
* More 3D auxiliary/convenience functionsMaximilian Albert2007-07-101-1/+1
| | | (bzr r3211)
* Status message & cleanupsMaximilian Albert2007-07-101-3/+12
| | | (bzr r3209)
* small cleanupsMaximilian Albert2007-07-101-2/+4
| | | (bzr r3206)
* New/updated 3D box auxiliary/convenience functions (e.g., allow ↵Maximilian Albert2007-07-041-3/+38
| | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183)
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-50/+73
| | | | | | Handle the corners in the box itself and only link to them from the separate faces. This way we can make the code *much* cleaner and more generic. Provide generic auxiliary functions for the movement of corners in XY-plane and Z-direction. (bzr r3171)
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-031-16/+44
| | | (bzr r3170)
* Swap axis directions Y and Z (for consistency)Maximilian Albert2007-07-031-11/+11
| | | (bzr r3167)
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-25/+20
| | | (bzr r3166)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+257
boxes in a fixed perspective without any live interaction. (bzr r3084)