| Commit message (Expand) | Author | Files | Lines |
| 2012-11-01 | remove flash path when nodetool eventcontext is destroyed. fixes bug for pers... | Johan B. C. Engelen | 1 | -0/+4 |
| 2012-10-13 | Shift key should disable snapping when dragging a handle in the node tool | Diederik van Lierop | 1 | -1/+1 |
| 2012-09-06 | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object | John Smith | 1 | -0/+3 |
| 2012-09-02 | Fix for 406044 : Esc with no selection, activates selection tool | John Smith | 1 | -1/+2 |
| 2012-07-12 | Bug #781893 (Crash after moving a Bezier node after Knot path effect) | Kris De Gussem | 4 | -23/+57 |
| 2012-07-05 | Drop GTK+ 2.20 support. | Alex Valavanis | 8 | -36/+0 |
| 2012-06-09 | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 5 | -5/+5 |
| 2012-05-21 | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 6 | -68/+52 |
| 2012-05-17 | Extended resizing to node handles. | Jon A. Cruz | 13 | -26/+122 |
| 2012-05-17 | Corrected protected type access (comments were incorrect). | Jon A. Cruz | 12 | -452/+729 |
| 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 | 2 | -6/+11 |
| 2012-05-03 | Eliminated duplication of GTK key defines. | Jon A. Cruz | 8 | -347/+8 |
| 2012-04-15 | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 6 | -70/+309 |
| 2012-04-10 | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 9 | -35/+35 |
| 2012-04-09 | Replace deprecated GDK key symbols | Alex Valavanis | 2 | -24/+157 |
| 2012-04-04 | Warning cleanup. | Jon A. Cruz | 2 | -2/+2 |
| 2012-02-29 | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 13 | -28/+21 |
| 2012-02-26 | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 1 | -1/+1 |
| 2012-02-15 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 |
| 2012-02-12 | Cleaning up a few headers | Alex Valavanis | 1 | -0/+1 |
| 2012-02-06 | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 5 | -2/+11 |
| 2012-02-01 | Fill x and y fields in the fake GdkEventMotion struct used when cancelling | Krzysztof Kosi??ski | 1 | -2/+2 |
| 2012-02-01 | Additional fixes for drag cancellation in the node tool | Krzysztof Kosi??ski | 5 | -18/+45 |
| 2012-02-01 | Implement cancellations of drags with ESC in the node tool | Krzysztof Kosi??ski | 1 | -4/+39 |
| 2012-01-23 | Patch from John Smith for 623660 | Josh Andler | 18 | -37/+38 |
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -2/+2 |
| 2012-01-14 | More GSEAL stuff | Alex Valavanis | 1 | -0/+4 |
| 2012-01-14 | Enable tangential and perpendicular snapping to paths (in the node-tool, pen-... | Diederik van Lierop | 2 | -18/+45 |
| 2012-01-12 | Initial C++ification of SPCanvas. | Jon A. Cruz | 1 | -4/+5 |
| 2012-01-04 | new: add nodes at extreme values of selected subpaths | Johan B. C. Engelen | 5 | -0/+76 |
| 2011-11-05 | Powerstroke: adjust control points when adding or deleting knots, to try and ... | Johan B. C. Engelen | 5 | -22/+40 |
| 2011-11-04 | 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close... | Diederik van Lierop | 4 | -60/+141 |
| 2011-10-29 | fix usage of iterator when iterator's erase function is used (Bug #812018) | Kris De Gussem | 1 | -1/+1 |
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require th... | Jon A. Cruz | 4 | -4/+3 |
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 6 | -44/+63 |
| 2011-09-16 | Node tool, transforming a set of nodes: Fix crashes, and finish implementatio... | Diederik van Lierop | 6 | -73/+137 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2 | -3/+3 |
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -2/+2 |
| 2011-06-14 | Remove deprecated glib macro wrappers | Alex Valavanis | 1 | -4/+4 |
| 2011-04-17 | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2 | -3/+3 |
| 2011-04-01 | use shape's curve before LPE as flash path in node tool. so now, you should s... | Johan B. C. Engelen | 1 | -2/+3 |
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 6 | -0/+6 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 1 | -4/+4 |
| 2011-02-13 | update to latest 2geom. fixes bezier curve casts. | Johan B. C. Engelen | 1 | -1/+1 |
| 2011-02-05 | Fix node tool brokenness resulting from a switch to runtime order | Krzysztof Kosi??ski | 1 | -6/+7 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 11 | -70/+50 |
| 2010-12-27 | Snapping: improve calculation of metrics for scaling, modify some comments, a... | Diederik van Lierop | 1 | -1/+0 |
| 2010-12-27 | Node tool: snap while scaling a selection of nodes. Consider this as experime... | Diederik van Lierop | 3 | -2/+87 |