summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-4/+4
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-3/+3
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert2007-07-141-8/+0
| | | (bzr r3240)
* Write distinguished corners of 3D boxes to the svg representation from which ↵Maximilian Albert2007-07-141-1/+9
| | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239)
* fix for panning and zooming into area in 3D box tool (root_handler of ↵Maximilian Albert2007-07-121-1/+0
| | | | | event_context was not called in some cases) (bzr r3229)
* Different default styles for non-parallel 3D box facesMaximilian Albert2007-07-101-1/+1
| | | (bzr r3213)
* Create all 3D box faces in the beginning (fixes resizing bug; first step ↵Maximilian Albert2007-07-101-11/+7
| | | | | towards correct handling of degenerate boxes) (bzr r3212)
* Click-select entire 3D boxes instead of only single faces; faces can still ↵Maximilian Albert2007-07-101-1/+1
| | | | | be selected with (Alt+)Ctrl-Click (bzr r3210)
* Status message & cleanupsMaximilian Albert2007-07-101-35/+25
| | | (bzr r3209)
* Two variants of resizing 3D boxes (using three/four handles, respectively, ↵Maximilian Albert2007-07-041-0/+1
| | | | | demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled. (bzr r3184)
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-031-10/+14
| | | (bzr r3170)
* Swap axis directions Y and Z (for consistency)Maximilian Albert2007-07-031-7/+7
| | | (bzr r3167)
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-6/+6
| | | (bzr r3166)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+608
boxes in a fixed perspective without any live interaction. (bzr r3084)