summaryrefslogtreecommitdiffstats
path: root/src/box3d.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-29Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert1-1/+1
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-1/+3
2008-02-25fix converting 3d boxes to path and ungrouping - do not lose selection, prese...bulia byak1-1/+1
2008-02-22Clean up comments and remove (already commented) debugging messagesMaximilian Albert1-4/+0
2008-01-15Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert1-1/+0
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+2
2008-01-09Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...Maximilian Albert1-0/+2
2007-12-26Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert1-1/+1
2007-12-26Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert1-0/+4
2007-12-23Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert1-0/+5
2007-12-13If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert1-0/+1
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-75/+56
2007-09-01Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert1-0/+1
2007-08-29Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert1-0/+1
2007-08-26Various small cleanupsMaximilian Albert1-1/+1
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert1-3/+4
2007-08-20Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert1-0/+2
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-0/+11
2007-08-07Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert1-0/+1
2007-08-07Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert1-0/+2
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+4
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert1-0/+8
2007-08-06Convenience for debuggingMaximilian Albert1-0/+2
2007-08-06Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert1-0/+10
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert1-0/+1
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert1-2/+7
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-1/+7
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert1-1/+1
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-7/+1
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+55