| Commit message (Expand) | Author | Files | Lines |
| 2018-04-29 | Put adaptagrams into its own folder | Marc Jeanmougin | 83 | -50853/+0 |
| 2018-03-17 | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 1 | -37/+0 |
| 2018-03-17 | [meson-build] libvpsc | Felipe Corrêa da Silva Sanches | 1 | -1/+1 |
| 2018-03-17 | [meson-build] libcola | Felipe Corrêa da Silva Sanches | 1 | -0/+37 |
| 2017-12-17 | Add README's so I don't have to figure out what these libraries are used for ... | Tavmjong Bah | 1 | -0/+1 |
| 2017-09-17 | Flushing std::cout | Jabier Arraiza | 1 | -1/+1 |
| 2017-07-25 | libcola: C++11 fixes for Trusty | Alex Valavanis | 1 | -2/+2 |
| 2017-07-01 | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha... | Sylvain Chiron | 86 | -1816/+50197 |
| 2017-02-15 | Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11... | Tavmjong Bah | 1 | -2/+2 |
| 2017-02-06 | Remove some unneeded < C++11 fallback code | Alex Valavanis | 1 | -1/+0 |
| 2016-08-08 | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 1 | -18/+0 |
| 2013-10-27 | "fix" some "unused parameter" warnings | Kris De Gussem | 1 | -1/+1 |
| 2013-10-16 | cppcheck initialisation | Kris De Gussem | 3 | -9/+28 |
| 2013-10-16 | static code analysis: performance | Kris De Gussem | 2 | -2/+2 |
| 2013-10-07 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2013-09-27 | cppcheck: performance + variable type | Kris De Gussem | 4 | -16/+16 |
| 2012-11-20 | code cleanup: quiet warnings with gcc. | Campbell Barton | 3 | -4/+4 |
| 2011-10-25 | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 1 | -1/+1 |
| 2011-10-23 | Documentation update pass. | Jon A. Cruz | 1 | -1/+3 |
| 2011-10-18 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2011-07-02 | Applying patch from Campbell Barton to help building on other than gcc. | Jon A. Cruz | 1 | -8/+10 |
| 2011-06-27 | Remove "using namespace" from libcola headers. | Jon A. Cruz | 6 | -89/+92 |
| 2011-06-26 | Whitespace cleanup. | Jon A. Cruz | 1 | -58/+71 |
| 2011-06-25 | warning cleanup (no functional changes) | Campbell Barton | 1 | -3/+3 |
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2 | -2/+2 |
| 2011-06-13 | cmake: | Campbell Barton | 1 | -1/+12 |
| 2011-06-13 | cmake: | Campbell Barton | 1 | -2/+3 |
| 2011-06-12 | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca... | Campbell Barton | 1 | -2/+2 |
| 2011-06-12 | cmake: commented unused files/dirs, double checked all files compile this time | Campbell Barton | 1 | -1/+1 |
| 2011-06-12 | work in progress cmake commit: | Campbell Barton | 1 | -11/+10 |
| 2009-01-12 | Cmake: Fixed the extra -l in the link command, plus a add linking for all sub... | Joshua L. Blocher | 1 | -0/+2 |
| 2008-06-24 | Cmake: remove header files from source lists | Joshua L. Blocher | 1 | -16/+9 |
| 2008-06-22 | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2 | -2/+2 |
| 2008-06-06 | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2 | -3/+3 |
| 2008-04-07 | Cmake: more fixs for C internal libs | Joshua L. Blocher | 1 | -1/+1 |
| 2008-03-30 | add CMakeFiles for io, jabber_whiteboard libavoid libcola. | Johan B. C. Engelen | 1 | -0/+17 |
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -1/+2 |
| 2007-11-04 | Add virtual to a lot of the destructors. Note: perhaps it will have to be rev... | Johan B. C. Engelen | 4 | -7/+7 |
| 2007-05-01 | committed patch 1710682 by jfaith | JiHO | 2 | -2/+3 |
| 2007-03-01 | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 1 | -2/+5 |
| 2006-07-17 | cleanup, remove warnings | Tim Dwyer | 2 | -50/+56 |
| 2006-07-17 | minor performance improvement | Tim Dwyer | 1 | -5/+7 |
| 2006-07-17 | remove debug messages | Tim Dwyer | 1 | -9/+10 |
| 2006-07-17 | remove overlaps between connected components | Tim Dwyer | 2 | -15/+63 |
| 2006-07-17 | Constraints are now properly divided up between the connected components | Tim Dwyer | 2 | -6/+35 |
| 2006-07-16 | Layout algorithm is now applied to each connected component in the | Tim Dwyer | 5 | -79/+184 |
| 2006-07-14 | fixed warnings | Tim Dwyer | 1 | -0/+2 |
| 2006-07-14 | - Connectors with end-markers now constrained to point downwards in graph layout | Tim Dwyer | 5 | -44/+45 |
| 2006-07-12 | - added toggle buttons for directed layout (doesn't do anything yet) and over... | Tim Dwyer | 1 | -2/+2 |
| 2006-07-12 | Previously graph layout was done using the Kamada-Kawai layout algorithm | Tim Dwyer | 14 | -0/+2229 |