| Commit message (Expand) | Author | Files | Lines |
| 2012-02-12 | Header cleaning | Alex Valavanis | 1 | -0/+2 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-07-01 | Give a chance to a shape to have an up to date curve before approximating it ... | Gellule Xg | 1 | -0/+1 |
| 2011-02-20 | Pass removing some outdated C-macro use. | Jon A. Cruz | 1 | -8/+7 |
| 2011-02-02 | update to latest 2geom ! | Johan B. C. Engelen | 1 | -9/+9 |
| 2010-10-26 | Fix bug #666586: Connector routing regression | Michael Wybrow | 1 | -3/+9 |
| 2010-08-13 | Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashes | Josh Andler | 1 | -3/+4 |
| 2010-08-13 | Fixes bug #590047: assertion crash in libavoid when marking shapes as not | Michael Wybrow | 1 | -3/+4 |
| 2010-07-20 | More on c++ification and some XML privatisation | Abhishek Sharma public | 1 | -1/+2 |
| 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-12 | SPObject c++ification finalized along with the beginning of XML Privatisation... | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -1/+1 |
| 2010-07-02 | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 1 | -4/+4 |
| 2010-07-01 | C++fied SPDocument added | Abhishek Sharma Public | 1 | -1/+1 |
| 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-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -2/+2 |
| 2009-12-27 | Connector tool: make connectors avoid the convex hull of shapes. | Arcadie M. Cracan | 1 | -149/+145 |
| 2009-12-20 | Warning cleanup | Jon A. Cruz | 1 | -43/+48 |
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -30/+368 |
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 1 | -1/+1 |
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 |
| 2009-06-12 | Fix a bug where the spacing control for connectors reduced the size of | mjwybrow | 1 | -1/+1 |
| 2009-06-12 | Fix a typo in a comment. | mjwybrow | 1 | -1/+1 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -1/+1 |
| 2008-10-31 | Making it so that including simple-node.h will generate an error | Ted Gould | 1 | -1/+1 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -6/+3 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -3/+4 |
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 |
| 2008-02-08 | * src/conn-avoid-ref.cpp: Include the "xml/simple-node" header, rather than | mjwybrow | 1 | -1/+1 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2007-11-02 | warning cleanup | Jon A. Cruz | 1 | -1/+1 |
| 2007-08-09 | 2006-08-09 Michael Wybrow <mjwybrow@users.sourceforge.net> | mjwybrow | 1 | -21/+1 |
| 2007-04-10 | * src/conn-avoid-ref.cpp: Fix a crash where avoided items with an empty | mjwybrow | 1 | -3/+3 |
| 2007-03-04 | adapt code to new Maybe/bbox regime | MenTaLguY | 1 | -3/+5 |
| 2007-03-04 | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 1 | -2/+2 |
| 2006-08-26 | gboolean -> bool conversion commit 1. Modifies code to do with getting the u... | Michael G. Sloan | 1 | -2/+2 |
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 |
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 |
| 2006-05-09 | * conn-avoid-ref.cpp: Fix a crashbug that could occur in files | mjwybrow | 1 | -3/+12 |
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 1 | -1/+1 |
| 2006-03-01 | * src/conn-avoid-ref.cpp, src/libavoid/connector.h, | mjwybrow | 1 | -2/+1 |
| 2006-02-15 | * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, | mjwybrow | 1 | -8/+14 |
| 2006-02-14 | * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp, | mjwybrow | 1 | -4/+33 |
| 2006-02-11 | * src/sp-conn-end-pair.cpp, src/conn-avoid-ref.cpp: | mjwybrow | 1 | -3/+3 |
| 2006-02-10 | * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h, | mjwybrow | 1 | -0/+20 |
| 2006-01-20 | * src/widgets/toolbox.cpp, src/widgets/desktop-widget.cpp, | mjwybrow | 1 | -5/+70 |