summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-4/+4
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-3/+3
* Move check for unlinked paths of 3D box faces to the correct locationMaximilian Albert2007-07-141-8/+0
* Write distinguished corners of 3D boxes to the svg representation from which ...Maximilian Albert2007-07-141-1/+9
* fix for panning and zooming into area in 3D box tool (root_handler of event_c...Maximilian Albert2007-07-121-1/+0
* Different default styles for non-parallel 3D box facesMaximilian Albert2007-07-101-1/+1
* Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert2007-07-101-11/+7
* Click-select entire 3D boxes instead of only single faces; faces can still be...Maximilian Albert2007-07-101-1/+1
* Status message & cleanupsMaximilian Albert2007-07-101-35/+25
* Two variants of resizing 3D boxes (using three/four handles, respectively, de...Maximilian Albert2007-07-041-0/+1
* Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert2007-07-031-10/+14
* Swap axis directions Y and Z (for consistency)Maximilian Albert2007-07-031-7/+7
* Use arrays to manage corners and faces of 3D boxesMaximilian Albert2007-07-031-6/+6
* First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert2007-06-211-0/+608