summaryrefslogtreecommitdiffstats
path: root/src/libcola (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-0/+2
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-16/+9
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-222-2/+2
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-062-3/+3
* Cmake: more fixs for C internal libsJoshua L. Blocher2008-04-071-1/+1
* add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen2008-03-301-0/+17
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
* Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen2007-11-044-7/+7
* committed patch 1710682 by jfaithJiHO2007-05-012-2/+3
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-2/+5
* cleanup, remove warningsTim Dwyer2006-07-172-50/+56
* minor performance improvementTim Dwyer2006-07-171-5/+7
* remove debug messagesTim Dwyer2006-07-171-9/+10
* remove overlaps between connected componentsTim Dwyer2006-07-172-15/+63
* Constraints are now properly divided up between the connected componentsTim Dwyer2006-07-172-6/+35
* Layout algorithm is now applied to each connected component in the Tim Dwyer2006-07-165-79/+184
* fixed warningsTim Dwyer2006-07-141-0/+2
* - Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer2006-07-145-44/+45
* - added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer2006-07-121-2/+2
* Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer2006-07-1214-0/+2229