| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use Inkscape's own code to write coordinates to svg (much nicer fix than ↵ | Maximilian Albert | 2007-07-18 | 1 | -5/+4 |
| | | | | | | commit #15449) (bzr r3265) | ||||
| * | Make string conversion of box coordinates locale-independent (fixes bug with ↵ | Maximilian Albert | 2007-07-18 | 1 | -8/+12 |
| | | | | | | languages that use comma instead of decimal point) (bzr r3264) | ||||
| * | Move check for unlinked paths of 3D box faces to the correct location | Maximilian Albert | 2007-07-14 | 1 | -12/+24 |
| | | | | (bzr r3240) | ||||
| * | Write distinguished corners of 3D boxes to the svg representation from which ↵ | Maximilian Albert | 2007-07-14 | 1 | -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 Albert | 2007-07-10 | 1 | -14/+23 |
| | | | | | | towards correct handling of degenerate boxes) (bzr r3212) | ||||
| * | More 3D auxiliary/convenience functions | Maximilian Albert | 2007-07-10 | 1 | -1/+1 |
| | | | | (bzr r3211) | ||||
| * | Status message & cleanups | Maximilian Albert | 2007-07-10 | 1 | -3/+12 |
| | | | | (bzr r3209) | ||||
| * | small cleanups | Maximilian Albert | 2007-07-10 | 1 | -2/+4 |
| | | | | (bzr r3206) | ||||
| * | New/updated 3D box auxiliary/convenience functions (e.g., allow ↵ | Maximilian Albert | 2007-07-04 | 1 | -3/+38 |
| | | | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183) | ||||
| * | Refactoring of 3D box internals. | Maximilian Albert | 2007-07-03 | 1 | -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 Albert | 2007-07-03 | 1 | -16/+44 |
| | | | | (bzr r3170) | ||||
| * | Swap axis directions Y and Z (for consistency) | Maximilian Albert | 2007-07-03 | 1 | -11/+11 |
| | | | | (bzr r3167) | ||||
| * | Use arrays to manage corners and faces of 3D boxes | Maximilian Albert | 2007-07-03 | 1 | -25/+20 |
| | | | | (bzr r3166) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -0/+257 |
| boxes in a fixed perspective without any live interaction. (bzr r3084) | |||||
