| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -2/+2 |
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 |
* | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 3 | -0/+147 |
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 3 | -20/+14 |
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
* | Tests: Handle jQuery git returning `null` for empty attributes | Scott González | 2015-03-25 | 1 | -2/+2 |
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 1 | -9/+2 |
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 2 | -156/+0 |
* | Core: Removed .focus( delay ) | Scott González | 2014-10-20 | 1 | -28/+0 |
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 2 | -2/+2 |
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 2 | -2/+2 |
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -2/+7 |
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 3 | -6/+6 |
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -28/+28 |
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 3 | -15/+3 |
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 2 | -2/+2 |
* | Core tests: Explicitly focus the body during delayed .focus() test to avoid a... | Scott González | 2013-07-09 | 1 | -0/+6 |
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 4 | -30/+160 |
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
* | Core: Resume focus test based on the event, not the callback. | Scott González | 2013-01-08 | 1 | -1/+1 |
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -128/+128 |
* | Core tests: Handle async focus in IE. | Scott González | 2012-12-10 | 1 | -5/+4 |
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ... | Scott González | 2012-10-23 | 2 | -0/+17 |
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 2 | -0/+18 |
* | Tests: Update support comments. | Scott González | 2012-06-25 | 1 | -1/+1 |
* | Core tests: Updated support comments. | Scott González | 2012-06-25 | 1 | -2/+6 |
* | Core: Make uniqueId test pass in IE6/7 with jQuery 1.6, where undefined id is... | Jörn Zaefferer | 2012-06-19 | 1 | -2/+4 |
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e... | Scott González | 2012-06-15 | 1 | -1/+1 |
* | Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzal... | kborchers | 2012-05-29 | 1 | -0/+10 |
* | Core tests: Fix double focus in IE | Jörn Zaefferer | 2012-05-04 | 1 | -0/+2 |
* | Fully revert breaking changes to core unit tests markup (htmllint ignores it ... | Jörn Zaefferer | 2012-04-30 | 1 | -1/+1 |
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -0/+2 |
* | Core tests: Coding standards. | Scott González | 2012-04-29 | 1 | -30/+25 |
* | Partial revert to fix IE6 regression in 258a637 | Richard D. Worth | 2012-04-26 | 1 | -1/+1 |
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -3/+3 |
* | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 2 | -42/+36 |
* | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 1 | -6/+6 |