summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-1/+1
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-2/+2
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-17/+19
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-04-29Put adaptagrams into its own folderMarc Jeanmougin1-3/+3
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-7/+12
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...Sylvain Chiron1-108/+85
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-10/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+10
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-10/+0
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
2015-12-08cppification: GSList replaced by vectors (connectors)Marc Jeanmougin1-6/+3
2015-11-13static code analysisKris De Gussem1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-2/+2
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-5/+5
2014-11-26Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White1-1/+1
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-04-24Clean up of style code: refactor marker properties. Step 3.Tavmjong Bah1-2/+2
2013-11-21the C++11 fails without this small change in constness of a GSList iteratorJohan B. C. Engelen1-2/+2
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-2/+3
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+3
2011-07-02compatibility for building with clang, this failed for 2 reasons.Campbell Barton1-3/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-1/+1
2010-03-02Cleanup on id access.Jon A. Cruz1-75/+75
2009-12-02Merge GSoC2009 Connectors into trunkArcadie M. Cracan1-0/+1
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-3/+3
2008-11-21Merge from fe-movedTed Gould1-2/+2
2008-10-27From trunkTed Gould1-12/+13
2008-10-11Merging from trunkTed Gould1-7/+7
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-1/+12
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-15/+6
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-03-18more judicious checking of results of find on my shape lookup table. NullTim Dwyer1-40/+78
2007-03-16Added check for null bounding box of shapes involved in graph layout.Tim Dwyer1-10/+18
2007-03-10Merge further bbox workMenTaLguY1-5/+7
2007-02-02* src/graphlayout/graphlayout.cpp: For the purposes of graph layout,mjwybrow1-1/+7
2006-07-18We now use connector spacing to determine the minimum space requiredTim Dwyer1-2/+12
2006-07-17remove debug messagesTim Dwyer1-7/+1
2006-07-17remove overlaps between connected componentsTim Dwyer1-0/+1
2006-07-17Constraints are now properly divided up between the connected componentsTim Dwyer1-3/+12
2006-07-16Layout algorithm is now applied to each connected component in the Tim Dwyer1-12/+17
2006-07-14fixed warningsTim Dwyer1-9/+5