| Commit message (Expand) | Author | Files | Lines |
| 2017-05-18 | fix a brunch of memory leaks | chr | 1 | -1/+2 |
| 2016-12-03 | Improvements and fixes for buds pointed by suv on measure line LPE | Jabiertxof | 1 | -1/+2 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -81/+90 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -4/+1 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+4 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -4/+0 |
| 2016-07-13 | Propagate changes to object tree with changes in style element | Tavmjong Bah | 1 | -3/+3 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -5/+5 |
| 2016-04-08 | Bug #1552765 fixed Break Apart dont handle well stroke with in documents diff... | Jabier Arraiza Cenoz | 1 | -10/+4 |
| 2016-03-04 | Fix for bug 415471 and 1553182 related to undo with eraser tool | Jabier Arraiza Cenoz | 1 | -8/+10 |
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -6/+6 |
| 2015-10-02 | Use different method to find text to save when converting text to path. | Tavmjong Bah | 1 | -8/+8 |
| 2015-05-07 | fix for stl "remove" | Marc Jeanmougin | 1 | -2/+2 |
| 2015-05-07 | better fix, using std::remove instead of std::erase | Marc Jeanmougin | 1 | -6/+2 |
| 2015-05-07 | fix crash when converting a group of objects to path | Marc Jeanmougin | 1 | -2/+6 |
| 2015-04-28 | Save original text in 'aria-label' attribute for accessibilty reasons. | Tavmjong Bah | 1 | -1/+11 |
| 2015-04-26 | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -2/+2 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -32/+17 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -36/+37 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -62/+63 |
| 2014-12-25 | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 1 | -15/+13 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -6/+6 |
| 2014-12-21 | Purge sp_desktop_message_stack | Liam P. White | 1 | -8/+8 |
| 2014-12-21 | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 1 | -4/+4 |
| 2014-10-24 | Address possible-yet-unlikely null parent scenario. | Jon A. Cruz | 1 | -3/+3 |
| 2014-10-24 | Initial removal of box3d outdated GTKish macros. | Jon A. Cruz | 1 | -21/+29 |
| 2014-10-12 | path combine: add an assert to indicate that item list cannot be empty | Johan B. C. Engelen | 1 | -0/+1 |
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -0/+8 |
| 2014-03-25 | fix crash introduced in rev. 13199. (revert the change to Glib::string (cras... | Johan B. C. Engelen | 1 | -8/+8 |
| 2014-03-24 | add convenience functions to deal with Glib::ustrings for setting repr attrib... | Johan B. C. Engelen | 1 | -2/+2 |
| 2014-03-24 | sp_selected_path_combine: simplify code, prevent memleak waiting to happen u... | Johan B. C. Engelen | 1 | -13/+8 |
| 2014-03-12 | Reverted swatches | Liam P. White | 1 | -0/+8 |
| 2013-10-04 | C++ | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-09-25 | C++ify calling a few SPLPEItem functions, much more work than expected... slo... | Johan B. C. Engelen | 1 | -1/+1 |
| 2013-08-12 | Allow Object to Path verb from non-GUI (DBus) interface | Eric Greveson | 1 | -6/+4 |
| 2013-05-01 | Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe... | Nicolas Dufour | 1 | -0/+8 |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 |
| 2012-01-17 | add underscores to some member variables. | Johan B. C. Engelen | 1 | -1/+1 |
| 2012-01-17 | turn SPPath into a class, and add some methods... | Johan B. C. Engelen | 1 | -3/+3 |
| 2012-01-17 | part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat... | Johan B. C. Engelen | 1 | -1/+1 |
| 2012-01-08 | Warning and uninitialized variable cleanup. | Jon A. Cruz | 1 | -6/+7 |
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 |
| 2011-07-16 | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 1 | -4/+6 |
| 2011-02-21 | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 1 | -46/+49 |
| 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 | -1/+1 |
| 2010-07-06 | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 1 | -2/+4 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -4/+4 |
| 2010-03-14 | fix pasting of LPE stacks | Johan B. C. Engelen | 1 | -1/+33 |