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