summaryrefslogtreecommitdiffstats
path: root/src/libcola (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin83-50853/+0
2018-03-17Removing sample meson build files.Felipe Corrêa da Silva Sanches1-37/+0
2018-03-17[meson-build] libvpscFelipe Corrêa da Silva Sanches1-1/+1
2018-03-17[meson-build] libcolaFelipe Corrêa da Silva Sanches1-0/+37
2017-12-17Add README's so I don't have to figure out what these libraries are used for ...Tavmjong Bah1-0/+1
2017-09-17Flushing std::coutJabier Arraiza1-1/+1
2017-07-25libcola: C++11 fixes for TrustyAlex Valavanis1-2/+2
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...Sylvain Chiron86-1816/+50197
2017-02-15Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11...Tavmjong Bah1-2/+2
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-1/+0
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-18/+0
2013-10-27"fix" some "unused parameter" warningsKris De Gussem1-1/+1
2013-10-16cppcheck initialisationKris De Gussem3-9/+28
2013-10-16static code analysis: performanceKris De Gussem2-2/+2
2013-10-07cppcheckKris De Gussem1-1/+1
2013-09-27cppcheck: performance + variable typeKris De Gussem4-16/+16
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton3-4/+4
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-1/+1
2011-10-23Documentation update pass.Jon A. Cruz1-1/+3
2011-10-18cppcheckKris De Gussem1-1/+1
2011-07-02Applying patch from Campbell Barton to help building on other than gcc.Jon A. Cruz1-8/+10
2011-06-27Remove "using namespace" from libcola headers.Jon A. Cruz6-89/+92
2011-06-26Whitespace cleanup.Jon A. Cruz1-58/+71
2011-06-25warning cleanup (no functional changes)Campbell Barton1-3/+3
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2-2/+2
2011-06-13cmake:Campbell Barton1-1/+12
2011-06-13cmake:Campbell Barton1-2/+3
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton1-1/+1
2011-06-12work in progress cmake commit:Campbell Barton1-11/+10
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-0/+2
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-16/+9
2008-06-22* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2-2/+2
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2-3/+3
2008-04-07Cmake: more fixs for C internal libsJoshua L. Blocher1-1/+1
2008-03-30add CMakeFiles for io, jabber_whiteboard libavoid libcola.Johan B. C. Engelen1-0/+17
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen4-7/+7
2007-05-01committed patch 1710682 by jfaithJiHO2-2/+3
2007-03-01commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg1-2/+5
2006-07-17cleanup, remove warningsTim Dwyer2-50/+56
2006-07-17minor performance improvementTim Dwyer1-5/+7
2006-07-17remove debug messagesTim Dwyer1-9/+10
2006-07-17remove overlaps between connected componentsTim Dwyer2-15/+63
2006-07-17Constraints are now properly divided up between the connected componentsTim Dwyer2-6/+35
2006-07-16Layout algorithm is now applied to each connected component in the Tim Dwyer5-79/+184
2006-07-14fixed warningsTim Dwyer1-0/+2
2006-07-14- Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer5-44/+45
2006-07-12- added toggle buttons for directed layout (doesn't do anything yet) and over...Tim Dwyer1-2/+2
2006-07-12Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer14-0/+2229