| Commit message (Expand) | Author | Files | Lines |
| 2008-02-25 | fix converting 3d boxes to path and ungrouping - do not lose selection, prese... | bulia byak | 1 | -4/+17 |
| 2008-02-23 | warning cleanup | Maximilian Albert | 1 | -2/+2 |
| 2008-02-22 | Clean up comments and remove (already commented) debugging messages | Maximilian Albert | 1 | -139/+6 |
| 2008-01-19 | Fix another small z-order issue for 3D boxes | Maximilian Albert | 1 | -2/+10 |
| 2008-01-16 | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 1 | -2/+0 |
| 2008-01-15 | Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui... | Maximilian Albert | 1 | -8/+6 |
| 2008-01-15 | Fix wrong offset when Ctrl+dragging 3D boxes by their center | Maximilian Albert | 1 | -2/+4 |
| 2008-01-13 | Use visual/geometric bbox (as specified in Selector tool preferences) when co... | Maximilian Albert | 1 | -0/+6 |
| 2008-01-11 | Add possibility to convert objects (only rectangles and 3D boxes currently) t... | Maximilian Albert | 1 | -0/+43 |
| 2008-01-10 | Fix small z-order error for 3D boxes | Maximilian Albert | 1 | -9/+9 |
| 2008-01-09 | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '... | Maximilian Albert | 1 | -0/+33 |
| 2008-01-06 | Also transform stroke, patterns, and gradients of 3D box sides | Maximilian Albert | 1 | -4/+1 |
| 2008-01-02 | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 1 | -0/+3 |
| 2007-12-26 | Recompute box corners relative to new perspective when merging persps (to pre... | Maximilian Albert | 1 | -1/+13 |
| 2007-12-26 | Don't show boxes as everted (i.e., always show the same sides) during initial... | Maximilian Albert | 1 | -0/+35 |
| 2007-12-26 | Don't store special attributes/types when saving 3D boxes to plain SVG (so th... | Maximilian Albert | 1 | -2/+2 |
| 2007-12-23 | Bug fix: prevent perspectives from being transformed more than once (by keepi... | Maximilian Albert | 1 | -49/+100 |
| 2007-12-15 | Warning cleanup | Jon A. Cruz | 1 | -10/+13 |
| 2007-12-13 | If necessary, split up perspectives when applying transformations to boxes; m... | Maximilian Albert | 1 | -4/+32 |
| 2007-12-13 | Fundamentally reworked version of the 3D box tool (among many other things, t... | Maximilian Albert | 1 | -1023/+1053 |
| 2007-09-10 | Fix crash when 3D boxes are rotated in selector context | Maximilian Albert | 1 | -5/+7 |
| 2007-09-01 | Decent support for setting the direction of infinite VPs via the toolbar and ... | Maximilian Albert | 1 | -1/+7 |
| 2007-09-01 | Infrastructure to set direction of infinite VPs (now adjustable by some short... | Maximilian Albert | 1 | -0/+17 |
| 2007-08-29 | Constrained center-dragging for 3D boxes (with Ctrl) | Maximilian Albert | 1 | -0/+3 |
| 2007-08-28 | Remove some warnings and fix crash in 3D box tool | Maximilian Albert | 1 | -10/+7 |
| 2007-08-26 | Various small cleanups | Maximilian Albert | 1 | -6/+2 |
| 2007-08-26 | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ... | Maximilian Albert | 1 | -1/+248 |
| 2007-08-20 | Enable center-dragging of boxes in Z direction by using Shift | Maximilian Albert | 1 | -0/+51 |
| 2007-08-20 | Eliminate a number of compile warnings | Maximilian Albert | 1 | -6/+4 |
| 2007-08-17 | Enable center-dragging of boxes ('in perspective') within the XY-plane | Maximilian Albert | 1 | -18/+132 |
| 2007-08-16 | Remember last used style for single 3D box faces (also fixes bug with wrongly... | Maximilian Albert | 1 | -1/+5 |
| 2007-08-09 | Hold perspectives on document level rather than globally; this corrects the c... | Maximilian Albert | 1 | -17/+22 |
| 2007-08-07 | Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo... | Maximilian Albert | 1 | -0/+39 |
| 2007-08-07 | Compute the correct visible front corner (also for 'upended' boxes) and set t... | Maximilian Albert | 1 | -13/+22 |
| 2007-08-07 | Set z-orders of 3D box faces during dragging/resizing according to the perspe... | Maximilian Albert | 1 | -0/+109 |
| 2007-08-06 | Fix wrong states of VPs when writing to SVG | Maximilian Albert | 1 | -3/+3 |
| 2007-08-06 | Draw perspective lines; provide shortcuts to toggle their visibility and the ... | Maximilian Albert | 1 | -0/+88 |
| 2007-08-06 | Workaround for some segfaults: Store perspectives globally instead of in each... | Maximilian Albert | 1 | -3/+2 |
| 2007-08-06 | Convenience for debugging | Maximilian Albert | 1 | -0/+4 |
| 2007-08-06 | Write/read perspectives to/from SVG; store ratios of the distances from corne... | Maximilian Albert | 1 | -14/+150 |
| 2007-08-06 | Store a global list of existing perspectives; for each perspective hold a lis... | Maximilian Albert | 1 | -27/+37 |
| 2007-07-18 | Use Inkscape's own code to write coordinates to svg (much nicer fix than comm... | Maximilian Albert | 1 | -5/+4 |
| 2007-07-18 | Make string conversion of box coordinates locale-independent (fixes bug with ... | Maximilian Albert | 1 | -8/+12 |
| 2007-07-14 | Move check for unlinked paths of 3D box faces to the correct location | Maximilian Albert | 1 | -12/+24 |
| 2007-07-14 | Write distinguished corners of 3D boxes to the svg representation from which ... | Maximilian Albert | 1 | -25/+124 |
| 2007-07-10 | Create all 3D box faces in the beginning (fixes resizing bug; first step towa... | Maximilian Albert | 1 | -14/+23 |
| 2007-07-10 | More 3D auxiliary/convenience functions | Maximilian Albert | 1 | -1/+1 |
| 2007-07-10 | Status message & cleanups | Maximilian Albert | 1 | -3/+12 |
| 2007-07-10 | small cleanups | Maximilian Albert | 1 | -2/+4 |
| 2007-07-04 | New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain... | Maximilian Albert | 1 | -3/+38 |