| Commit message (Expand) | Author | Files | Lines |
| 2014-02-28 | Embedded SVG's cannot be transformed. | Tavmjong Bah | 1 | -0/+6 |
| 2013-12-30 | refactor, fixing some diff diferences | Jabier Arraiza Cenoz | 1 | -1/+1 |
| 2013-12-30 | modify transform behaviour for unscaled stroke width, Preserved Transforms (B... | Alvin Penner | 1 | -4/+6 |
| 2013-12-17 | modify transform behaviour for scaled stroke width, Preserved Transforms | Alvin Penner | 1 | -2/+5 |
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 |
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+1 |
| 2013-10-16 | static code analysis: performance | Kris De Gussem | 1 | -1/+1 |
| 2013-10-12 | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o... | Johan B. C. Engelen | 1 | -4/+4 |
| 2013-07-20 | Ported away from and removed "sp-metrics.*". | Matthew Petroff | 1 | -5/+8 |
| 2013-07-03 | Make handle colour a configurable property. | Martin Owens | 1 | -9/+4 |
| 2013-07-02 | Refactor resize, rotate, skew handle code | Martin Owens | 1 | -183/+104 |
| 2013-05-12 | Fix for Bug #448872 (Changing the bounding box type in preferences does not u... | Nicolas Dufour | 1 | -1/+24 |
| 2013-01-27 | Migrate ruler position tracking to new track_widget API | Alex Valavanis | 1 | -2/+0 |
| 2012-12-08 | Selector tool: improve responsiveness for snapping a path's internal intersec... | Diederik van Lierop | 1 | -21/+13 |
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 1 | -4/+0 |
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 1 | -3/+3 |
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -0/+1 |
| 2012-05-09 | Centralized line creation and enhanced visibility. | Jon A. Cruz | 1 | -1/+3 |
| 2012-05-04 | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 1 | -3/+3 |
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 1 | -1/+1 |
| 2012-04-10 | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 1 | -4/+4 |
| 2012-04-09 | Replace deprecated GDK key symbols | Alex Valavanis | 1 | -1/+5 |
| 2012-02-15 | Don' t use convex hull for snapping a large selection if "only snap closest n... | Diederik van Lierop | 1 | -1/+1 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+1 |
| 2012-02-04 | reverting change to seltrans.cpp in rev 10935, as requested | Alvin Penner | 1 | -10/+2 |
| 2012-02-04 | implement some switches between visual bbox and geometric bbox, depending on ... | Alvin Penner | 1 | -2/+10 |
| 2012-01-03 | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 1 | -1/+1 |
| 2011-12-18 | Refactor snap-preferences a bit more | Diederik van Lierop | 1 | -3/+5 |
| 2011-11-05 | Remove unused parameter | Diederik van Lierop | 1 | -2/+2 |
| 2011-11-05 | Minor code safety and warning cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2011-11-04 | 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close... | Diederik van Lierop | 1 | -64/+86 |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2011-09-16 | Node tool, transforming a set of nodes: Fix crashes, and finish implementatio... | Diederik van Lierop | 1 | -2/+1 |
| 2011-09-04 | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 1 | -4/+4 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -3/+5 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -11/+11 |
| 2011-08-25 | Fix "snap guides" toggle | Diederik van Lierop | 1 | -1/+1 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -4/+5 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 1 | -2/+2 |
| 2011-07-10 | Selector's toolbar: changing the dimensions of the visual bounding box of sel... | Diederik van Lierop | 1 | -2/+2 |
| 2011-06-26 | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 1 | -1/+1 |
| 2011-03-06 | Allow the center handle to be selectable for items having a width or height c... | Diederik van Lierop | 1 | -35/+44 |
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -11/+11 |
| 2011-02-05 | Properly fix seltrans brokenness in 2Geom and pull updated files | Krzysztof Kosi??ski | 1 | -4/+4 |
| 2011-02-04 | temporary work around 2geom matrix bug to make inkscape more usable | Johan B. C. Engelen | 1 | -4/+4 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -12/+12 |
| 2010-12-27 | Node tool: snap while scaling a selection of nodes. Consider this as experime... | Diederik van Lierop | 1 | -24/+4 |
| 2010-11-17 | Shift should disable snapping when dragging the rotation center of an object | Diederik van Lierop | 1 | -10/+14 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-11-16 | Fix display of snap source indicator for constrained snapping in the selector... | Diederik van Lierop | 1 | -15/+0 |