| Commit message (Expand) | Author | Files | Lines |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -179/+129 |
| 2011-09-02 | Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes... | Diederik van Lierop | 1 | -6/+6 |
| 2011-08-28 | Completely remove libnr | Krzysztof Kosi??ski | 1 | -17/+22 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2011-06-25 | warning cleanup (no functional changes) | Campbell Barton | 1 | -1/+1 |
| 2011-02-20 | Pass removing some outdated C-macro use. | Jon A. Cruz | 1 | -27/+27 |
| 2010-12-23 | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... | Jon A. Cruz | 1 | -0/+1 |
| 2010-11-07 | Leave constrained angular snapping to the snap manager, instead of handling i... | Diederik van Lierop | 1 | -39/+25 |
| 2010-08-11 | Clear pointers in the snapmanager if they're no longer needed. | Diederik van Lierop | 1 | -0/+3 |
| 2010-07-18 | Follow-up to complete fix for gradient stops and icc. | Jon A. Cruz | 1 | -28/+49 |
| 2010-07-18 | Correct behavior of gradient stops to extract color from swatch when color is... | Jon A. Cruz | 1 | -28/+49 |
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -2/+2 |
| 2010-07-11 | Stop setting of stops from getting url() reference colors. | Jon A. Cruz | 1 | -49/+79 |
| 2010-07-04 | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 1 | -15/+18 |
| 2010-07-03 | Suppress gradient handles when editing objects with solid fills. | Jon A. Cruz | 1 | -17/+19 |
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -6/+6 |
| 2010-07-01 | fix Launchpad bug 593023: crash in constrained snap due to not calling setup(... | Diederik van Lierop | 1 | -1/+2 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -2/+2 |
| 2010-06-28 | Partial C++-ification of SPGradient | Jon A. Cruz | 1 | -1/+1 |
| 2010-05-08 | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 1 | -1/+1 |
| 2010-03-09 | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 1 | -1/+1 |
| 2010-03-08 | Cleanup of gradients and stops. | Jon A. Cruz | 1 | -11/+11 |
| 2010-03-06 | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 1 | -7/+8 |
| 2010-02-14 | Gradient editor: don't show pre-snap indicator when hovering above the knot o... | Diederik van Lierop | 1 | -0/+16 |
| 2010-02-14 | Implement snapping of gradient stops | Diederik van Lierop | 1 | -0/+6 |
| 2010-02-07 | Fix path transformation (LP bug #515237) | Krzysztof Kosi??ski | 1 | -1/+4 |
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 1 | -48/+48 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -3/+3 |
| 2010-01-01 | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 1 | -49/+21 |
| 2009-12-24 | refactoring the snapping code (laying the groundwork for my next commit which... | Diederik van Lierop | 1 | -2/+2 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |
| 2009-04-12 | Improved wording for the snap indicator: gradients snap to their parent's bou... | Diederik van Lierop | 1 | -2/+2 |
| 2009-03-08 | Reworked internals of color and drag-n-drop. | Jon A. Cruz | 1 | -1/+1 |
| 2009-02-23 | Fix snapping when dragging gradients (implement the snap delay, use snap tole... | Diederik van Lierop | 1 | -5/+4 |
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 1 | -3/+3 |
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -13/+13 |
| 2008-11-26 | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 1 | -1/+1 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -63/+78 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -4/+7 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -7/+7 |
| 2008-09-21 | - refactor snapping code, removing code duplication | Diederik van Lierop | 1 | -2/+2 |
| 2008-09-18 | Next roud of NR ==> Geom conversion | Maximilian Albert | 1 | -1/+1 |
| 2008-08-11 | Move all of the snapper code to 2geom | Diederik van Lierop | 1 | -1/+1 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-01 | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 1 | -9/+9 |
| 2008-05-04 | Next steps in implementing the snapping indicator | Diederik van Lierop | 1 | -2/+2 |
| 2008-04-30 | - Major refactoring of snapping related code... | Diederik van Lierop | 1 | -8/+5 |
| 2008-04-07 | Refactor snapper and snapindicator (in order to enable the snapindicator in t... | Diederik van Lierop | 1 | -8/+10 |