| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -67/+0 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵ | Johan B. C. Engelen | 2007-11-04 | 1 | -1/+1 |
| | | | | | | reverted for some files to keep them C-compatible. (bzr r4024) | ||||
| * | Avoid 'flashing' between front and rear face during initial dragging process ↵ | Maximilian Albert | 2007-08-20 | 1 | -0/+1 |
| | | | | | | of 3D boxes (bzr r3552) | ||||
| * | Remember last used style for single 3D box faces (also fixes bug with ↵ | Maximilian Albert | 2007-08-16 | 1 | -0/+1 |
| | | | | | | wrongly assigned faces for duplicated boxes, e.g.) (bzr r3481) | ||||
| * | Hold perspectives on document level rather than globally; this corrects the ↵ | Maximilian Albert | 2007-08-09 | 1 | -1/+1 |
| | | | | | | changes made in commit #15681 (bzr r3445) | ||||
| * | Set z-orders of 3D box faces during dragging/resizing according to the ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+2 |
| | | | | | | perspective (bzr r3409) | ||||
| * | Write distinguished corners of 3D boxes to the svg representation from which ↵ | Maximilian Albert | 2007-07-14 | 1 | -1/+1 |
| | | | | | | | | 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) | ||||
| * | Different default styles for non-parallel 3D box faces | Maximilian Albert | 2007-07-10 | 1 | -0/+3 |
| | | | | (bzr r3213) | ||||
| * | Create all 3D box faces in the beginning (fixes resizing bug; first step ↵ | Maximilian Albert | 2007-07-10 | 1 | -6/+3 |
| | | | | | | towards correct handling of degenerate boxes) (bzr r3212) | ||||
| * | Refactoring of 3D box internals. | Maximilian Albert | 2007-07-03 | 1 | -1/+7 |
| | | | | | | | 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 | -0/+1 |
| | | | | (bzr r3170) | ||||
| * | More meaningful name for 3D axis directions | Maximilian Albert | 2007-07-03 | 1 | -4/+4 |
| | | | | (bzr r3169) | ||||
| * | Use arrays to manage corners and faces of 3D boxes | Maximilian Albert | 2007-07-03 | 1 | -4/+1 |
| | | | | (bzr r3166) | ||||
| * | First (very limited) version of the 3D box tool; allows for drawing of new ↵ | Maximilian Albert | 2007-06-21 | 1 | -0/+59 |
| boxes in a fixed perspective without any live interaction. (bzr r3084) | |||||
