| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Shift should disable snapping when dragging the rotation center of an object | Diederik van Lierop | 2010-11-17 | 1 | -4/+9 |
| | | | | (bzr r9903) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Fix display of snap source indicator for constrained snapping in the ↵ | Diederik van Lierop | 2010-11-16 | 1 | -107/+125 |
| | | | | | | selector tool (bzr r9898) | ||||
| * | Leave constrained angular snapping to the snap manager, instead of handling ↵ | Diederik van Lierop | 2010-11-07 | 1 | -5/+51 |
| | | | | | | it locally (bzr r9880) | ||||
| * | - Constrained snap: proper implementation of the preference to snap the ↵ | Diederik van Lierop | 2010-10-29 | 1 | -9/+59 |
| | | | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866) | ||||
| * | Fix paraxial pen tool: apply constraint even if we didn't snap | Diederik van Lierop | 2010-10-24 | 1 | -4/+4 |
| | | | | (bzr r9847) | ||||
| * | Fix self-snapping when dragging the transformation center of a selection ↵ | Diederik van Lierop | 2010-10-07 | 1 | -4/+4 |
| | | | | | | containing multiple items (as reported by LucaDC in LP #607107, comment #30) (bzr r9817) | ||||
| * | 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it! | Diederik van Lierop | 2010-08-15 | 1 | -2/+2 |
| | | | | (bzr r9714) | ||||
| * | Fix a crash and add more safety checks to catch NULL pointers | Diederik van Lierop | 2010-08-14 | 1 | -4/+22 |
| | | | | (bzr r9713) | ||||
| * | Fix a crash introduced by my previous commit | Diederik van Lierop | 2010-08-11 | 1 | -1/+0 |
| | | | | (bzr r9701) | ||||
| * | Implement constrained snapping to nodes | Diederik van Lierop | 2010-08-10 | 1 | -4/+4 |
| | | | | (bzr r9696) | ||||
| * | Add a constrained snap method that takes multiple constraints. This reduces ↵ | Diederik van Lierop | 2010-08-07 | 1 | -0/+62 |
| | | | | | | the code repetitiveness in the node tool (bzr r9692) | ||||
| * | While rotating, don't try snapping points coincident with the rotation center | Diederik van Lierop | 2010-07-26 | 1 | -5/+15 |
| | | | | (bzr r9652) | ||||
| * | 1) Snap to transformation center even if it's outside of the bounding box of ↵ | Diederik van Lierop | 2010-07-25 | 1 | -1/+4 |
| | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648) | ||||
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵ | Diederik van Lierop | 2010-07-24 | 1 | -0/+3 |
| | | | | | | center at the snapped position (bzr r9641) | ||||
| * | - Remove some old code which snapped the rotation center to the bbox, and ↵ | Diederik van Lierop | 2010-07-20 | 1 | -3/+2 |
| | | | | | | | | which discarded all of the snapping settings - Improve the logic behind the snapping buttons, i.e. what snaps to what for each of the buttons (bzr r9634) | ||||
| * | - do not use shift to disable snapping while holding shift to rotate a guide | Diederik van Lierop | 2010-07-18 | 1 | -2/+1 |
| | | | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625) | ||||
| * | Simplify code related to snapping while rotating | Diederik van Lierop | 2010-07-17 | 1 | -9/+5 |
| | | | | (bzr r9619) | ||||
| * | - Snap while rotating an object using the selector tool | Diederik van Lierop | 2010-07-12 | 1 | -34/+85 |
| | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607) | ||||
| * | Fix bounding box snapping (LP562205, comment 6, issue II) | Diederik van Lierop | 2010-05-08 | 1 | -6/+3 |
| | | | | (bzr r9402) | ||||
| * | Fix bbox snapping as reported in LP bug #562205 | Diederik van Lierop | 2010-04-18 | 1 | -2/+15 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) | ||||
| * | New node tool: implement handle snapping | Krzysztof Kosi??ski | 2010-03-14 | 1 | -14/+7 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/538487 (bzr r9192) | ||||
| * | Don't snap to points which are off-screen | Diederik van Lierop | 2010-03-08 | 1 | -8/+12 |
| | | | | (bzr r9167) | ||||
| * | 1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in ↵ | Diederik van Lierop | 2010-02-25 | 1 | -5/+13 |
| | | | | | | | | | | | 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 | -3/+18 |
| | | | | | | | | | 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 | -1/+1 |
| | | | | | | perseverance of snap-indicator (bzr r9103) | ||||
| * | Fix compilation error introduced by my previous commit | Diederik van Lierop | 2010-02-12 | 1 | -1/+1 |
| | | | | (bzr r9083) | ||||
| * | Constrained snapping: always enforce constraint, even when we didn't snap | Diederik van Lierop | 2010-02-12 | 1 | -3/+5 |
| | | | | (bzr r9082) | ||||
| * | Finally introducing the pre-snap indicator | Diederik van Lierop | 2010-01-30 | 1 | -0/+16 |
| | | | | (bzr r9034) | ||||
| * | Remove redundancy from snapping API (type of snapsource no longer has to be ↵ | Diederik van Lierop | 2010-01-23 | 1 | -54/+40 |
| | | | | | | specified explicitly) (bzr r9014) | ||||
| * | Make snapping while scaling behave similar to other transformations, which ↵ | Diederik van Lierop | 2010-01-21 | 1 | -31/+14 |
| | | | | | | makes it more intuitive. (bzr r9011) | ||||
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -106/+109 |
| |\ | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -93/+94 |
| | | | | | | | | | | | 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) | ||||
| | * | refactoring the snapping code (laying the groundwork for my next commit ↵ | Diederik van Lierop | 2009-12-24 | 1 | -39/+41 |
| | | | | | | | | | | | which reduces snap jitter) (bzr r8906) | ||||
| * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -53/+28 |
| |/ | | | | | | | | | | | | | * Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9) | ||||
| * | - fix bug #414142 (Moving path nodes twice is hard when snap is enabled) | Diederik van Lierop | 2009-08-23 | 1 | -1/+1 |
| | | | | | | - constrained snap: use projected point to calculate the snap distance (bzr r8526) | ||||
| * | When dragging a knot along a constraint line, then allow snapping the ↵ | Diederik van Lierop | 2009-08-23 | 1 | -0/+3 |
| | | | | | | position of the mouse pointer instead of its projection onto the constraint line (for this a check box has been added to the preferences dialog) (bzr r8523) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8404) | ||||
| * | Snap guides to grids (fixes bug #170741) | Diederik van Lierop | 2009-08-02 | 1 | -17/+24 |
| | | | | (bzr r8381) | ||||
| * | Snap guides to intersections of curves too (see bug #405419) | Diederik van Lierop | 2009-07-29 | 1 | -5/+11 |
| | | | | (bzr r8361) | ||||
| * | Make the snap delay mechanism easier to implement for the devs, and get rid ↵ | Diederik van Lierop | 2009-07-18 | 1 | -24/+2 |
| | | | | | | of the related warning messages (bzr r8302) | ||||
| * | Remove an unused parameter from the snapping API | Diederik van Lierop | 2009-06-20 | 1 | -9/+3 |
| | | | | (bzr r8119) | ||||
| * | Documenting of the snapping API | Diederik van Lierop | 2009-06-18 | 1 | -108/+279 |
| | | | | (bzr r8111) | ||||
| * | When dragging the origin of a guide along that guide, we should use ↵ | Diederik van Lierop | 2009-06-02 | 1 | -2/+38 |
| | | | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973) | ||||
| * | Fix two "snap window not opened" warnings | Diederik van Lierop | 2009-04-12 | 1 | -3/+3 |
| | | | | (bzr r7693) | ||||
| * | Fix crash: desktop does not always have an event_context attached to it! | Diederik van Lierop | 2009-04-07 | 1 | -3/+3 |
| | | | | (bzr r7660) | ||||
| * | - Move snap delay mechanism to the event context (used to be in SPCanvas) | Diederik van Lierop | 2009-03-29 | 1 | -14/+17 |
| | | | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-03-16 | 1 | -1/+1 |
| | | | | (bzr r7502) | ||||
