| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -3/+4 |
| | | | | (bzr r11207) | ||||
| * | Snap to grid/guide lines perpendicularly | Diederik van Lierop | 2012-02-14 | 1 | -0/+6 |
| | | | | (bzr r10976) | ||||
| * | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵ | Diederik van Lierop | 2012-01-14 | 1 | -0/+6 |
| | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 1 | -4/+19 |
| | | | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816) | ||||
| * | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵ | Diederik van Lierop | 2011-11-04 | 1 | -1/+1 |
| | | | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -1/+1 |
| | | | | (bzr r10678) | ||||
| * | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 1 | -0/+35 |
| | | | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672) | ||||
| * | Snap to guide-path intersections, and don't snap to paths when only path ↵ | Diederik van Lierop | 2011-09-18 | 1 | -0/+3 |
| | | | | | | | | | | intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639) | ||||
| * | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 1 | -8/+4 |
| | | | | | | a single array, instead of each having its own member variable (bzr r10569) | ||||
| * | Implement decent snapping to text (baseline & anchor), and provide a toggle ↵ | Diederik van Lierop | 2011-06-30 | 1 | -2/+5 |
| | | | | | | button for this (as requested in LP bug #727281 ) (bzr r10392) | ||||
| * | - Add a third group of snap sources/targets, called ¨others¨ (before we ↵ | Diederik van Lierop | 2011-06-26 | 1 | -6/+0 |
| | | | | | | | | | had only ¨bounding box¨ and nodes (see bug #788178) - Fix the display of the snap source - Fix snapping of guides to other guides & grids (bzr r10372) | ||||
| * | 1) Snap to transformation center even if it's outside of the bounding box of ↵ | Diederik van Lierop | 2010-07-25 | 1 | -8/+8 |
| | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648) | ||||
| * | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -21/+9 |
| | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -1/+0 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -0/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) | ||||
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵ | Diederik van Lierop | 2010-02-25 | 1 | -1/+9 |
| | | | | | | | | | | | the selector tool) 2) Allow constrained translation for 1) (with <ctrl>) 3) Fix snapping to the grid when pasting 4) Show snap indicators for all of the above 5) Implement snap delay mechanism for 1) and 2) (bzr r9113) | ||||
| * | 1) Making snapping behaviour for paraxial lines (in the pen tool) similar to ↵ | Diederik van Lierop | 2010-02-22 | 1 | -0/+3 |
| | | | | | | | | | other tools 2) Always apply the constraint when asking for a constrained snap 3) Show snap indicator when applying a constraint (bzr r9105) | ||||
| * | Make sure that guides always snap correctly when dropping them, and improve ↵ | Diederik van Lierop | 2010-02-21 | 1 | -2/+9 |
| | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -4/+9 |
| | | | | (bzr r9034) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -1/+2 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | When snapping to a bounding box, flash that bounding box together with the ↵ | Diederik van Lierop | 2010-01-19 | 1 | -3/+24 |
| | | | | | | snap indicator (bzr r8999) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -3/+3 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Refactor snapping of gradient handles; now behaves like all other snapping, ↵ | Diederik van Lierop | 2010-01-01 | 1 | -3/+3 |
| | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932) | ||||
| * | Small snap bug has been eliminated, flowed text snapping now uses baseline, ↵ | Diederik van Lierop | 2009-12-30 | 1 | -3/+2 |
| | | | | | | replacing tabs by spaces, removing some commented lines (bzr r8925) | ||||
| * | Snap to a guide's origin too (resulting in a 2D constraint), instead of only ↵ | Diederik van Lierop | 2009-08-02 | 1 | -157/+160 |
| | | | | | | to the guide itself (only 1D constraint) (bzr r8383) | ||||
| * | When dragging the origin of a guide along that guide, we should use ↵ | Diederik van Lierop | 2009-06-02 | 1 | -1/+4 |
| | | | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973) | ||||
| * | translator comments and minor string fixes | Ivan Mas??r | 2009-04-23 | 1 | -0/+1 |
| | | | | (bzr r7763) | ||||
| * | Improved wording for the snap indicator: gradients snap to their parent's ↵ | Diederik van Lierop | 2009-04-12 | 1 | -2/+2 |
| | | | | | | bounding box, so the snap indicator now displays "bla bla to bounding box" (bzr r7689) | ||||
| * | Fix snapping during constrained translation, when only snapping the node ↵ | Diederik van Lierop | 2009-04-12 | 1 | -1/+1 |
| | | | | | | closest to the mouse pointer (bzr r7687) | ||||
| * | - Don't display the snap-source-indicator when we're about to rotate using ↵ | Diederik van Lierop | 2009-04-02 | 1 | -1/+1 |
| | | | | | | | | the selector tool (because it won't snap when rotating!) - Use a smaller snap-source-indicator, which is visually more appealing (bzr r7608) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 1 | -1/+1 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -0/+18 |
| | | | | (bzr r7388) | ||||
| * | make snap tooltip position sensitive to canvas zooming | Thomas Holder | 2009-02-25 | 1 | -2/+3 |
| | | | | (bzr r7368) | ||||
| * | Snapping of guides now turned on by default, and fixed initialization of the ↵ | Diederik van Lierop | 2009-02-22 | 1 | -1/+1 |
| | | | | | | that checkbox (bzr r7352) | ||||
| * | Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵ | Diederik van Lierop | 2009-02-22 | 1 | -52/+18 |
| | | | | | | tooltip annoyances and fixes bug #330252) (bzr r7346) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -7/+87 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | After snapping, show a tooltip together with the snap indicator | Diederik van Lierop | 2009-02-15 | 1 | -31/+116 |
| | | | | (bzr r7296) | ||||
| * | Display the snap source indicator only when snapping is enabled | Diederik van Lierop | 2009-01-25 | 1 | -9/+9 |
| | | | | (bzr r7173) | ||||
| * | snap indicator: try a diamond shaped indicator for snapping to nodes. see ↵ | Johan B. C. Engelen | 2009-01-17 | 1 | -1/+11 |
| | | | | | | how we like this. (bzr r7143) | ||||
| * | work a bit on snapindicator: added switch statement for different types | Johan B. C. Engelen | 2009-01-16 | 1 | -15/+29 |
| | | | | (bzr r7140) | ||||
| * | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 2008-11-26 | 1 | -9/+48 |
| | | | | (bzr r6903) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -4/+5 |
| | | | | (bzr r6891) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -0/+7 |
| | | | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659) | ||||
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -12/+17 |
| | | | | (bzr r5600) | ||||
| * | - Major refactoring of snapping related code... | Diederik van Lierop | 2008-04-30 | 1 | -0/+2 |
| | | | | | | - Enabling snap indicator for all remaining tools (bzr r5556) | ||||
| * | Refactor snapper and snapindicator (in order to enable the snapindicator in ↵ | Diederik van Lierop | 2008-04-07 | 1 | -3/+5 |
| | | | | | | the selector tool) (bzr r5374) | ||||
| * | Line-end fixups | Jon A. Cruz | 2008-03-22 | 1 | -78/+78 |
| | | | | (bzr r5161) | ||||
| * | disable snapindicator for now to fix pen tool | Johan B. C. Engelen | 2008-03-13 | 1 | -13/+15 |
| | | | | (bzr r5080) | ||||
| * | new: guide snapping indicator! see if you like it, comments are always welcome! | Johan B. C. Engelen | 2008-03-03 | 1 | -1/+1 |
| | | | | (bzr r4945) | ||||
