| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add automatic conversion between Geom::Matrix and NR::Matrix. (added to ↵ | Johan B. C. Engelen | 2008-08-06 | 1 | -2/+2 |
| | | | | | | NR::Matrix class). resolved some ambiguities caused by it. (bzr r6581) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -121/+121 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -1/+0 |
| | | | | (bzr r6512) | ||||
| * | Formerly static function used for snapping is now a private member of ↵ | Maximilian Albert | 2008-08-01 | 1 | -36/+24 |
| | | | | | | KnotHolderEntity (bzr r6505) | ||||
| * | LPE knotholder refactoring: PointParams are not knotholder entities any ↵ | Maximilian Albert | 2008-07-29 | 1 | -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 Albert | 2008-07-02 | 1 | -0/+1 |
| | | | | | | handles still results in a crash :( (bzr r6117) | ||||
| * | Activate automatic knotholders for LPE PointParams | Maximilian Albert | 2008-06-16 | 1 | -1/+1 |
| | | | | (bzr r5963) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -3/+3 |
| | | | | (bzr r5915) | ||||
| * | Better way to add LPE knotholder handles; now it happens semi-automatically ↵ | Maximilian Albert | 2008-06-08 | 1 | -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 Albert | 2008-06-08 | 1 | -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 Albert | 2008-06-04 | 1 | -130/+130 |
| | | | | | | --> knot_(get|set_click) for reduced verbosity (bzr r5802) | ||||
| * | C++ify knotholders | Maximilian Albert | 2008-06-04 | 1 | -447/+511 |
| | | | | (bzr r5797) | ||||
| * | check if item is LPEItem before casting!!! should fix bug 236788 | Johan B. C. Engelen | 2008-06-02 | 1 | -3/+5 |
| | | | | (bzr r5791) | ||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -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 Albert | 2008-05-19 | 1 | -0/+1 |
| | | | | | | applied to the object) (bzr r5711) | ||||
| * | Provide knotholder for LPEPerpBisector; TODO: this replaces the usual ↵ | Maximilian Albert | 2008-05-19 | 1 | -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 Lierop | 2008-05-16 | 1 | -1/+1 |
| | | | | (bzr r5680) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -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 Lierop | 2008-04-30 | 1 | -2/+3 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | Make grouped 3D boxes work correctly when transformed (fixes: LP 188991) | Maximilian Albert | 2008-03-19 | 1 | -7/+2 |
| | | | | (bzr r5122) | ||||
| * | snap 3d box handles | bulia byak | 2008-02-25 | 1 | -3/+7 |
| | | | | (bzr r4847) | ||||
| * | Further cleanup (left-over debugging message) | Maximilian Albert | 2008-02-24 | 1 | -54/+8 |
| | | | | (bzr r4841) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-15 | 1 | -2/+2 |
| | | | | (bzr r4234) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -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 cleanup | Jon A. Cruz | 2007-11-04 | 1 | -24/+24 |
| | | | | (bzr r4025) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -2/+2 |
| | | | | (bzr r3706) | ||||
| * | Constrained center-dragging for 3D boxes (with Ctrl) | Maximilian Albert | 2007-08-29 | 1 | -4/+73 |
| | | | | (bzr r3608) | ||||
| * | Rewrite of z-order code for 3D boxes, first stage (hopefully this is finally ↵ | Maximilian Albert | 2007-08-26 | 1 | -4/+7 |
| | | | | | | the right approach) (bzr r3586) | ||||
| * | Enable center-dragging of boxes in Z direction by using Shift | Maximilian Albert | 2007-08-20 | 1 | -1/+5 |
| | | | | (bzr r3555) | ||||
| * | Eliminate a number of compile warnings | Maximilian Albert | 2007-08-20 | 1 | -0/+1 |
| | | | | (bzr r3553) | ||||
| * | Enable center-dragging of boxes ('in perspective') within the XY-plane | Maximilian Albert | 2007-08-17 | 1 | -0/+21 |
| | | | | (bzr r3497) | ||||
| * | Slightly better status bar message for Ctrl+dragging | Maximilian Albert | 2007-08-16 | 1 | -8/+8 |
| | | | | (bzr r3479) | ||||
| * | Ctrl+dragging constrains movement of 3D box handles to prolongations of the ↵ | Maximilian Albert | 2007-08-16 | 1 | -28/+120 |
| | | | | | | edges or diagonals (bzr r3478) | ||||
| * | Remove second option for resizing 3D boxes (now we have 8 handles; the four ↵ | Maximilian Albert | 2007-08-16 | 1 | -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 Lierop | 2007-08-07 | 1 | -1/+1 |
| | | | | | | SNAPPOINT_BBOX) (bzr r3415) | ||||
| * | Set z-orders of 3D box faces during dragging/resizing according to the ↵ | Maximilian Albert | 2007-08-07 | 1 | -0/+2 |
| | | | | | | perspective (bzr r3409) | ||||
| * | Draw perspective lines; provide shortcuts to toggle their visibility and the ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+2 |
| | | | | | | corners where they are attached (bzr r3393) | ||||
| * | First stage of draggable vanishing points (no snapping/unsnapping yet) | Maximilian Albert | 2007-08-06 | 1 | -0/+2 |
| | | | | (bzr r3391) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -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) | ||||
| * | correct way to transform coordinates (fixes earlier ad-hoc solution) | Maximilian Albert | 2007-07-10 | 1 | -12/+8 |
| | | | | (bzr r3208) | ||||
| * | Different resizing variant for 3D boxes (8 handles) | Maximilian Albert | 2007-07-10 | 1 | -14/+109 |
| | | | | (bzr r3207) | ||||
| * | fix 1731457 | bulia byak | 2007-07-08 | 1 | -4/+4 |
| | | | | (bzr r3200) | ||||
| * | Two variants of resizing 3D boxes (using three/four handles, respectively, ↵ | Maximilian Albert | 2007-07-04 | 1 | -16/+69 |
| | | | | | | demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled. (bzr r3184) | ||||
| * | New/updated 3D box auxiliary/convenience functions (e.g., allow ↵ | Maximilian Albert | 2007-07-04 | 1 | -2/+1 |
| | | | | | | (un)constrained movement of corners, too; determine midpoints of edges) (bzr r3183) | ||||
| * | Make box resizeable (currently 3 handles: arbitrary movement in XY plane, ↵ | Maximilian Albert | 2007-07-03 | 1 | -0/+81 |
| | | | | | | constrained movement in Z direction) (bzr r3172) | ||||
| * | Now nodes of transformed items will snap correctly | Diederik van Lierop | 2007-06-28 | 1 | -9/+14 |
| | | | | (bzr r3152) | ||||
| * | reverting commit 15065; let's come up with something better than this | Diederik van Lierop | 2007-06-27 | 1 | -22/+50 |
| | | | | (bzr r3150) | ||||
| * | Handle snapping of nodes in sp_knot_handler. From now on the nodes of ↵ | Diederik van Lierop | 2007-05-24 | 1 | -50/+22 |
| | | | | | | transformed items will snap correctly. On top of that, we now only need a single call to the snapmanager. (bzr r3037) | ||||
| * | Snap while dragging knots, for star | Diederik van Lierop | 2007-03-18 | 1 | -2/+7 |
| | | | | (bzr r2692) | ||||
| * | Snap while dragging knots, for rect and arc | Diederik van Lierop | 2007-03-18 | 1 | -18/+26 |
| | | | | (bzr r2691) | ||||
