Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.11.41.11.4 | Scott González | 2015-03-11 | 1 | -2/+2 |
| | |||||
* | Core: Match on exact node name for `:focusable` and `:tabbable` | Adam Foster | 2015-02-09 | 1 | -1/+1 |
| | | | | | | Fixes #10747 Ref gh-1417 (cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f) | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-02-09 | 1 | -1/+1 |
| | | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1) | ||||
* | Core: provide "includeHidden" parameter in $.ui.scrollParent | Mike Sherov | 2014-08-12 | 1 | -2/+3 |
| | | | | | | | Even though the user is unable to scroll via the UI, authors may have custom scrollbars that programmatically set scrollTop. Therefore, overflow:hidden can be considered a scrollParent. | ||||
* | Core: Fix focusable detection for image maps | Scott González | 2014-07-30 | 1 | -1/+1 |
| | | | | | The attribute selector requires quotes to be valid, but only new (unreleased) Sizzle has this requirement. | ||||
* | Core: Don't create `$.support.selectstart` | Scott González | 2014-04-03 | 1 | -5/+9 |
| | |||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 1 | -16/+16 |
| | | | | Fixes #9646 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+299 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |