Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.14.01.14.0 | Michał Gołębiowski-Owczarek | 2024-08-05 | 1 | -2/+2 |
| | |||||
* | All: Drop support for IE & some other browsers (but mostly IE) | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -28/+14 |
| | | | | Closes gh-2249 | ||||
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 1 | -3/+3 |
| | | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244 | ||||
* | All: Update JS Foundation mentions to OpenJS Foundation | Michał Gołębiowski-Owczarek | 2022-07-19 | 1 | -1/+1 |
| | | | Closes gh-2104 | ||||
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 1 | -5/+16 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | 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 |