summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-18/+132
2007-08-16Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert1-1/+5
2007-08-09Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert1-17/+22
2007-08-07Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert1-0/+39
2007-08-07Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert1-13/+22
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+109
2007-08-06Fix wrong states of VPs when writing to SVGMaximilian Albert1-3/+3
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert1-0/+88
2007-08-06Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert1-3/+2
2007-08-06Convenience for debuggingMaximilian Albert1-0/+4
2007-08-06Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert1-14/+150
2007-08-06Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert1-27/+37
2007-07-18Use Inkscape's own code to write coordinates to svg (much nicer fix than comm...Maximilian Albert1-5/+4
2007-07-18Make string conversion of box coordinates locale-independent (fixes bug with ...Maximilian Albert1-8/+12
2007-07-14Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert1-12/+24
2007-07-14Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert1-25/+124
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert1-14/+23
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert1-1/+1
2007-07-10Status message & cleanupsMaximilian Albert1-3/+12
2007-07-10small cleanupsMaximilian Albert1-2/+4
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert1-3/+38
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-50/+73
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert1-16/+44
2007-07-03Swap axis directions Y and Z (for consistency)Maximilian Albert1-11/+11
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-25/+20
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+257