| Commit message (Expand) | Author | Files | Lines |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -4/+10 |
| 2011-10-02 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 |
| 2011-09-17 | Do not apply the fix of rev. #10624 to all types of items | Diederik van Lierop | 1 | -7/+16 |
| 2011-09-06 | Obey to dont-scale-strokewidth preference, even when scaling one dimension to... | Diederik van Lierop | 1 | -3/+30 |
| 2011-09-05 | Fix incorrect marker bbox in previews | Krzysztof Kosi??ski | 1 | -2/+4 |
| 2011-09-04 | Compute visual bounding box only when needed | Krzysztof Kosi??ski | 1 | -2/+14 |
| 2011-09-04 | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 1 | -0/+10 |
| 2011-08-27 | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 1 | -3/+1 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -191/+130 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -16/+5 |
| 2011-08-07 | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 1 | -10/+4 |
| 2011-08-06 | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 1 | -90/+68 |
| 2011-07-25 | Temporary fix for crash when launching via command-line. | Jon A. Cruz | 1 | -4/+11 |
| 2011-07-19 | remove some unnecessary inkscape_active_desktop() calls | Johan B. C. Engelen | 1 | -4/+1 |
| 2011-07-18 | fix hardcoded desktop2doc transform | Johan B. C. Engelen | 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 | -18/+20 |
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -11/+12 |
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 1 | -1/+6 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -34/+34 |
| 2010-08-05 | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2010-08-04 | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-08-04 | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 1 | -5/+0 |
| 2010-07-21 | 1) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return... | Diederik van Lierop | 1 | -2/+9 |
| 2010-07-20 | More on c++ification and some XML privatisation | Abhishek Sharma public | 1 | -9/+9 |
| 2010-07-12 | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 1 | -12/+12 |
| 2010-07-04 | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 1 | -87/+84 |
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -4/+4 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -4/+4 |
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 1 | -253/+255 |
| 2010-05-18 | better fix for lpe stack forking | Johan B. C. Engelen | 1 | -21/+1 |
| 2010-05-14 | fix bug when forking LPE stack | Johan B. C. Engelen | 1 | -12/+26 |
| 2010-04-06 | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 1 | -2/+4 |
| 2010-04-03 | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 1 | -4/+2 |
| 2010-03-14 | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -15/+14 |
| 2009-12-30 | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 1 | -2/+2 |
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -0/+4 |
| 2009-09-06 | textual patch from bug 408093 | bulia byak | 1 | -1/+1 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -2/+2 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -2/+2 |
| 2009-05-11 | call sp_document_ensure_up_to_date for getCenter/setCenter (Bug #374968) | Thomas Holder | 1 | -0/+6 |
| 2009-04-24 | Two minor snapping fixes | Diederik van Lierop | 1 | -1/+1 |
| 2009-02-20 | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 1 | -13/+15 |
| 2009-01-18 | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 1 | -1/+1 |
| 2009-01-04 | correctly initialize vector in spitem. | Johan B. C. Engelen | 1 | -0/+3 |
| 2009-01-03 | display filter label, if any, in filtered item description | bulia byak | 1 | -2/+8 |
| 2008-12-21 | revert change of sp_item_i2d_affine in rev 20388, as it crashed command line use | Thomas Holder | 1 | -2/+4 |
| 2008-12-20 | object-snapper.cpp | Thomas Holder | 1 | -29/+5 |