| Commit message (Expand) | Author | Files | Lines |
| 2016-10-25 | Fix signals | Marc Jeanmougin | 1 | -10/+0 |
| 2016-10-24 | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo... | Marc Jeanmougin | 1 | -9/+1 |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -8/+2 |
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -2/+8 |
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -8/+2 |
| 2016-07-24 | Add Text tag and update widgets code | Jabier Arraiza Cenoz | 1 | -0/+5 |
| 2016-07-20 | Changed arguments and names of selection chemistry functions | Adrian Boguszewski | 1 | -2/+3 |
| 2016-06-25 | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 1 | -15/+3 |
| 2016-02-08 | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2015-11-07 | static code analysis | Kris De Gussem | 1 | -25/+27 |
| 2015-05-12 | forgot a line; had weird consequences on filters | Marc Jeanmougin | 1 | -0/+1 |
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+2 |
| 2015-05-06 | fix crash due to logic error in Selection::_removeObjectDescendants | Marc Jeanmougin | 1 | -1/+5 |
| 2015-04-29 | unsigned int -> size_t | Marc Jeanmougin | 1 | -2/+2 |
| 2015-04-29 | uint -> unsigned int | Marc Jeanmougin | 1 | -1/+1 |
| 2015-04-27 | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 1 | -2/+2 |
| 2015-04-26 | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 1 | -15/+15 |
| 2015-02-27 | more cast cleanup | Marc Jeanmougin | 1 | -1/+1 |
| 2015-02-27 | corrected the casts (hopefully) | Marc Jeanmougin | 1 | -8/+8 |
| 2015-02-19 | added a set to the Selection | Marc Jeanmougin | 1 | -6/+17 |
| 2015-02-19 | Put a few std::vector<SPitem*> | Marc Jeanmougin | 1 | -29/+27 |
| 2015-02-18 | I can't really understand why, but i can now launch inkscape without it segfa... | mc | 1 | -6/+4 |
| 2015-02-17 | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 1 | -86/+73 |
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 1 | -2/+2 |
| 2014-06-26 | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 1 | -1/+1 |
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -2/+2 |
| 2014-01-08 | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 1 | -0/+1 |
| 2013-10-31 | Remove warning on bbox and allow empty bound selection to clear existing sele... | Martin Owens | 1 | -8/+6 |
| 2013-09-24 | Make sure selection->setList checks for dupes by routing to selection->addList. | Martin Owens | 1 | -11/+2 |
| 2013-08-03 | reduce variable scope | Johan B. C. Engelen | 1 | -3/+3 |
| 2013-07-12 | Use Jon Cruz info about OptRect to correctly get area height and width | Martin Owens | 1 | -5/+5 |
| 2013-07-11 | Change small to sml to fix windows compile problem | Martin Owens | 1 | -3/+3 |
| 2013-07-11 | Remove align point, not required any more | Martin Owens | 1 | -1/+0 |
| 2013-07-11 | Step 2 refactoring the align functions, added some functionality to selection. | Martin Owens | 1 | -0/+30 |
| 2013-07-04 | Code readability improvements and licence changes for action-context.* | Eric Greveson | 1 | -7/+7 |
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -8/+8 |
| 2013-03-19 | Fixing regression | jtx | 1 | -1/+0 |
| 2013-03-17 | Working with widjets | Jabier Arraiza Cenoz | 1 | -0/+1 |
| 2013-03-16 | cppcheck | Kris De Gussem | 1 | -1/+0 |
| 2012-12-08 | Selector tool: improve responsiveness for snapping a path's internal intersec... | Diederik van Lierop | 1 | -33/+1 |
| 2012-02-19 | remove superfluous RectHull | Johan B. C. Engelen | 1 | -10/+6 |
| 2012-02-19 | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 1 | -1/+1 |
| 2012-02-15 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2012-02-04 | implement some switches between visual bbox and geometric bbox, depending on ... | Alvin Penner | 1 | -1/+6 |
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -5/+2 |
| 2011-09-04 | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 1 | -0/+10 |
| 2011-08-27 | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 1 | -24/+22 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -6/+6 |
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -1/+1 |
| 2011-06-23 | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 1 | -1/+1 |