| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Refactoring of the code that handles transformations and snapping in the sele... | Diederik van Lierop | 2015-09-13 | 1 | -4/+0 |
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases G... | Liam P. White | 2014-08-31 | 1 | -3/+4 |
| * | pass class variables by reference for performance | Kris De Gussem | 2014-01-12 | 1 | -1/+1 |
| * | 1) Add checkboxes for perpendicular and tangential snapping to the document p... | Diederik van Lierop | 2012-02-14 | 1 | -0/+2 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -2/+2 |
| |\ |
|
| | * | - Constrained snap: proper implementation of the preference to snap the mouse... | Diederik van Lierop | 2010-10-29 | 1 | -1/+1 |
| | * | Fix paraxial pen tool: apply constraint even if we didn't snap | Diederik van Lierop | 2010-10-24 | 1 | -1/+1 |
| * | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -1/+3 |
| |\| |
|
| | * | Add a constrained snap method that takes multiple constraints. This reduces t... | Diederik van Lierop | 2010-08-07 | 1 | -1/+3 |
| * | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 1 | -2/+1 |
| |/ |
|
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -3/+5 |
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t... | Diederik van Lierop | 2010-02-25 | 1 | -0/+1 |
| * | When snapping to a bounding box, flash that bounding box together with the sn... | Diederik van Lierop | 2010-01-19 | 1 | -4/+4 |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -53/+8 |
| * | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 2010-01-01 | 1 | -2/+2 |
| * | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 2009-12-24 | 1 | -4/+7 |
| * | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ... | Diederik van Lierop | 2009-08-02 | 1 | -0/+1 |
| * | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 2009-06-02 | 1 | -0/+1 |
| * | Improved wording for the snap indicator: gradients snap to their parent's bou... | Diederik van Lierop | 2009-04-12 | 1 | -1/+1 |
| * | Remove obsolete includes of libnr files in the snapping code | Diederik van Lierop | 2009-03-14 | 1 | -3/+2 |
| * | * Implement constrained snapping of knots | Diederik van Lierop | 2009-03-13 | 1 | -1/+1 |
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -2/+8 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -5/+37 |
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -1/+2 |
| * | All snap options which can be accessed through the snapping toolbar are now r... | Diederik van Lierop | 2009-01-26 | 1 | -1/+1 |
| * | work a bit on snapindicator: added switch statement for different types | Johan B. C. Engelen | 2009-01-16 | 1 | -1/+1 |
| * | Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour... | Diederik van Lierop | 2008-12-29 | 1 | -19/+33 |
| * | Add an option to the preferences to _only_ snap the node closest to the mouse... | Diederik van Lierop | 2008-11-24 | 1 | -1/+1 |
| * | 1) Improve the way the distance to the pointer is taken into account when fin... | Diederik van Lierop | 2008-11-23 | 1 | -5/+5 |
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -6/+10 |
| * | - refactor snapping code, removing code duplication | Diederik van Lierop | 2008-09-21 | 1 | -5/+11 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -17/+17 |
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 2008-05-12 | 1 | -1/+15 |
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -4/+23 |
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in t... | Diederik van Lierop | 2008-04-07 | 1 | -0/+6 |
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -4/+15 |
| * | 1) Improving snapping logic 2) When skewing, don't snap to selection itself | Diederik van Lierop | 2007-11-18 | 1 | -4/+17 |
| * | Oops, don't use tabs! (replace tabs by 4 spaces) | Diederik van Lierop | 2007-11-03 | 1 | -1/+1 |
| * | Groundwork to snap to intersections, e.g. intersections of gridlines with gui... | Diederik van Lierop | 2007-11-03 | 1 | -16/+16 |
| * | optimized includes | Ralf Stephan | 2006-01-18 | 1 | -4/+4 |
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+56 |