| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Make back compat disabled by default | Michał Gołębiowski-Owczarek | 2024-05-13 | 1 | -1/+1 |
* | Docs: Change a few most common domains from HTTP to HTTPS | Michał Gołębiowski-Owczarek | 2024-04-26 | 2 | -4/+4 |
* | Build: Fork vendors to remove QUnit deprecated API usage | Michał Gołębiowski-Owczarek | 2023-05-10 | 1 | -2/+2 |
* | Tests: Fix tooltip tests by destroying tooltips | Michał Gołębiowski-Owczarek | 2023-05-10 | 5 | -5/+34 |
* | Tooltip: Don't crash on empty content | Josep Sanz | 2021-11-08 | 1 | -0/+70 |
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 6 | -3/+7 |
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 6 | -10/+56 |
* | Tooltip: Allow tracking tooltips to be off by a fraciton of a pixel | Scott González | 2016-07-07 | 1 | -2/+10 |
* | Tooltip: Fix re-enabling of delegated tooltips | Scott González | 2016-04-21 | 1 | -0/+14 |
* | Tooltip: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -167/+177 |
* | Tooltip: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -109/+114 |
* | Tooltip: Style updates | Alexander Schmitz | 2015-08-21 | 4 | -4/+4 |
* | Tooltip: Move tooltip into widgets directory | Alexander Schmitz | 2015-08-08 | 7 | -7/+7 |
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -10/+10 |
* | Tooltip: Remove name attribute from elements in the live region | Jiabao Wu | 2015-04-22 | 1 | -0/+25 |
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 2 | -0/+2 |
* | Tests: Rename files | Scott González | 2015-04-09 | 8 | -0/+0 |
* | Tooltip: Convert tests to new infrastructure | Scott González | 2015-04-09 | 9 | -69/+48 |
* | 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 | 2 | -3/+2 |
* | Tooltip: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -5/+5 |
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 7 | -13/+100 |
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
* | Tooltip: Register event handlers before content is loaded | Marco Ziech | 2015-02-25 | 1 | -0/+22 |
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 2 | -11/+4 |
* | Tooltip: Accept HTMLElement and jQuery objects for the content option | Daniel Owens | 2015-01-12 | 1 | -0/+24 |
* | Tooltip: Properly track hiding and closing for delegated tooltips | Scott González | 2014-10-09 | 1 | -0/+48 |
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 1 | -0/+20 |
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+5 |
* | Tooltip: Preserve the title after disabling twice | Michael Wiencek | 2014-01-09 | 1 | -1/+7 |
* | Tooltip: Lowercase test html for IE7/8 compat | Jörn Zaefferer | 2014-01-06 | 1 | -1/+1 |
* | Tooltip: On close and destroy only set title if empty or undefined | Daniel DeGroff | 2014-01-06 | 1 | -0/+35 |
* | Tooltip: Improve accessibility by adding content to an aria-live div | Dylan Barrell | 2013-12-19 | 2 | -7/+30 |
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
* | Widget: Stop setting ui-state-disabled and aria by default on setting disable... | Scott González | 2013-03-14 | 1 | -1/+6 |
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on setting... | Scott González | 2013-03-14 | 1 | -6/+1 |
* | Widget: Stop setting ui-state-disabled and aria by default on setting disable... | Mike Sherov | 2013-03-11 | 1 | -1/+6 |
* | 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 |
* | Tooltip: Escape the title attribute so that it's treated as text and not HTML... | Scott González | 2012-11-27 | 1 | -0/+14 |
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
* | Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hid... | Scott González | 2012-11-14 | 1 | -0/+27 |
* | Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ... | Scott González | 2012-11-09 | 1 | -0/+13 |
* | Tooltip: Fix default for position option, follow-up to 1d9eab1. | Jörn Zaefferer | 2012-11-05 | 1 | -1/+1 |
* | Tooltip: Check type on event directly, preventing TypeError when programmatic... | Jörn Zaefferer | 2012-11-05 | 1 | -0/+8 |