summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-25Fix signalsMarc Jeanmougin1-10/+0
2016-10-24CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin1-9/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+8
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-8/+2
2016-07-24Add Text tag and update widgets codeJabier Arraiza Cenoz1-0/+5
2016-07-20Changed arguments and names of selection chemistry functionsAdrian Boguszewski1-2/+3
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-15/+3
2016-02-08Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski1-1/+1
2015-11-07static code analysisKris De Gussem1-25/+27
2015-05-12forgot a line; had weird consequences on filtersMarc Jeanmougin1-0/+1
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+2
2015-05-06fix crash due to logic error in Selection::_removeObjectDescendantsMarc Jeanmougin1-1/+5
2015-04-29unsigned int -> size_tMarc Jeanmougin1-2/+2
2015-04-29uint -> unsigned intMarc Jeanmougin1-1/+1
2015-04-27removed a few useless SP_OBJECT() castsMarc Jeanmougin1-2/+2
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-15/+15
2015-02-27more cast cleanupMarc Jeanmougin1-1/+1
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-8/+8
2015-02-19added a set to the SelectionMarc Jeanmougin1-6/+17
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-29/+27
2015-02-18I can't really understand why, but i can now launch inkscape without it segfa...mc1-6/+4
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-86/+73
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-2/+2
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-2/+2
2014-01-08Change my mind on the solution to the bug, protect all selection additions.Martin Owens1-0/+1
2013-10-31Remove warning on bbox and allow empty bound selection to clear existing sele...Martin Owens1-8/+6
2013-09-24Make sure selection->setList checks for dupes by routing to selection->addList.Martin Owens1-11/+2
2013-08-03reduce variable scopeJohan B. C. Engelen1-3/+3
2013-07-12Use Jon Cruz info about OptRect to correctly get area height and widthMartin Owens1-5/+5
2013-07-11Change small to sml to fix windows compile problemMartin Owens1-3/+3
2013-07-11Remove align point, not required any moreMartin Owens1-1/+0
2013-07-11Step 2 refactoring the align functions, added some functionality to selection.Martin Owens1-0/+30
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-7/+7
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-8/+8
2013-03-19Fixing regressionjtx1-1/+0
2013-03-17Working with widjetsJabier Arraiza Cenoz1-0/+1
2013-03-16cppcheckKris De Gussem1-1/+0
2012-12-08Selector tool: improve responsiveness for snapping a path's internal intersec...Diederik van Lierop1-33/+1
2012-02-19remove superfluous RectHullJohan B. C. Engelen1-10/+6
2012-02-19move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-04implement some switches between visual bbox and geometric bbox, depending on ...Alvin Penner1-1/+6
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-5/+2
2011-09-041) Fix absolute scaling in transform dialogDiederik van Lierop1-0/+10
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-24/+22
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-6/+6
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+1
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+1