summaryrefslogtreecommitdiffstats
path: root/src/box3d.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major simplification of 3D box code.Maximilian Albert2009-12-261-4/+0
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-6/+6
* Fix passing wrong pointer type when using the tweak tool on 3D boxesMaximilian Albert2008-03-291-1/+1
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-1/+3
* fix converting 3d boxes to path and ungrouping - do not lose selection, prese...bulia byak2008-02-251-1/+1
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-4/+0
* Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...Maximilian Albert2008-01-151-1/+0
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+2
* Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying '...Maximilian Albert2008-01-091-0/+2
* Recompute box corners relative to new perspective when merging persps (to pre...Maximilian Albert2007-12-261-1/+1
* Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert2007-12-261-0/+4
* Bug fix: prevent perspectives from being transformed more than once (by keepi...Maximilian Albert2007-12-231-0/+5
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-0/+1
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-75/+56
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-0/+1
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-0/+1
* Various small cleanupsMaximilian Albert2007-08-261-1/+1
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-3/+4
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-0/+2
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+11
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape bo...Maximilian Albert2007-08-071-0/+1
* Compute the correct visible front corner (also for 'upended' boxes) and set t...Maximilian Albert2007-08-071-0/+2
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+4
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-0/+8
* Convenience for debuggingMaximilian Albert2007-08-061-0/+2
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-0/+10
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-0/+1
* New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert2007-07-041-2/+7
* 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-1/+1
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-7/+1
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+55