| Commit message (Expand) | Author | Files | Lines |
| 2017-07-01 | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha... | Sylvain Chiron | 1 | -108/+85 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -10/+0 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+10 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -10/+0 |
| 2015-12-09 | Remove unused header file. | Tavmjong Bah | 1 | -1/+0 |
| 2015-12-08 | cppification: GSList replaced by vectors (connectors) | Marc Jeanmougin | 1 | -6/+3 |
| 2015-11-13 | static code analysis | Kris De Gussem | 1 | -1/+1 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -2/+2 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -3/+3 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -5/+5 |
| 2014-11-26 | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 1 | -1/+1 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -1/+1 |
| 2014-04-24 | Clean up of style code: refactor marker properties. Step 3. | Tavmjong Bah | 1 | -2/+2 |
| 2013-11-21 | the C++11 fails without this small change in constness of a GSList iterator | Johan B. C. Engelen | 1 | -2/+2 |
| 2011-10-03 | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -3/+3 |
| 2011-07-02 | compatibility for building with clang, this failed for 2 reasons. | Campbell Barton | 1 | -3/+4 |
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -0/+1 |
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 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 | -2/+2 |
| 2010-03-14 | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2010-03-02 | Cleanup on id access. | Jon A. Cruz | 1 | -75/+75 |
| 2009-12-02 | Merge GSoC2009 Connectors into trunk | Arcadie M. Cracan | 1 | -0/+1 |
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -3/+3 |
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -2/+2 |
| 2008-10-27 | From trunk | Ted Gould | 1 | -12/+13 |
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -7/+7 |
| 2008-09-18 | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 1 | -1/+12 |
| 2008-09-16 | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 1 | -15/+6 |
| 2008-08-05 | NR::Maybe => boost::optional | Johan B. C. Engelen | 1 | -2/+2 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 |
| 2007-03-18 | more judicious checking of results of find on my shape lookup table. Null | Tim Dwyer | 1 | -40/+78 |
| 2007-03-16 | Added check for null bounding box of shapes involved in graph layout. | Tim Dwyer | 1 | -10/+18 |
| 2007-03-10 | Merge further bbox work | MenTaLguY | 1 | -5/+7 |
| 2007-02-02 | * src/graphlayout/graphlayout.cpp: For the purposes of graph layout, | mjwybrow | 1 | -1/+7 |
| 2006-07-18 | We now use connector spacing to determine the minimum space required | Tim Dwyer | 1 | -2/+12 |
| 2006-07-17 | remove debug messages | Tim Dwyer | 1 | -7/+1 |
| 2006-07-17 | remove overlaps between connected components | Tim Dwyer | 1 | -0/+1 |
| 2006-07-17 | Constraints are now properly divided up between the connected components | Tim Dwyer | 1 | -3/+12 |
| 2006-07-16 | Layout algorithm is now applied to each connected component in the | Tim Dwyer | 1 | -12/+17 |
| 2006-07-14 | fixed warnings | Tim Dwyer | 1 | -9/+5 |
| 2006-07-14 | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 1 | -26/+55 |
| 2006-07-12 | - added toggle buttons for directed layout (doesn't do anything yet) and over... | Tim Dwyer | 1 | -11/+26 |
| 2006-07-12 | Added layout button and ideal connector length spinbox to connector toolbar | Tim Dwyer | 1 | -2/+2 |
| 2006-07-12 | Previously graph layout was done using the Kamada-Kawai layout algorithm | Tim Dwyer | 1 | -60/+39 |
| 2006-02-15 | * src/document.cpp, src/document.h, src/sp-conn-end-pair.cpp, | mjwybrow | 1 | -1/+1 |
| 2006-02-14 | shuffling includes to make it compile again | Ralf Stephan | 1 | -1/+1 |
| 2006-02-14 | dumps the graph to cout in dot format | Tim Dwyer | 1 | -1/+1 |
| 2006-02-14 | cleanup | Tim Dwyer | 1 | -31/+44 |
| 2006-02-14 | * src/graphlayout/graphlayout.cpp, src/conn-avoid-ref.cpp, | mjwybrow | 1 | -1/+1 |