summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-1/+1
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-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+8
2017-07-01Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha...Sylvain Chiron1-61/+55
2015-12-09Remove unused header file.Tavmjong Bah1-1/+0
2015-04-27removed a few "using Inkscape::Util::GSListConstIterator"Marc Jeanmougin1-1/+0
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
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-6/+6
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-0/+1
2011-10-29cppcheck: variable initialisationKris De Gussem1-1/+1
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-0/+0
2009-05-21Fix crash reported in bug 214186 (related to the "remove overlap" function in...Diederik van Lierop1-0/+11
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-11Merging from trunkTed Gould1-9/+9
2008-09-18More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2007-03-10Merge further bbox workMenTaLguY1-42/+33
2006-07-14- Connectors with end-markers now constrained to point downwards in graph layoutTim Dwyer1-0/+2
2006-07-12Previously graph layout was done using the Kamada-Kawai layout algorithm Tim Dwyer1-3/+3
2006-05-10Apparently a problem was reported with one of the test cases. Tim Dwyer1-3/+3