| Commit message (Expand) | Author | Age | Files | Lines |
* | Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W... | Jörn Zaefferer | 2012-10-24 | 1 | -0/+24 |
* | Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv... | Scott González | 2012-10-24 | 1 | -0/+15 |
* | Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To... | Jörn Zaefferer | 2012-10-24 | 1 | -0/+8 |
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ... | Scott González | 2012-10-23 | 2 | -0/+17 |
* | Tooltip tests: Fixed new default value for position option. | Scott González | 2012-10-23 | 1 | -2/+2 |
* | Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:... | Marc-Andre Lafortune | 2012-10-23 | 1 | -0/+7 |
* | Build: Enable "unused" option in jshint - Remove unused variables from codeba... | Mike Sherov | 2012-10-23 | 44 | -274/+244 |
* | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 3 | -51/+54 |
* | Widget: $.widget.extend(): Properly handle extending a string with an object.... | Scott González | 2012-10-22 | 1 | -5/+8 |
* | Whitespace. | Scott González | 2012-10-22 | 1 | -1/+1 |
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 11 | -370/+370 |
* | Replace mixed CRLF/LF line endings with LF | Trey Hunner | 2012-10-21 | 3 | -4653/+4653 |
* | Effects: Allow 'null' for options - Fixes #8670 - null reference when using e... | Corey Frang | 2012-10-21 | 1 | -0/+11 |
* | Tooltip: Unit test for nested tooltips | Jörn Zaefferer | 2012-10-21 | 2 | -1/+17 |
* | Tooltip: Update events test to cover correct behaviour | Jörn Zaefferer | 2012-10-21 | 1 | -32/+6 |
* | Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay... | Andrew Couch | 2012-10-21 | 2 | -1/+41 |
* | Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De... | Andrew Couch | 2012-10-21 | 2 | -0/+14 |
* | Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem... | Jörn Zaefferer | 2012-10-21 | 1 | -0/+7 |
* | Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi... | Jörn Zaefferer | 2012-10-21 | 1 | -2/+6 |
* | Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all... | David Petersen | 2012-10-18 | 1 | -0/+9 |
* | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ... | David Petersen | 2012-10-17 | 1 | -2/+19 |
* | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc... | TJ VanToll | 2012-10-16 | 1 | -0/+8 |
* | Tooltip: Change the default items selector to exclude disabled elements. Fixe... | Scott González | 2012-10-12 | 1 | -1/+1 |
* | Tabs: Use aria-controls instead of the anchor's href to match against locatio... | Scott González | 2012-10-12 | 1 | -1/+7 |
* | Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily. | Scott González | 2012-10-10 | 2 | -3/+3 |
* | Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ... | Scott González | 2012-10-05 | 1 | -3/+10 |
* | Tooltip: Check if event exists before checking properties in open(). Fixes #8... | Scott González | 2012-10-05 | 1 | -0/+17 |
* | Accordion: Only adjust height animations for heightStyle: content. Fix tests ... | Scott González | 2012-10-01 | 1 | -18/+18 |
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 50 | -48/+18789 |
* | Tests: Fix padding from 4% to 2%, since width is 96%. | Rafael Xavier de Souza | 2012-09-19 | 1 | -1/+1 |
* | Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w... | Scott González | 2012-09-12 | 3 | -0/+25 |
* | Tooltip tests: Fixed typo | Kris Borchers | 2012-09-05 | 1 | -1/+1 |
* | Menu: Don't move focus from the active item on click. Fixes #8552 - selected ... | Scott González | 2012-09-05 | 1 | -7/+11 |
* | Tooltip: Allow strings for content option. | Scott González | 2012-08-31 | 1 | -0/+10 |
* | Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un... | Scott González | 2012-08-31 | 1 | -0/+19 |
* | Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ... | Jörn Zaefferer | 2012-08-30 | 1 | -1/+12 |
* | Tooltip tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -8/+6 |
* | Tabs tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Whitespace | Scott González | 2012-08-26 | 1 | -2/+2 |
* | Spinner tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Progressbar tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Menu tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Menu tests: re-order tests. | Scott González | 2012-08-26 | 1 | -16/+16 |
* | Autocomplete tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Accordion tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
* | Tests: Removed completed TODO. | Scott González | 2012-08-26 | 1 | -1/+0 |
* | Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not... | Scott González | 2012-08-17 | 1 | -1/+5 |
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 49 | -48/+9280 |
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
* | Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout(). | Scott González | 2012-07-26 | 1 | -15/+3 |