summaryrefslogtreecommitdiffstats
path: root/src/box3d-face.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-294/+0
2007-08-28Remove some warnings and fix crash in 3D box toolMaximilian Albert1-1/+0
2007-08-20Avoid 'flashing' between front and rear face during initial dragging process ...Maximilian Albert1-7/+24
2007-08-16Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert1-3/+30
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-1/+2
2007-08-06Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert1-7/+7
2007-07-18Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...Maximilian Albert1-33/+9
2007-07-18Make string conversion of box coordinates locale-independent (fixes bug with ...Maximilian Albert1-5/+24
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert1-4/+12
2007-07-10Different default styles for non-parallel 3D box facesMaximilian Albert1-9/+35
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert1-9/+18
2007-07-10correct way to transform coordinates (fixes earlier ad-hoc solution)Maximilian Albert1-14/+10
2007-07-10small cleanupsMaximilian Albert1-1/+1
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-16/+41
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert1-0/+45
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert1-2/+2
2007-07-03Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert1-7/+1
2007-07-03Swap axis directions Y and Z (for consistency)Maximilian Albert1-3/+3
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-43/+34
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+161