| Commit message (Expand) | Author | Files | Lines |
| 2012-10-28 | Fix for 928205 : Do not save viewport metadata option | John Smith | 1 | -2/+2 |
| 2012-08-28 | Fix for 928205 : Preference to not save doc viewport metadata | John Smith | 1 | -3/+6 |
| 2012-08-09 | Fix for 819671 : No visual indication for grid and snap being on/off | John Smith | 1 | -0/+11 |
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 1 | -1/+2 |
| 2012-02-17 | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 1 | -0/+18 |
| 2012-02-14 | 1) Add checkboxes for perpendicular and tangential snapping to the document p... | Diederik van Lierop | 1 | -0/+10 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 |
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -6/+2 |
| 2011-12-20 | when resizing page, move the origin of the grids too. This way all objects wi... | Johan B. C. Engelen | 1 | -0/+9 |
| 2011-12-18 | Refactor snap-preferences a bit more | Diederik van Lierop | 1 | -3/+3 |
| 2011-10-08 | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 1 | -0/+10 |
| 2011-08-27 | Remove all NRRect use. | Krzysztof Kosi??ski | 1 | -4/+1 |
| 2011-08-23 | 1) Use the "snap guides" button both for guides being snap sources, as well a... | Diederik van Lierop | 1 | -1/+1 |
| 2011-08-22 | Some code cosmetics and comments | Diederik van Lierop | 1 | -19/+15 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -19/+19 |
| 2011-08-18 | fix old standing issue of converting 0.45 grids to >0.45 | Johan B. C. Engelen | 1 | -5/+5 |
| 2011-07-19 | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2011-06-30 | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 1 | -0/+5 |
| 2011-06-26 | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 1 | -29/+32 |
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()... | Jon A. Cruz | 1 | -2/+3 |
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -10/+10 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-09-26 | Fix for Bug #586955 (the unit for user defined document size is not refreshed... | Nicolas Dufour | 1 | -0/+25 |
| 2010-08-11 | XML Privatisation Stuff after a long time | Abhishek Sharma public | 1 | -0/+59 |
| 2010-07-24 | Yet mor in c++ification | Abhishek Sharma public | 1 | -7/+6 |
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 1 | -48/+48 |
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -2/+2 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -10/+10 |
| 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 |