summaryrefslogtreecommitdiffstats
path: root/src/unclump.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-2/+2
2016-04-21minor warning cleanup.Jon A. Cruz1-2/+6
2015-10-29static code analysisKris De Gussem1-5/+5
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-5/+5
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-17/+19
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-31/+26
2014-09-27Update to experimental r13565Liam P. White1-0/+1
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases G...Liam P. White1-0/+1
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-9/+10
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-2/+2
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-4/+4
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
2011-02-02update to latest 2geom !Johan B. C. Engelen1-2/+2
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-6/+6
2010-03-02Cleanup on id access.Jon A. Cruz1-17/+17
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+0
2008-11-21Merge from fe-movedTed Gould1-10/+18
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-18Yet another NR ==> Geom changeMaximilian Albert1-70/+70
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-6/+6
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-2/+2
2008-06-12change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen1-4/+4
2007-03-18add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY1-0/+1
2007-03-04adapt code to new Maybe/bbox regimeMenTaLguY1-7/+16
2007-03-04switch from invokeBbox to getBounds (need to fix problems with emptyMenTaLguY1-2/+2