| Commit message (Expand) | Author | Files | Lines |
| 2014-08-04 | Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604... | Liam P. White | 1 | -6/+26 |
| 2014-03-27 | First step of refactoring SPKnot. | Markus Engel | 1 | -3/+1 |
| 2014-03-02 | Added some consts. Turned functions to member functions. | Markus Engel | 1 | -4/+4 |
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -4/+4 |
| 2013-10-08 | Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ... | Tavmjong Bah | 1 | -1/+1 |
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-04-08 | Reactivated independent reference counting in the SPObject tree. | Markus Engel | 1 | -2/+5 |
| 2013-04-05 | Merged Shape and subclasses. Cleaned up a bit. | Markus Engel | 1 | -2/+2 |
| 2012-06-05 | Header cleaning for GTK+3 migration | Alex Valavanis | 1 | -0/+1 |
| 2012-05-03 | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 1 | -25/+38 |
| 2012-04-10 | Additional cleanup. | Jon A. Cruz | 1 | -2/+2 |
| 2012-04-07 | fix possible crasher in knot_clicked_handler | Johan B. C. Engelen | 1 | -11/+12 |
| 2012-04-07 | remove no longer needed knotholderentity complication | Johan B. C. Engelen | 1 | -7/+1 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -2/+2 |
| 2011-07-17 | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 1 | -4/+2 |
| 2011-02-21 | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 1 | -6/+6 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -1/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 1 | -1/+1 |
| 2010-07-14 | SPShape c++ified to the extent it was possible and more changes done for XML ... | Abhishek Sharma Public | 1 | -2/+2 |
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 1 | -1/+2 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -2/+2 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -3/+3 |
| 2010-01-30 | Finally introducing the pre-snap indicator | Diederik van Lierop | 1 | -0/+15 |
| 2009-11-23 | decrease header dependencies | Johan B. C. Engelen | 1 | -0/+1 |
| 2009-10-02 | label edit | bulia byak | 1 | -1/+1 |
| 2009-07-18 | Make the snap delay mechanism easier to implement for the devs, and get rid o... | Diederik van Lierop | 1 | -2/+0 |
| 2009-03-29 | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 1 | -2/+2 |
| 2009-03-09 | Fix #338838, in which zooming and panning with the middle mouse button made I... | Diederik van Lierop | 1 | -2/+2 |
| 2009-01-25 | - The snap-delay mechanism should now be more robust. From now on, it must be... | Diederik van Lierop | 1 | -3/+15 |
| 2008-12-05 | NR -> 2Geom few more files | Joshua L. Blocher | 1 | -2/+2 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-01 | replace matrix division code. | Johan B. C. Engelen | 1 | -3/+2 |
| 2008-08-01 | change knot.h to Geom::Point only instead of NR::Point. | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-08-01 | Warning cleanup | Jon A. Cruz | 1 | -3/+3 |
| 2008-07-29 | Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity an... | Maximilian Albert | 1 | -4/+3 |
| 2008-07-27 | fix release mouse crash, add missed disconnects, remove unused callback | bulia byak | 1 | -12/+10 |
| 2008-07-27 | fix messed up scale/rotate handles | bulia byak | 1 | -2/+2 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -3/+3 |
| 2008-06-11 | plumb XML::Documents in everywhere | MenTaLguY | 1 | -1/+1 |
| 2008-06-10 | Write all effect parameters to SVG when a LPE knotholder handle is ungrabbed | Maximilian Albert | 1 | -0/+12 |
| 2008-06-08 | Make knotholders for LPE items finally work; each effect can now overload the... | Maximilian Albert | 1 | -2/+27 |
| 2008-06-04 | Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --... | Maximilian Albert | 1 | -12/+2 |
| 2008-06-04 | C++ify knotholders | Maximilian Albert | 1 | -178/+77 |
| 2007-12-13 | Fundamentally reworked version of the 3D box tool (among many other things, t... | Maximilian Albert | 1 | -2/+2 |
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2007-08-06 | Write/read perspectives to/from SVG; store ratios of the distances from corne... | Maximilian Albert | 1 | -1/+2 |
| 2007-06-21 | First (very limited) version of the 3D box tool; allows for drawing of new bo... | Maximilian Albert | 1 | -0/+5 |
| 2007-01-01 | undo annotations | gustav_b | 1 | -4/+18 |
| 2006-06-29 | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 1 | -2/+36 |