summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespaceOndřej Čertík2019-03-271-5/+5
* modernize loopsMarc Jeanmougin2019-01-021-6/+6
* Clarify licensesMax Gaukler2018-11-081-1/+2
* SP_ACTIVE_DESKTOP: check for NULL or eliminateThomas Holder2018-09-271-2/+2
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-3/+3
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-15/+15
* Apply fixedJabier Arraiza2018-05-091-3/+127
* Reset code to reaplyJabier Arraiza2018-05-091-1/+0
* Reset old code to reaply fixedJabier Arraiza2018-05-091-121/+2
* Add patch to branch https://inkscape.org/en/paste/10993/Jabier Arraiza2018-05-091-76/+77
* fix compiling problems on selectionJabiertxo Arraiza Cenoz2018-05-091-4/+5
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-2/+120
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+5
* Fix signalsMarc Jeanmougin2016-10-251-10/+0
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-241-9/+1
* Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-2/+3
* Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-15/+3
* | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-277/+23
|\|
* | Replaced old selection containersAdrian Boguszewski2016-06-121-132/+52
|/
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
* static code analysisKris De Gussem2015-11-071-25/+27
* forgot a line; had weird consequences on filtersMarc Jeanmougin2015-05-121-0/+1
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+2
* fix crash due to logic error in Selection::_removeObjectDescendantsMarc Jeanmougin2015-05-061-1/+5
* unsigned int -> size_tMarc Jeanmougin2015-04-291-2/+2
* uint -> unsigned intMarc Jeanmougin2015-04-291-1/+1
* removed a few useless SP_OBJECT() castsMarc Jeanmougin2015-04-271-2/+2
* Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-15/+15
* more cast cleanupMarc Jeanmougin2015-02-271-1/+1
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-8/+8
* added a set to the SelectionMarc Jeanmougin2015-02-191-6/+17
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-29/+27
* I can't really understand why, but i can now launch inkscape without it segfa...mc2015-02-181-6/+4
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-86/+73
* 5. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White2014-06-271-2/+2
* 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-1/+1
* 1. make it compileLiam P. White2014-06-251-2/+2
* Change my mind on the solution to the bug, protect all selection additions.Martin Owens2014-01-081-0/+1
* Remove warning on bbox and allow empty bound selection to clear existing sele...Martin Owens2013-10-311-8/+6
* Make sure selection->setList checks for dupes by routing to selection->addList.Martin Owens2013-09-241-11/+2
* reduce variable scopeJohan B. C. Engelen2013-08-031-3/+3
* Use Jon Cruz info about OptRect to correctly get area height and widthMartin Owens2013-07-121-5/+5
* Change small to sml to fix windows compile problemMartin Owens2013-07-111-3/+3
* Remove align point, not required any moreMartin Owens2013-07-111-1/+0
* Step 2 refactoring the align functions, added some functionality to selection.Martin Owens2013-07-111-0/+30
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-7/+7
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-8/+8