| Commit message (Expand) | Author | Age | Files | Lines |
| * | Comprehensive fix for the issues with disappearing filtered objects. | Krzysztof Kosi??ski | 2013-10-01 | 1 | -7/+10 |
| * | on hiding, texts must _clearFlow to release arena items, otherwise they leak | buliabyak | 2013-09-28 | 1 | -1/+6 |
| * | Refactored SPUse. | Markus Engel | 2013-09-24 | 1 | -8/+50 |
| * | Removed placement news / explicit destructor calls. | Markus Engel | 2013-07-31 | 1 | -2/+2 |
| * | Merge Object and subclasses. Merging of SP- and C-classes complete. | Markus Engel | 2013-04-07 | 1 | -2/+0 |
| * | Merged Item. | Markus Engel | 2013-04-05 | 1 | -10/+8 |
| * | Merged FlowX classes. | Markus Engel | 2013-04-05 | 1 | -129/+91 |
| * | Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr... | Markus Engel | 2013-04-02 | 1 | -0/+10 |
| * | Added constructors to SP classes. | Markus Engel | 2013-04-01 | 1 | -4/+10 |
| * | Replaced calls to g_object_(un)ref with sp_object_(un)ref. | Markus Engel | 2013-04-01 | 1 | -2/+2 |
| * | Prepared exchange of casting macros. | Markus Engel | 2013-03-31 | 1 | -0/+1 |
| * | Turned all functions concerning SPRect into member functions. | Markus Engel | 2013-03-30 | 1 | -1/+1 |
| * | Renamed virtual function names. | Markus Engel | 2013-03-29 | 1 | -20/+20 |
| * | merged from trunk | Markus Engel | 2013-03-29 | 1 | -148/+3 |
| |\ |
|
| | * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -41/+15 |
| * | | Removed function pointers from SPObject and subclasses. | Markus Engel | 2013-03-29 | 1 | -7/+7 |
| * | | Various changes. | Markus Engel | 2013-03-14 | 1 | -1/+1 |
| * | | Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods. | Markus Engel | 2012-10-06 | 1 | -47/+136 |
| |/ |
|
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| * | Fix crashes with empty text objects | Krzysztof Kosi??ski | 2011-09-04 | 1 | -1/+1 |
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -44/+21 |
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -24/+17 |
| |\ |
|
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -3/+3 |
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -23/+16 |
| * | | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 2011-08-22 | 1 | -1/+1 |
| |/ |
|
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -6/+5 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-06 | 1 | -8/+10 |
| |\ |
|
| | * | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 2011-06-30 | 1 | -8/+10 |
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+4 |
| |/ |
|
| * | Finished cleanup of outated SP_OBJECT_DOCUMENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -13/+13 |
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -67/+72 |
| |\ |
|
| | * | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 2010-07-12 | 1 | -1/+1 |
| | * | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 2010-07-06 | 1 | -2/+4 |
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -7/+7 |
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -8/+8 |
| |/ |
|
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -4/+3 |
| * | Warning cleanup for char const* | Jon A. Cruz | 2009-12-31 | 1 | -6/+4 |
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 2009-12-30 | 1 | -1/+17 |
| * | utilities and UI support for identifying truncated flowtext and text-on-path | buliabyak | 2009-12-21 | 1 | -2/+8 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -3/+3 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -3/+3 |
| * | remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls | Thomas Holder | 2009-03-13 | 1 | -3/+2 |
| * | gcc warning cleanup: | Felipe Corr??a da Silva Sanches | 2009-02-08 | 1 | -1/+1 |
| * | Make all tools consider full parent transform (up to document, not just up to... | Thomas Holder | 2008-12-08 | 1 | -2/+4 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+5 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -16/+16 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |