| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Addition to my previous commit: fix for trunk is a bit different from the ↵ | Diederik van Lierop | 2010-09-25 | 1 | -0/+1 |
| | | | | | | fix for v0.48 (bzr r9784) | ||||
| * | fix snapmanager initialization | Diederik van Lierop | 2010-09-25 | 1 | -5/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/630642 (bzr r9783) | ||||
| * | 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it! | Diederik van Lierop | 2010-08-15 | 1 | -1/+1 |
| | | | | (bzr r9714) | ||||
| * | Fix a crash and add more safety checks to catch NULL pointers | Diederik van Lierop | 2010-08-14 | 1 | -0/+7 |
| | | | | (bzr r9713) | ||||
| * | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -0/+2 |
| | | | | (bzr r9697) | ||||
| * | Add a constrained snap method that takes multiple constraints. This reduces ↵ | Diederik van Lierop | 2010-08-07 | 1 | -101/+16 |
| | | | | | | the code repetitiveness in the node tool (bzr r9692) | ||||
| * | When snapping to handle lines (Ctrl+Alt node drag), snap | Krzysztof Kosi??ski | 2010-07-21 | 1 | -7/+64 |
| | | | | | | to perpendiculars of those lines as well (bzr r9636) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -6/+6 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Consistency fix in the tools strings (badly places :). | Nicolas Dufour | 2010-05-26 | 1 | -14/+14 |
| | | | | (bzr r9453) | ||||
| * | Fix small snapping regression (reported in LP #562205, comment #11) | Diederik van Lierop | 2010-05-09 | 1 | -3/+1 |
| | | | | (bzr r9405) | ||||
| * | Fix scaling of degenerate handles using keybard shortcuts. | Krzysztof Kosi??ski | 2010-03-18 | 1 | -24/+69 |
| | | | | (bzr r9203) | ||||
| * | Fix Ctrl-drag in node tool with zero snap delay. | Krzysztof Kosi??ski | 2010-03-17 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/539995 (bzr r9200) | ||||
| * | New node tool: implement handle snapping | Krzysztof Kosi??ski | 2010-03-14 | 1 | -8/+47 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/538487 (bzr r9192) | ||||
| * | Implement keyboard shortcuts for single handle adjustments. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -36/+36 |
| | | | | | | Minor disambiguating cleanup in node.h. (bzr r9190) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-02-25 | 1 | -1/+1 |
| | | | | (bzr r9110) | ||||
| * | (Probably) fix a crash in the node tool and fix Ctrl+Alt dragging | Krzysztof Kosi??ski | 2010-02-10 | 1 | -16/+18 |
| | | | | (bzr r9075) | ||||
| * | Fix multiple minor problems in the node tool | Krzysztof Kosi??ski | 2010-02-09 | 1 | -35/+148 |
| | | | | (bzr r9070) | ||||
| * | Fix performance regressions in the node tool and a stupid crash bug | Krzysztof Kosi??ski | 2010-02-06 | 1 | -1/+1 |
| | | | | | | when deleting more than one stretch of selected nodes (bzr r9061) | ||||
| * | Reduce libsigc++ usage to partially fix performance regressions | Krzysztof Kosi??ski | 2010-02-04 | 1 | -26/+30 |
| | | | | | | in the new node tool. (bzr r9044) | ||||
| * | Fix constrained snapping in node tool. | Krzysztof Kosi??ski | 2010-01-31 | 1 | -4/+5 |
| | | | | (bzr r9035) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -6/+5 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Go back to using TR1 unordered containers to fix warnings. Add configure | Krzysztof Kosi??ski | 2010-01-20 | 1 | -1/+1 |
| | | | | | | code to detect the broken header and display Wiki page URL. (bzr r9006) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -8/+8 |
| | | | | (bzr r8981) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -7/+8 |
| | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| * | Some additional docs | Krzysztof Kosi??ski | 2010-01-13 | 1 | -8/+16 |
| | | | | (bzr r8846.2.10) | ||||
| * | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -24/+100 |
| | | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | ||||
| * | Implement selection linear grow | Krzysztof Kosi??ski | 2009-12-26 | 1 | -11/+131 |
| | | | | (bzr r8846.2.8) | ||||
| * | Implement selection spatial grow | Krzysztof Kosi??ski | 2009-12-26 | 1 | -32/+66 |
| | | | | (bzr r8846.2.7) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+965 |
| (bzr r8846.1.1) | |||||
