summaryrefslogtreecommitdiffstats
path: root/src/object-edit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-43/+43
| | | (bzr r9034)
* textual patch from bug 408093bulia byak2009-09-061-1/+1
| | | (bzr r8563)
* fix 166186bulia byak2009-08-221-3/+9
| | | (bzr r8516)
* Remove an unused parameter from the snapping APIDiederik van Lierop2009-06-201-10/+10
| | | (bzr r8119)
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-151-33/+62
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-6/+9
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-131-1/+0
| | | (bzr r7478)
* whitespace missedbulia byak2009-03-121-2/+2
| | | (bzr r7473)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-31/+31
| | | (bzr r7032)
* From trunkTed Gould2008-10-271-5/+9
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵Johan B. C. Engelen2008-08-061-2/+2
| | | | | NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-121/+121
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-011-1/+0
| | | (bzr r6512)
* Formerly static function used for snapping is now a private member of ↵Maximilian Albert2008-08-011-36/+24
| | | | | KnotHolderEntity (bzr r6505)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-291-1/+0
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* Don't dereference NULL knotholder; fixes instant crash, but using the ↵Maximilian Albert2008-07-021-0/+1
| | | | | handles still results in a crash :( (bzr r6117)
* Activate automatic knotholders for LPE PointParamsMaximilian Albert2008-06-161-1/+1
| | | (bzr r5963)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-3/+3
| | | (bzr r5915)
* Better way to add LPE knotholder handles; now it happens semi-automatically ↵Maximilian Albert2008-06-081-1/+1
| | | | | in a similar way as adding LPE parameters. (bzr r5856)
* Make knotholders for LPE items finally work; each effect can now overload ↵Maximilian Albert2008-06-081-5/+2
| | | | | | | the addKnotHolderHandles() method to add handles which control its parameters. There is now also a virtual onKnotUngrabbed() method for each knotholder entity which can be used to do cleanup tasks (for LPE parameters it currently writes the value to SVG, although this should probably happen automatically) (bzr r5855)
* Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func ↵Maximilian Albert2008-06-041-130/+130
| | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802)
* C++ify knotholdersMaximilian Albert2008-06-041-447/+511
| | | (bzr r5797)
* check if item is LPEItem before casting!!! should fix bug 236788Johan B. C. Engelen2008-06-021-3/+5
| | | (bzr r5791)
* LPE STACKING!Johan B. C. Engelen2008-05-301-7/+10
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* Add checkbox for LPEs to temporarily disable them on canvas (but keep them ↵Maximilian Albert2008-05-191-0/+1
| | | | | applied to the object) (bzr r5711)
* Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵Maximilian Albert2008-05-191-2/+17
| | | | | nodepath in node context but in the long run it is desired to use both along with each other (bzr r5701)
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-1/+1
| | | (bzr r5680)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-1/+1
| | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-2/+3
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)Maximilian Albert2008-03-191-7/+2
| | | (bzr r5122)
* snap 3d box handlesbulia byak2008-02-251-3/+7
| | | (bzr r4847)
* Further cleanup (left-over debugging message)Maximilian Albert2008-02-241-54/+8
| | | (bzr r4841)
* Warning cleanupJon A. Cruz2007-12-151-2/+2
| | | (bzr r4234)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-228/+106
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-11-041-24/+24
| | | (bzr r4025)
* Purged fill type enumJon A. Cruz2007-09-101-2/+2
| | | (bzr r3706)
* Constrained center-dragging for 3D boxes (with Ctrl)Maximilian Albert2007-08-291-4/+73
| | | (bzr r3608)
* Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵Maximilian Albert2007-08-261-4/+7
| | | | | the right approach) (bzr r3586)
* Enable center-dragging of boxes in Z direction by using ShiftMaximilian Albert2007-08-201-1/+5
| | | (bzr r3555)
* Eliminate a number of compile warningsMaximilian Albert2007-08-201-0/+1
| | | (bzr r3553)
* Enable center-dragging of boxes ('in perspective') within the XY-planeMaximilian Albert2007-08-171-0/+21
| | | (bzr r3497)
* Slightly better status bar message for Ctrl+draggingMaximilian Albert2007-08-161-8/+8
| | | (bzr r3479)
* Ctrl+dragging constrains movement of 3D box handles to prolongations of the ↵Maximilian Albert2007-08-161-28/+120
| | | | | edges or diagonals (bzr r3478)
* Remove second option for resizing 3D boxes (now we have 8 handles; the four ↵Maximilian Albert2007-08-161-123/+36
| | | | | front ones resize in XY-plane, the four rear ones along the Z axis) (bzr r3477)
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-071-1/+1
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* Set z-orders of 3D box faces during dragging/resizing according to the ↵Maximilian Albert2007-08-071-0/+2
| | | | | perspective (bzr r3409)
* Draw perspective lines; provide shortcuts to toggle their visibility and the ↵Maximilian Albert2007-08-061-0/+2
| | | | | corners where they are attached (bzr r3393)
* First stage of draggable vanishing points (no snapping/unsnapping yet)Maximilian Albert2007-08-061-0/+2
| | | (bzr r3391)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-1/+1
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)