summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* warning cleanupJon A. Cruz2007-11-021-1/+1
* 3dbox cursorbulia byak2007-10-021-2/+2
* Use angle step from prefs for rotation of PLs; Alt+parentheses rotate PLs by ...Maximilian Albert2007-09-111-6/+7
* Don't catch Shift+Ctrl+L (Layers dialog) in 3D box contextMaximilian Albert2007-09-101-0/+1
* Infrastructure to set direction of infinite VPs (now adjustable by some short...Maximilian Albert2007-09-011-0/+30
* Remove some warnings and fix crash in 3D box toolMaximilian Albert2007-08-281-2/+1
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-2/+2
* Avoid 'flashing' between front and rear face during initial dragging process ...Maximilian Albert2007-08-201-1/+6
* Remember last used style for single 3D box faces (also fixes bug with wrongly...Maximilian Albert2007-08-161-1/+1
* Don't use lowercase keyboard shortcuts in 3D box toolMaximilian Albert2007-08-161-5/+0
* Remove second option for resizing 3D boxes (now we have 8 handles; the four f...Maximilian Albert2007-08-161-2/+0
* Hold perspectives on document level rather than globally; this corrects the c...Maximilian Albert2007-08-091-15/+12
* Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop2007-08-071-3/+3
* Update current perspective when selection changesMaximilian Albert2007-08-071-0/+16
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+3
* Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert2007-08-061-3/+57
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-061-0/+10
* Workaround for some segfaults: Store perspectives globally instead of in each...Maximilian Albert2007-08-061-1/+0
* Convenience for debuggingMaximilian Albert2007-08-061-0/+5
* Write/read perspectives to/from SVG; store ratios of the distances from corne...Maximilian Albert2007-08-061-0/+1
* CosmeticMaximilian Albert2007-08-061-59/+55
* Store a global list of existing perspectives; for each perspective hold a lis...Maximilian Albert2007-08-061-20/+6
* 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