| Commit message (Expand) | Author | Files | Lines |
| 2010-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -2/+2 |
| 2009-12-20 | Warning cleanup | Jon A. Cruz | 1 | -0/+1 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -7/+7 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -7/+7 |
| 2009-06-06 | Make sure that when opening a window, this window is positioned within the bo... | Diederik van Lierop | 1 | -2/+4 |
| 2009-05-31 | When a guide is hidden, then also hide its origin (fixes bug #371893) | Diederik van Lierop | 1 | -27/+18 |
| 2009-05-31 | Store the maximized state in the document (closes bug #168422) | Diederik van Lierop | 1 | -12/+25 |
| 2009-05-23 | Inkscape should not discard negative window positions. For example, a maximiz... | Diederik van Lierop | 1 | -8/+4 |
| 2009-02-26 | Purged unused static function | Jon A. Cruz | 1 | -53/+0 |
| 2009-02-22 | Snapping of guides now turned on by default, and fixed initialization of the ... | Diederik van Lierop | 1 | -6/+1 |
| 2009-01-31 | Store the snapper tolerances in the snap-preferences instead of in each snapp... | Diederik van Lierop | 1 | -17/+5 |
| 2009-01-28 | Add buttons for snapping to grids and/or guides | Diederik van Lierop | 1 | -6/+16 |
| 2009-01-18 | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 1 | -9/+24 |
| 2008-12-14 | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 1 | -3/+8 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -12/+4 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -24/+19 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -5/+5 |
| 2008-08-08 | Snap to intersections of any kind of path (were we previously only could snap... | Diederik van Lierop | 1 | -3/+3 |
| 2008-06-22 | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 1 | -1/+0 |
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -4/+3 |
| 2008-06-06 | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-05-31 | wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative... | Stephen Silver | 1 | -0/+17 |
| 2008-05-21 | - Use constrainedSnap() instead of freeSnap() if we're dragging nodes with ctrl | Diederik van Lierop | 1 | -1/+1 |
| 2008-05-04 | Next steps in implementing the snapping indicator | Diederik van Lierop | 1 | -1/+7 |
| 2008-03-12 | Snap to page border | Diederik van Lierop | 1 | -0/+5 |
| 2008-02-24 | Warning and whitespace cleanup | Jon A. Cruz | 1 | -13/+13 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2008-01-17 | remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu... | Johan B. C. Engelen | 1 | -9/+6 |
| 2008-01-15 | stop toggling insensitive state for modification flag updates (fixes critical... | MenTaLguY | 1 | -6/+4 |
| 2008-01-15 | abstract use of sodipodi:modified | MenTaLguY | 1 | -2/+2 |
| 2007-12-29 | Fixed bug #172778, [old] grid settings not respected when reopening document | Johan B. C. Engelen | 1 | -2/+93 |
| 2007-12-24 | angled guidelines: create angled line when dragging from edge of rulers | Johan B. C. Engelen | 1 | -0/+14 |
| 2007-12-12 | Add global snapping toggle | Diederik van Lierop | 1 | -1/+6 |
| 2007-12-08 | Snap to axonometric grid lines | Diederik van Lierop | 1 | -2/+2 |
| 2007-12-05 | Lookup object from repr instead of id to fix redo of undo of guide creation :-) | Johan B. C. Engelen | 1 | -3/+2 |
| 2007-12-04 | don't crash upon adding strange named XML element to namedview. | Johan B. C. Engelen | 1 | -2/+3 |
| 2007-11-14 | Snap to intersections of line segments | Diederik van Lierop | 1 | -0/+10 |
| 2007-11-13 | Don't set inkscape:modified on startup when grids are shown/hidden. | Maximilian Albert | 1 | -3/+7 |
| 2007-11-05 | Improve the user interaction for snapping of bounding boxes, and add an new t... | Diederik van Lierop | 1 | -0/+10 |
| 2007-10-24 | remove debug messages, convert tabs to spaces and remove whitespace for sp-na... | Johan B. C. Engelen | 1 | -33/+31 |
| 2007-10-24 | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 1 | -4/+33 |
| 2007-08-28 | Implement snapping of guides while dragging them, and snap TO item centers (w... | Diederik van Lierop | 1 | -0/+5 |
| 2007-08-19 | Turn off default object snapping | Diederik van Lierop | 1 | -2/+2 |
| 2007-08-06 | 1) Make snapping of object's center optional 2) Optimize snapping preferences... | Diederik van Lierop | 1 | -0/+5 |
| 2007-08-03 | Rearrange snapping preferences, put distinction between paths and nodes back ... | Diederik van Lierop | 1 | -1/+16 |
| 2007-07-28 | 1) Changes to snapping preferences dialog | Diederik van Lierop | 1 | -12/+6 |
| 2007-07-06 | Fix #1740146. | Johan B. C. Engelen | 1 | -1/+6 |
| 2007-06-18 | patch 1734633: option to save window geometry in prefs | bulia byak | 1 | -8/+12 |
| 2007-05-19 | noop: Fix truncated vim modeline. | Peter Moulder | 1 | -1/+2 |
| 2007-04-20 | grid: make grid names translatable. use different gridtype names in SVG that ... | Johan B. C. Engelen | 1 | -5/+1 |