summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-33/+62
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-6/+9
2009-03-13remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder1-1/+0
2009-03-12whitespace missedbulia byak1-2/+2
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-31/+31
2008-10-27From trunkTed Gould1-5/+9
2008-10-11Merging from trunkTed Gould1-2/+2
2008-08-06add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...Johan B. C. Engelen1-2/+2
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-121/+121
2008-08-01replace matrix division code.Johan B. C. Engelen1-1/+0
2008-08-01Formerly static function used for snapping is now a private member of KnotHol...Maximilian Albert1-36/+24
2008-07-29LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert1-1/+0
2008-07-02Don't dereference NULL knotholder; fixes instant crash, but using the handles...Maximilian Albert1-0/+1
2008-06-16Activate automatic knotholders for LPE PointParamsMaximilian Albert1-1/+1
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-3/+3
2008-06-08Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert1-1/+1
2008-06-08Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert1-5/+2
2008-06-04Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert1-130/+130
2008-06-04C++ify knotholdersMaximilian Albert1-447/+511
2008-06-02check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen1-3/+5
2008-05-30LPE STACKING!Johan B. C. Engelen1-7/+10
2008-05-19Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert1-0/+1
2008-05-19Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert1-2/+17
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-1/+1
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-1/+1
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-2/+3
2008-03-19Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert1-7/+2
2008-02-25snap 3d box handlesbulia byak1-3/+7
2008-02-24Further cleanup (left-over debugging message)Maximilian Albert1-54/+8
2007-12-15Warning cleanupJon A. Cruz1-2/+2
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-228/+106
2007-11-04Warning cleanupJon A. Cruz1-24/+24
2007-09-10Purged fill type enumJon A. Cruz1-2/+2
2007-08-29Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert1-4/+73
2007-08-26Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert1-4/+7
2007-08-20Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert1-1/+5
2007-08-20Eliminate a number of compile warningsMaximilian Albert1-0/+1
2007-08-17Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert1-0/+21
2007-08-16Slightly better status bar message for Ctrl+draggingMaximilian Albert1-8/+8
2007-08-16Ctrl+dragging constrains movement of 3D box handles to prolongations of the e...Maximilian Albert1-28/+120
2007-08-16Remove second option for resizing 3D boxes (now we have 8 handles; the four f...Maximilian Albert1-123/+36
2007-08-07Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop1-1/+1
2007-08-07Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert1-0/+2
2007-08-06Draw perspective lines; provide shortcuts to toggle their visibility and the ...Maximilian Albert1-0/+2
2007-08-06First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert1-0/+2
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-1/+1
2007-07-10correct way to transform coordinates (fixes earlier ad-hoc solution)Maximilian Albert1-12/+8
2007-07-10Different resizing variant for 3D boxes (8 handles)Maximilian Albert1-14/+109
2007-07-08fix 1731457bulia byak1-4/+4
2007-07-04Two variants of resizing 3D boxes (using three/four handles, respectively, de...Maximilian Albert1-16/+69