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