summaryrefslogtreecommitdiffstats
path: root/src/display/snap-indicator.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Fix snapping tooltips and highlighting of snapped bounding boxes (both of whi...Diederik van Lierop2017-01-111-2/+2
* Make persistence of snap indicator configurable, and clean up the snapping ta...Diederik van Lierop2015-07-241-3/+8
* Make the behavior of the snap indicator fully transparent, such that all even...Diederik van Lierop2015-06-121-0/+15
* Adjust timeout for snap tool tips to 4 secondsDiederik van Lierop2015-02-151-1/+1
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-5/+5
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
* Fix snapping issue in selector toolDiederik van Lierop2014-05-121-2/+4
* fix bug (and add parens so we don't rely on operator precedence)Johan B. C. Engelen2014-01-081-1/+1
* Only display snapping tooltip if source / target are defined (LP #1255764)Bryce Harrington2014-01-061-23/+25
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-3/+4
* Snap to grid/guide lines perpendicularlyDiederik van Lierop2012-02-141-0/+6
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-141-0/+6
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop2012-01-011-4/+19
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* cppcheckKris De Gussem2011-10-151-1/+1
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-081-0/+35
* Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop2011-09-181-0/+3
* Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop2011-08-221-8/+4
* Implement decent snapping to text (baseline & anchor), and provide a toggle b...Diederik van Lierop2011-06-301-2/+5
* - Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop2011-06-261-6/+0
* 1) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop2010-07-251-8/+8
* - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-21/+9
* - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-1/+0
* Fix bbox snapping as reported in LP bug #562205Diederik van Lierop2010-04-181-0/+8
* 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop2010-02-251-1/+9
* 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop2010-02-221-0/+3
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-2/+9
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-4/+9
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-1/+2
* When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop2010-01-191-3/+24
* Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop2010-01-091-3/+3
* Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop2010-01-011-3/+3
* Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-3/+2
* Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...Diederik van Lierop2009-08-021-157/+160
* When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop2009-06-021-1/+4
* translator comments and minor string fixesIvan Mas??r2009-04-231-0/+1
* Improved wording for the snap indicator: gradients snap to their parent's bou...Diederik van Lierop2009-04-121-2/+2
* Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop2009-04-121-1/+1
* - Don't display the snap-source-indicator when we're about to rotate using th...Diederik van Lierop2009-04-021-1/+1
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-111-1/+1
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-271-0/+18
* make snap tooltip position sensitive to canvas zoomingThomas Holder2009-02-251-2/+3
* Snapping of guides now turned on by default, and fixed initialization of the ...Diederik van Lierop2009-02-221-1/+1