summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix Bug #680520 - crash while using the top rounding handleAdonis Papaderos2010-11-241-1/+0
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-10/+10
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-43/+43
* textual patch from bug 408093bulia byak2009-09-061-1/+1
* fix 166186bulia byak2009-08-221-3/+9
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-10/+10
* Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop2009-03-151-33/+62
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-6/+9
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
* whitespace missedbulia byak2009-03-121-2/+2
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-31/+31
* From trunkTed Gould2008-10-271-5/+9
* Merging from trunkTed Gould2008-10-111-2/+2
* add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...Johan B. C. Engelen2008-08-061-2/+2
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-121/+121
* replace matrix division code.Johan B. C. Engelen2008-08-011-1/+0
* Formerly static function used for snapping is now a private member of KnotHol...Maximilian Albert2008-08-011-36/+24
* LPE knotholder refactoring: PointParams are not knotholder entities any more;...Maximilian Albert2008-07-291-1/+0
* Don't dereference NULL knotholder; fixes instant crash, but using the handles...Maximilian Albert2008-07-021-0/+1
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-1/+1
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
* Better way to add LPE knotholder handles; now it happens semi-automatically i...Maximilian Albert2008-06-081-1/+1
* Make knotholders for LPE items finally work; each effect can now overload the...Maximilian Albert2008-06-081-5/+2
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...Maximilian Albert2008-06-041-130/+130
* C++ify knotholdersMaximilian Albert2008-06-041-447/+511
* check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen2008-06-021-3/+5
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+10
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...Maximilian Albert2008-05-191-0/+1
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...Maximilian Albert2008-05-191-2/+17
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-1/+1
* Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop2008-05-121-1/+1
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-2/+3
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-7/+2
* snap 3d box handlesbulia byak2008-02-251-3/+7
* Further cleanup (left-over debugging message)Maximilian Albert2008-02-241-54/+8
* Warning cleanupJon A. Cruz2007-12-151-2/+2
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-228/+106
* Warning cleanupJon A. Cruz2007-11-041-24/+24
* Purged fill type enumJon A. Cruz2007-09-101-2/+2
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-4/+73
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ...Maximilian Albert2007-08-261-4/+7
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-1/+5
* Eliminate a number of compile warningsMaximilian Albert2007-08-201-0/+1
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+21
* Slightly better status bar message for Ctrl+draggingMaximilian Albert2007-08-161-8/+8
* Ctrl+dragging constrains movement of 3D box handles to prolongations of the e...Maximilian Albert2007-08-161-28/+120
* Remove second option for resizing 3D boxes (now we have 8 handles; the four f...Maximilian Albert2007-08-161-123/+36
* Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop2007-08-071-1/+1
* Set z-orders of 3D box faces during dragging/resizing according to the perspe...Maximilian Albert2007-08-071-0/+2