| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix crash when 3D boxes are rotated in selector context | Maximilian Albert | 2007-09-10 | 1 | -5/+7 |
| | | | | (bzr r3709) | ||||
| * | Decent support for setting the direction of infinite VPs via the toolbar and ↵ | Maximilian Albert | 2007-09-01 | 1 | -1/+7 |
| | | | | | | partial fix for wrong undo behaviour (?) (bzr r3659) | ||||
| * | Infrastructure to set direction of infinite VPs (now adjustable by some ↵ | Maximilian Albert | 2007-09-01 | 1 | -0/+17 |
| | | | | | | shortcuts; this may be removed later on) (bzr r3657) | ||||
| * | Constrained center-dragging for 3D boxes (with Ctrl) | Maximilian Albert | 2007-08-29 | 1 | -0/+3 |
| | | | | (bzr r3608) | ||||
| * | Remove some warnings and fix crash in 3D box tool | Maximilian Albert | 2007-08-28 | 1 | -10/+7 |
| | | | | (bzr r3601) | ||||
| * | Various small cleanups | Maximilian Albert | 2007-08-26 | 1 | -6/+2 |
| | | | | (bzr r3587) | ||||
| * | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵ | Maximilian Albert | 2007-08-26 | 1 | -1/+248 |
| | | | | | | the right approach) (bzr r3586) | ||||
| * | Enable center-dragging of boxes in Z direction by using Shift | Maximilian Albert | 2007-08-20 | 1 | -0/+51 |
| | | | | (bzr r3555) | ||||
| * | Eliminate a number of compile warnings | Maximilian Albert | 2007-08-20 | 1 | -6/+4 |
| | | | | (bzr r3553) | ||||
| * | Enable center-dragging of boxes ('in perspective') within the XY-plane | Maximilian Albert | 2007-08-17 | 1 | -18/+132 |
| | | | | (bzr r3497) | ||||
| * | Remember last used style for single 3D box faces (also fixes bug with ↵ | Maximilian Albert | 2007-08-16 | 1 | -1/+5 |
| | | | | | | 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 | -17/+22 |
| | | | | | | changes made in commit #15681 (bzr r3445) | ||||
| * | Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+39 |
| | | | | | | boxes when state of a VP changes (bzr r3412) | ||||
| * | Compute the correct visible front corner (also for 'upended' boxes) and set ↵ | Maximilian Albert | 2007-08-07 | 1 | -13/+22 |
| | | | | | | the z-orders accordingly so that they are correct for any relative position of the handles (bzr r3411) | ||||
| * | Set z-orders of 3D box faces during dragging/resizing according to the ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+109 |
| | | | | | | perspective (bzr r3409) | ||||
| * | Fix wrong states of VPs when writing to SVG | Maximilian Albert | 2007-08-06 | 1 | -3/+3 |
| | | | | (bzr r3394) | ||||
| * | Draw perspective lines; provide shortcuts to toggle their visibility and the ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+88 |
| | | | | | | corners where they are attached (bzr r3393) | ||||
| * | Workaround for some segfaults: Store perspectives globally instead of in ↵ | Maximilian Albert | 2007-08-06 | 1 | -3/+2 |
| | | | | | | each desktop (this should probably be reverted later on) (bzr r3390) | ||||
| * | Convenience for debugging | Maximilian Albert | 2007-08-06 | 1 | -0/+4 |
| | | | | (bzr r3389) | ||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -14/+150 |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | ||||
| * | Store a global list of existing perspectives; for each perspective hold a ↵ | Maximilian Albert | 2007-08-06 | 1 | -27/+37 |
| | | | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380) | ||||
| * | 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) | |||||
