summaryrefslogtreecommitdiffstats
path: root/src/box3d-face.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-67/+0
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-1/+1
2007-08-20Avoid 'flashing' between front and rear face during initial dragging process ...Maximilian Albert1-0/+1
2007-08-16Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert1-0/+1
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-1/+1
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+2
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert1-1/+1
2007-07-10Different default styles for non-parallel 3D box facesMaximilian Albert1-0/+3
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert1-6/+3
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-0/+1
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert1-4/+4
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-4/+1
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+59