summaryrefslogtreecommitdiffstats
path: root/src/box3d-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* More NR::Point ==> Geom::PointMaximilian Albert2008-09-181-7/+7
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-2/+2
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert2008-08-141-2/+1
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-14/+16
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-1/+1
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-1/+1
* C++ify knotholdersMaximilian Albert2008-06-041-2/+2
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-4/+4
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-3/+4
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-6/+7
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-9/+5
* Move 3D box code out of sp-canvas.cppMaximilian Albert2008-03-091-0/+8
* Fix LP #194718Maximilian Albert2008-02-231-4/+4
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-221-94/+1
* Better handling of shortcuts in 3D box toolMaximilian Albert2008-01-111-18/+18
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+9
* Check for perspective in document defs (to avoid hanging/crashes after vacuum...Maximilian Albert2008-01-111-0/+20
* Enable 3D box toolbarMaximilian Albert2008-01-081-2/+16
* Only set style of box sides during creation (not upon every repr write).Maximilian Albert2008-01-051-0/+4
* Don't show boxes as everted (i.e., always show the same sides) during initial...Maximilian Albert2007-12-261-1/+3
* Warning cleanupJon A. Cruz2007-12-151-1/+1
* If necessary, split up perspectives when applying transformations to boxes; m...Maximilian Albert2007-12-131-4/+4
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-156/+188
* 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