Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mouse: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -2/+4 |
| | | | | Ref gh-1690 | ||||
* | Mouse: Ignore `mousemove` events triggered by key presses in Safari | Scott González | 2015-10-27 | 1 | -1/+11 |
| | | | | | | | | | | If the user presses control, meta, shift, or alt during a drag operation, Safari will trigger an event where `event.which` is `0`. We use that scenario to detect that a `mouseup` occurred in a different document, so we need to ignore these events when one of the keys are pressed. Fixes #14461 Closes gh-1620 | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -1/+1 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Mouse: Don't stop propagation of mouseup | Hannah Methvin | 2015-10-18 | 1 | -1/+1 |
| | | | | Fixes #10818 | ||||
* | Mouse: Style fixes for jscs | Alexander Schmitz | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Mouse: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -56/+60 |
| | | | | Ref #14246 | ||||
* | Mouse: Fix delay timeout clearing upon mouseup | Liran Sharir | 2015-08-31 | 1 | -0/+5 |
| | | | | | Fixes #14458 Closes gh-1579 | ||||
* | Mouse: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -2/+2 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+205 |
Ref #13885 |