| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -20/+2 |
| * | Use desktop coordinates for finding snap candidates (regression introduced in... | Diederik van Lierop | 2011-10-15 | 1 | -3/+3 |
| * | Object snapper: only use the visual bounding box when absolutely needed; othe... | Diederik van Lierop | 2011-10-12 | 1 | -3/+9 |
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 2011-10-08 | 1 | -5/+23 |
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -1/+1 |
| * | Make "snap page border" toggle independent of "snap paths" toggle | Diederik van Lierop | 2011-09-17 | 1 | -1/+1 |
| * | Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes... | Diederik van Lierop | 2011-09-02 | 1 | -16/+16 |
| * | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 1 | -11/+9 |
| |\ |
|
| | * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -11/+9 |
| * | | Fix bug related to snapping to path intersections | Diederik van Lierop | 2011-08-28 | 1 | -5/+5 |
| * | | Allow snapping to path intersections without snapping to the paths themselves | Diederik van Lierop | 2011-08-27 | 1 | -6/+9 |
| |/ |
|
| * | Fix "snap guides" toggle | Diederik van Lierop | 2011-08-25 | 1 | -14/+8 |
| * | 1) Use the "snap guides" button both for guides being snap sources, as well a... | Diederik van Lierop | 2011-08-23 | 1 | -38/+0 |
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 2011-08-22 | 1 | -137/+94 |
| * | Replace NR_HUGE by Geom:infinity() in some snapping code | Diederik van Lierop | 2011-07-18 | 1 | -1/+1 |
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 |
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -2/+8 |
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 2011-06-30 | 1 | -99/+131 |
| * | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 2011-06-26 | 1 | -19/+18 |
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()... | Jon A. Cruz | 2011-06-04 | 1 | -0/+1 |
| * | Fix a snap bug in which the snapped to the help path instead of the real path | Diederik van Lierop | 2011-02-04 | 1 | -2/+7 |
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -21/+23 |
| |\ |
|
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -3/+3 |
| | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -11/+10 |
| * | | - Constrained snap: proper implementation of the preference to snap the mouse... | Diederik van Lierop | 2010-10-29 | 1 | -11/+12 |
| * | | Use a better snap metric for constrained snapping (i.e. calculate the distanc... | Diederik van Lierop | 2010-10-19 | 1 | -1/+1 |
| * | | Fix self-snapping when dragging the transformation center of a selection cont... | Diederik van Lierop | 2010-10-07 | 1 | -3/+10 |
| * | | Fix constrained snapping to closing segments | Diederik van Lierop | 2010-09-25 | 1 | -10/+37 |
| * | | When doing a constrained snap, then don't try snapping the mouse pointer itse... | Diederik van Lierop | 2010-08-20 | 1 | -17/+26 |
| * | | Fix a crash and add more safety checks to catch NULL pointers | Diederik van Lierop | 2010-08-14 | 1 | -1/+2 |
| * | | Implement constrained snapping to nodes | Diederik van Lierop | 2010-08-10 | 1 | -13/+40 |
| * | | 1) Snap to transformation center even if it's outside of the bounding box of ... | Diederik van Lierop | 2010-07-25 | 1 | -5/+6 |
| * | | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 2010-07-24 | 1 | -3/+9 |
| * | | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return... | Diederik van Lierop | 2010-07-21 | 1 | -60/+41 |
| * | | - Remove some old code which snapped the rotation center to the bbox, and whi... | Diederik van Lierop | 2010-07-20 | 1 | -37/+40 |
| * | | Fix snapping to midpoints of closing segments | Diederik van Lierop | 2010-07-19 | 1 | -3/+9 |
| * | | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -5/+3 |
| * | | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -6/+0 |
| * | | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -23/+42 |
| * | | fix Launchpad bug 593023: crash in constrained snap due to not calling setup(... | Diederik van Lierop | 2010-07-01 | 1 | -1/+6 |
| |/ |
|
| * | Snapping: get rid of the false positives when calculating intersections | Diederik van Lierop | 2010-05-22 | 1 | -1/+6 |
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -2/+2 |
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -2/+2 |
| * | Fix snapping regression introduced by rev. #9118 | Diederik van Lierop | 2010-04-22 | 1 | -1/+1 |
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -2/+2 |
| * | Fix a memory leak in the object-snapper | Diederik van Lierop | 2010-02-20 | 1 | -1/+1 |
| * | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 2010-01-23 | 1 | -27/+21 |
| * | When snapping to a bounding box, flash that bounding box together with the sn... | Diederik van Lierop | 2010-01-19 | 1 | -8/+9 |