| Commit message (Expand) | Author | Files | Lines |
| 2019-05-20 | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 1 | -3/+3 |
| 2019-05-20 | More pixel-level alignment fixes for various controls, by making all controls... | Diederik van Lierop | 1 | -3/+3 |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 |
| 2018-06-18 | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 1 | -1/+1 |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -14/+14 |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 |
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 |
| 2017-01-11 | Fix snapping tooltips and highlighting of snapped bounding boxes (both of whi... | Diederik van Lierop | 1 | -2/+2 |
| 2015-07-24 | Make persistence of snap indicator configurable, and clean up the snapping ta... | Diederik van Lierop | 1 | -3/+8 |
| 2015-06-12 | Make the behavior of the snap indicator fully transparent, such that all even... | Diederik van Lierop | 1 | -0/+15 |
| 2015-02-15 | Adjust timeout for snap tool tips to 4 seconds | Diederik van Lierop | 1 | -1/+1 |
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+1 |
| 2014-12-21 | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 1 | -5/+5 |
| 2014-10-05 | Move more UI code into ui/ | Liam P. White | 1 | -1/+1 |
| 2014-05-12 | Fix snapping issue in selector tool | Diederik van Lierop | 1 | -2/+4 |
| 2014-01-08 | fix bug (and add parens so we don't rely on operator precedence) | Johan B. C. Engelen | 1 | -1/+1 |
| 2014-01-06 | Only display snapping tooltip if source / target are defined (LP #1255764) | Bryce Harrington | 1 | -23/+25 |
| 2012-04-10 | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 1 | -3/+4 |
| 2012-02-14 | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 1 | -0/+6 |
| 2012-01-14 | Enable tangential and perpendicular snapping to paths (in the node-tool, pen-... | Diederik van Lierop | 1 | -0/+6 |
| 2012-01-01 | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va... | Diederik van Lierop | 1 | -4/+19 |
| 2011-11-04 | 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close... | Diederik van Lierop | 1 | -1/+1 |
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 |
| 2011-10-15 | cppcheck | Kris De Gussem | 1 | -1/+1 |
| 2011-10-08 | 1) make snapping to clip/mask paths optional (see document properties dialog ... | Diederik van Lierop | 1 | -0/+35 |
| 2011-09-18 | Snap to guide-path intersections, and don't snap to paths when only path inte... | Diederik van Lierop | 1 | -0/+3 |
| 2011-08-22 | Refactoring of the snapping preferences; mainly about storing all toggles in ... | Diederik van Lierop | 1 | -8/+4 |
| 2011-06-30 | Implement decent snapping to text (baseline & anchor), and provide a toggle b... | Diederik van Lierop | 1 | -2/+5 |
| 2011-06-26 | - Add a third group of snap sources/targets, called ¨others¨ (before we had... | Diederik van Lierop | 1 | -6/+0 |
| 2010-07-25 | 1) Snap to transformation center even if it's outside of the bounding box of ... | Diederik van Lierop | 1 | -8/+8 |
| 2010-07-19 | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 1 | -21/+9 |
| 2010-07-18 | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 1 | -21/+9 |
| 2010-07-12 | - Snap while rotating an object using the selector tool | Diederik van Lierop | 1 | -1/+0 |
| 2010-04-18 | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 1 | -0/+8 |
| 2010-02-25 | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t... | Diederik van Lierop | 1 | -1/+9 |
| 2010-02-22 | 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ... | Diederik van Lierop | 1 | -0/+3 |
| 2010-02-21 | Make sure that guides always snap correctly when dropping them, and improve p... | Diederik van Lierop | 1 | -2/+9 |
| 2010-01-30 | Finally introducing the pre-snap indicator | Diederik van Lierop | 1 | -4/+9 |
| 2010-01-23 | Remove redundancy from snapping API (type of snapsource no longer has to be s... | Diederik van Lierop | 1 | -1/+2 |
| 2010-01-19 | When snapping to a bounding box, flash that bounding box together with the sn... | Diederik van Lierop | 1 | -3/+24 |
| 2010-01-09 | Refactoring the snapping API (making it easier to maintain and understand for... | Diederik van Lierop | 1 | -3/+3 |
| 2010-01-01 | Refactor snapping of gradient handles; now behaves like all other snapping, i... | Diederik van Lierop | 1 | -3/+3 |
| 2009-12-30 | Small snap bug has been eliminated, flowed text snapping now uses baseline, r... | Diederik van Lierop | 1 | -3/+2 |
| 2009-08-02 | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ... | Diederik van Lierop | 1 | -157/+160 |
| 2009-06-02 | When dragging the origin of a guide along that guide, we should use constrain... | Diederik van Lierop | 1 | -1/+4 |
| 2009-04-23 | translator comments and minor string fixes | Ivan Mas??r | 1 | -0/+1 |
| 2009-04-12 | Improved wording for the snap indicator: gradients snap to their parent's bou... | Diederik van Lierop | 1 | -2/+2 |
| 2009-04-12 | Fix snapping during constrained translation, when only snapping the node clos... | Diederik van Lierop | 1 | -1/+1 |
| 2009-04-02 | - Don't display the snap-source-indicator when we're about to rotate using th... | Diederik van Lierop | 1 | -1/+1 |
| 2009-03-11 | move canvastext to its own file (no linking error for me anymore), add outlin... | bulia byak | 1 | -1/+1 |