summaryrefslogtreecommitdiffstats
path: root/src/box3d-face.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-67/+0
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-041-1/+1
* Avoid 'flashing' between front and rear face during initial dragging process ...Maximilian Albert2007-08-201-0/+1
* Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert2007-08-161-0/+1
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-1/+1
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+2
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-1/+1
* Different default styles for non-parallel 3D box facesMaximilian Albert2007-07-101-0/+3
* Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert2007-07-101-6/+3
* Refactoring of 3D box internals.Maximilian Albert2007-07-031-1/+7
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-031-0/+1
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-4/+4
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-4/+1
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+59