| Commit message (Expand) | Author | Age | Files | Lines |
| * | unsigned int -> size_t | Marc Jeanmougin | 2015-04-29 | 1 | -2/+2 |
| * | uint -> unsigned int | Marc Jeanmougin | 2015-04-29 | 1 | -1/+1 |
| * | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -2/+2 |
| * | Just reread the entire diff against trunk. Given the diff size, i must have f... | Marc Jeanmougin | 2015-04-26 | 1 | -15/+15 |
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -8/+8 |
| * | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -6/+17 |
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -29/+27 |
| * | I can't really understand why, but i can now launch inkscape without it segfa... | mc | 2015-02-18 | 1 | -6/+4 |
| * | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -86/+73 |
| * | 5. Refactoring of Application class: make copy/assignment operators private, ... | Liam P. White | 2014-06-27 | 1 | -2/+2 |
| * | 3. remove dead code, refactor existing code. Connect overlooked signals. | Liam P. White | 2014-06-26 | 1 | -1/+1 |
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -2/+2 |
| * | Change my mind on the solution to the bug, protect all selection additions. | Martin Owens | 2014-01-08 | 1 | -0/+1 |
| * | Remove warning on bbox and allow empty bound selection to clear existing sele... | Martin Owens | 2013-10-31 | 1 | -8/+6 |
| * | Make sure selection->setList checks for dupes by routing to selection->addList. | Martin Owens | 2013-09-24 | 1 | -11/+2 |
| * | reduce variable scope | Johan B. C. Engelen | 2013-08-03 | 1 | -3/+3 |
| * | Use Jon Cruz info about OptRect to correctly get area height and width | Martin Owens | 2013-07-12 | 1 | -5/+5 |
| * | Change small to sml to fix windows compile problem | Martin Owens | 2013-07-11 | 1 | -3/+3 |
| * | Remove align point, not required any more | Martin Owens | 2013-07-11 | 1 | -1/+0 |
| * | Step 2 refactoring the align functions, added some functionality to selection. | Martin Owens | 2013-07-11 | 1 | -0/+30 |
| * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -7/+7 |
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -8/+8 |
| * | cppcheck | Kris De Gussem | 2013-03-16 | 1 | -1/+0 |
| * | Selector tool: improve responsiveness for snapping a path's internal intersec... | Diederik van Lierop | 2012-12-08 | 1 | -33/+1 |
| * | remove superfluous RectHull | Johan B. C. Engelen | 2012-02-19 | 1 | -10/+6 |
| * | move helper/recthull.h to 2geom/rect-hull.h | Johan B. C. Engelen | 2012-02-19 | 1 | -1/+1 |
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| * | implement some switches between visual bbox and geometric bbox, depending on ... | Alvin Penner | 2012-02-04 | 1 | -1/+6 |
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -5/+2 |
| * | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -0/+10 |
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -24/+22 |
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 2011-08-22 | 1 | -6/+6 |
| * | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| * | Update 2Geom to pull in integer rectangle class | Krzysztof Kosi??ski | 2011-06-23 | 1 | -1/+1 |
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+6 |
| |\ |
|
| | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -5/+5 |
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | | Avoid self-snapping when dragging a rotation center, and draw the rotation ce... | Diederik van Lierop | 2010-07-24 | 1 | -0/+2 |
| |/ |
|
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -4/+10 |
| * | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 2010-01-09 | 1 | -12/+12 |
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 2009-12-30 | 1 | -3/+3 |
| * | Major simplification of 3D box code. | Maximilian Albert | 2009-12-26 | 1 | -32/+17 |
| * | Refactoring of 3D box tool, mainly to avoid unnecessary creation of perspecti... | Maximilian Albert | 2009-12-26 | 1 | -1/+1 |
| * | The snap indicator's tooltip now displays "A to B", whereas before it only di... | Diederik van Lierop | 2009-02-20 | 1 | -16/+16 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -5/+5 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -29/+34 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -41/+17 |