| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -1/+1 |
| |\ |
|
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -1/+1 |
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -9/+9 |
| |/ |
|
| * | add preference for relative guideline rotation snapping (see rev 10303) | Johan B. C. Engelen | 2011-06-15 | 1 | -8/+20 |
| * | shift+ctrl dragging a guideline: fix to snap to angles with original angle as... | Johan B. C. Engelen | 2011-06-14 | 1 | -9/+14 |
| * | Adding inkscape:label parameter to guidelines so that our guidelanes can disp... | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -1/+1 |
| * | Pass removing some outdated C-macro use. | Jon A. Cruz | 2011-02-20 | 1 | -1/+1 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -9/+10 |
| |\ |
|
| | * | XML Privatisation Stuff after a long time | Abhishek Sharma public | 2010-08-11 | 1 | -4/+7 |
| | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -4/+4 |
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 2010-08-11 | 1 | -4/+8 |
| * | | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -8/+6 |
| |/ |
|
| * | 1) When rotating a guide, don't try to snap when <ctrl> is pressed to constra... | Diederik van Lierop | 2010-03-07 | 1 | -9/+17 |
| * | While dragging or rotating a guide, <shift>-key now disables snapping. (Just ... | Diederik van Lierop | 2010-03-07 | 1 | -17/+24 |
| * | Make sure that guides always snap correctly when dropping them, and improve p... | Diederik van Lierop | 2010-02-21 | 1 | -11/+5 |
| * | Noop: removing and updating comments, fixing indentation | Diederik van Lierop | 2010-02-19 | 1 | -3/+0 |
| * | Implementation of snap delay mechanism for guides | Diederik van Lierop | 2010-02-14 | 1 | -10/+19 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| * | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 2009-08-02 | 1 | -25/+4 |
| * | Make the snap delay mechanism easier to implement for the devs, and get rid o... | Diederik van Lierop | 2009-07-18 | 1 | -26/+7 |
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -61/+108 |
| * | change cursor over guide, snap with Ctrl | bulia byak | 2009-06-22 | 1 | -2/+37 |
| * | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 2009-06-02 | 1 | -18/+32 |
| * | Whether we drag a guide's origin or rotate the guide around its origin is now... | Diederik van Lierop | 2009-04-02 | 1 | -2/+2 |
| * | Fix a minor regression caused by one of my previous commits: the snap-window ... | Diederik van Lierop | 2009-04-01 | 1 | -1/+1 |
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -14/+14 |
| * | Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ... | Diederik van Lierop | 2009-03-13 | 1 | -1/+8 |
| * | A better fix for bug #331864 (snap-delay related) | Diederik van Lierop | 2009-03-04 | 1 | -0/+9 |
| * | Fix #331864 | Diederik van Lierop | 2009-02-28 | 1 | -2/+17 |
| * | Snap guides to (intersections of) guides (closes bug #331143) | Diederik van Lierop | 2009-02-25 | 1 | -4/+10 |
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 1 | -22/+21 |
| * | quick ad-hoc fix to restore guide dragging | Maximilian Albert | 2009-01-27 | 1 | -1/+1 |
| * | display guide anchor on canvas; anchor and angle can be edited by mouse | Maximilian Albert | 2009-01-26 | 1 | -21/+99 |
| * | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 2009-01-25 | 1 | -10/+15 |
| * | Switching tools based on tablet device now handles many devices of same type | Niko Kiirala | 2009-01-11 | 1 | -23/+22 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -3/+4 |
| * | Yet another NR ==> Geom change | Maximilian Albert | 2008-09-18 | 1 | -7/+7 |
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 1 | -17/+17 |
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 1 | -5/+5 |
| * | I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| * | enable motion hints for non-freehand actions | MenTaLguY | 2008-07-08 | 1 | -1/+1 |
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've snapped... | Diederik van Lierop | 2008-05-12 | 1 | -8/+6 |
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -17/+9 |
| * | Make the eraser tool the default tool for an ERASER device | Jon A. Cruz | 2008-04-29 | 1 | -1/+1 |
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in t... | Diederik van Lierop | 2008-04-07 | 1 | -4/+4 |
| * | new: guide snapping indicator! see if you like it, comments are always welcome! | Johan B. C. Engelen | 2008-03-03 | 1 | -0/+4 |
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 1 | -4/+16 |