Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -6/+6 |
| | |||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -5/+5 |
| | |||||
* | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -10/+12 |
| | |||||
* | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -18/+18 |
| | |||||
* | Button: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -14/+14 |
| | |||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Form Reset: Add form reset mixin | Scott González | 2015-05-14 | 1 | -0/+62 |
| | | | | | Fixes #12638 Closes gh-1555 | ||||
* | Widget: Support mixins | Scott González | 2015-05-14 | 1 | -0/+4 |
| | | | | | Fixes #12601 Closes gh-1554 | ||||
* | Tabs: Use $.ui.escapeSelector to avoid invalid selectors | Alexander Schmitz | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Use $.ui.escapeSelector | Alexander Schmitz | 2015-05-05 | 1 | -2/+3 |
| | |||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 2 | -4/+54 |
| | | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546 | ||||
* | Effect: Make .transfer() callback optional | Jörn Zaefferer | 2015-04-24 | 1 | -1/+3 |
| | | | | | | | Adds two tests to at least check that no exception is thrown. Fixes #12223 Closes gh-1545 | ||||
* | Slider: Range fills all space after changing orientation | Ablay Keldibek | 2015-04-22 | 1 | -0/+12 |
| | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533 | ||||
* | Tooltip: Remove name attribute from elements in the live region | Jiabao Wu | 2015-04-22 | 1 | -0/+1 |
| | | | | | Fixes #11272 Closes gh-1544 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 1 | -2/+2 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes | Jörn Zaefferer | 2015-04-18 | 1 | -2/+17 |
| | | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256 | ||||
* | Revert "Draggable: Set explicit width/height instead of right/bottom" | TJ VanToll | 2015-04-08 | 1 | -15/+0 |
| | | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725 | ||||
* | Menu: Ignore bubbled mouseenter events on parent items | Jörn Zaefferer | 2015-04-08 | 1 | -1/+10 |
| | | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535 | ||||
* | Slider: Proper animation of range | Ablay Keldibek | 2015-04-06 | 1 | -2/+2 |
| | | | | | Fixes #9459 Closes gh-1530 | ||||
* | Core: Work around more IE activeElement bugs | Scott González | 2015-03-29 | 1 | -0/+7 |
| | | | | Closes gh-1523 | ||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 3 | -3/+3 |
| | | | | Closes gh-1521 | ||||
* | All: Include native dialogs in appendTo logic (ui-front walking) | Scott González | 2015-03-26 | 2 | -2/+2 |
| | | | | | Ref #10739 Ref gh-1517 | ||||
* | Tooltip: Follow the standard appendTo logic | Scott González | 2015-03-26 | 1 | -1/+11 |
| | | | | | | | | | Even though there's no reason to ever configure the parent element via an `appendTo` option, following the standard logic is useful for scrollable elements and native dialogs. Fixes #10739 Closes gh-1517 | ||||
* | Spinner: Properly handle empty attributes in create with jQuery git | Scott González | 2015-03-25 | 1 | -1/+1 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Dialog: Properly handle empty title with jQuery git | Scott González | 2015-03-25 | 1 | -3/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Core: Fix `:focusable` and `:tabbable` with jQuery git | Scott González | 2015-03-25 | 1 | -6/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined` Ref gh-1516 | ||||
* | Core: Handle IE11 bug with document.activeElement in iframes | Scott González | 2015-03-24 | 1 | -0/+7 |
| | | | | | Fixes #11539 Closes gh-1518 | ||||
* | Menu: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Autocomplete: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Position: Simplify fraction support test | Scott González | 2015-03-18 | 1 | -40/+21 |
| | | | | | | | | Also makes the test lazy to avoid any potential layouts/recalculations during initialization. Fixes #9898 Ref #9899 | ||||
* | Slider: Fix handle order when setting values of range slider to max | Ablay Keldibek | 2015-03-18 | 1 | -1/+3 |
| | | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502 | ||||
* | Effects: Fix style issues in individual effects | Jörn Zaefferer | 2015-03-18 | 15 | -116/+117 |
| | | | | | | Skipping ui/effect.js since embedded jquery-color has many issues. Closes gh-1510 | ||||
* | All: Consolidate `.removeAttr()` calls | Scott González | 2015-03-18 | 6 | -42/+12 |
| | | | | Closes gh-1505 | ||||
* | Tabs: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -100/+100 |
| | | | | Closes gh-1494 | ||||
* | Menu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -45/+45 |
| | | | | Closes gh-1491 | ||||
* | Autocomplete: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -34/+34 |
| | | | | Closes gh-1504 | ||||
* | Spinner: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -35/+35 |
| | | | | Closes gh-1501 | ||||
* | Widget: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -38/+38 |
| | | | | Closes gh-1500 | ||||
* | Position: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -22/+22 |
| | | | | Closes gh-1499 | ||||
* | Selectmenu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -64/+64 |
| | | | | Closes gh-1498 | ||||
* | Dialog: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -67/+67 |
| | | | | Closes gh-1497 | ||||
* | Core: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -32/+32 |
| | | | | Closes gh-1496 | ||||
* | Accordion: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -68/+68 |
| | | | | Closes gh-1495 | ||||
* | Progressbar: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -10/+10 |
| | | | | Closes gh-1493 |