| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 1 | -2/+2 |
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -2/+1 |
| |\ |
|
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+1 |
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+2 |
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+1 |
| * | | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -3/+3 |
| * | | Last part of new SPObject children list | Adrian Boguszewski | 2016-07-14 | 1 | -5/+5 |
| * | | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -3/+3 |
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -19/+20 |
| |\| |
|
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -12/+12 |
| |/ |
|
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -8/+8 |
| * | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 2015-04-26 | 1 | -1/+2 |
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -20/+20 |
| * | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -47/+36 |
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -10/+10 |
| * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 1 | -13/+13 |
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -7/+7 |
| * | Fix for bug #1057494 (Remove Manual Kerns hides the selected text). | Nicolas Dufour | 2014-01-04 | 1 | -0/+1 |
| * | more string leaks | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+6 |
| * | fix another g_strdup memleak | Johan B. C. Engelen | 2013-09-30 | 1 | -2/+2 |
| * | Minor warning and dead code cleanup. | Jon A. Cruz | 2013-01-13 | 1 | -12/+0 |
| * | code cleanup: add own includes to cpp files or make the functions static if t... | Campbell Barton | 2012-10-04 | 1 | -5/+5 |
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+1 |
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -4/+5 |
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -38/+38 |
| |\ |
|
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -38/+38 |
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -24/+25 |
| |\| |
|
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -24/+25 |
| | |\ |
|
| | | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -2/+2 |
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -6/+6 |
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -1/+1 |
| | | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | |
|
| | * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | |/ |
|
| * / | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -7/+6 |
| |/ |
|
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| * | fix font size jump when unflowing flowed text | bulia byak | 2009-02-24 | 1 | -0/+7 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -4/+4 |
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | Fixing z-order problem on flowed text -> text. See LP#233830 | Mike Pittman | 2008-05-22 | 1 | -1/+1 |
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -1/+5 |
| * | fix bug 168751 (sf1749738) | bulia byak | 2007-12-30 | 1 | -1/+1 |
| * | removing kerns also trims multi-value x attribute; allow it to work on tspans... | bulia byak | 2007-07-23 | 1 | -3/+19 |
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -3/+3 |
| * | fix crash 1640798 | bulia byak | 2007-01-24 | 1 | -0/+4 |