Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Accordion: Use new demos infrastructure | Alexander Schmitz | 2015-07-21 | 8 | -202/+13 |
| | | | | Ref #10119 | ||||
* | Build: Add demos to jscs and jshint | Alexander Schmitz | 2015-07-21 | 2 | -2/+11 |
| | |||||
* | Demos: Fixup correct name | Alexander Schmitz | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | Demos: Add new infrastructure using a require.js bootstrap | Alexander Schmitz | 2015-07-21 | 3 | -1/+74 |
| | | | | | Fixes #10119 Closes gh-1557 | ||||
* | Dialog: Fix removal of event listener for modal dialogs | Scott González | 2015-07-17 | 1 | -3/+2 |
| | | | | Fixes #13649 | ||||
* | Sortable: Optimize `_intersectsWithPointer()` | Victor Homyakov | 2015-07-08 | 1 | -5/+7 |
| | | | | Closes gh-1574 | ||||
* | Position: Guard against passing window to offset | Alexander Schmitz | 2015-07-08 | 1 | -2/+3 |
| | | | | | | | Starting in jQuery 3.0 this will throw an error Fixes #13493 Closes gh-1565 | ||||
* | README: Fix typo | Eric Lee Carraway | 2015-07-06 | 1 | -1/+1 |
| | | | | | | Change "setup" (noun) to "set up" (verb). Closes gh-1572 | ||||
* | Autocomplete: Revert mistaken event alias change | Jörn Zaefferer | 2015-07-01 | 1 | -1/+1 |
| | | | | | | | This is a call on the menu widget, not using an event alias. Ref 8b4ce807cd97e3cb953995934d6c4f614de9fa03 Ref #12770 | ||||
* | Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points | Alexander Schmitz | 2015-06-03 | 4 | -24/+153 |
| | | | | | Fixes #11097 Closes gh-1560 | ||||
* | Tests: Stop testing against core 1.10.1 on testswarm | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | | | | Fixes #12745 | ||||
* | Tests: Add custom build of core to tests | Alexander Schmitz | 2015-05-20 | 3 | -1/+10327 |
| | | | | | | | This adds a custom build which excludes the event/alias and deprecated modules Fixes #12770 Closes gh-1556 | ||||
* | Tests: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Progressbar: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Position: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -9/+9 |
| | |||||
* | Resizable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 |
| | |||||
* | Mouse: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -10/+10 |
| | |||||
* | Core: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 15 | -28/+28 |
| | |||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -22/+22 |
| | |||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 6 | -15/+15 |
| | |||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -17/+17 |
| | |||||
* | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 8 | -26/+26 |
| | |||||
* | Sortable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -2/+2 |
| | |||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -3/+3 |
| | |||||
* | Menu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -7/+7 |
| | |||||
* | Selectmenu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -9/+9 |
| | |||||
* | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -6/+6 |
| | |||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -7/+7 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 11 | -44/+46 |
| | |||||
* | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 7 | -32/+32 |
| | |||||
* | Button: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 7 | -29/+29 |
| | |||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 7 | -19/+19 |
| | |||||
* | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 6 | -15/+15 |
| | |||||
* | Form Reset: Add form reset mixin | Scott González | 2015-05-14 | 5 | -0/+210 |
| | | | | | Fixes #12638 Closes gh-1555 | ||||
* | Widget: Support mixins | Scott González | 2015-05-14 | 2 | -0/+83 |
| | | | | | Fixes #12601 Closes gh-1554 | ||||
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 9 | -9/+10390 |
| | |||||
* | Tests: Use new jquery-compat-git and jquery-git files | Scott González | 2015-05-14 | 4 | -4/+4 |
| | |||||
* | Widget tests: Clean up $.fn methods | Scott González | 2015-05-13 | 1 | -0/+8 |
| | |||||
* | 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 | 5 | -4/+201 |
| | | | | | | | $.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 | ||||
* | Build: Update to qunit-assert-classes to V 1.0.2 | Alexander Schmitz | 2015-05-01 | 3 | -20/+141 |
| | | | | Closes gh-1547 | ||||
* | Effect: Make .transfer() callback optional | Jörn Zaefferer | 2015-04-24 | 2 | -1/+29 |
| | | | | | | | 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 | 3 | -2/+62 |
| | | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533 | ||||
* | Slider: Remove scrollbar demo | Scott González | 2015-04-22 | 1 | -131/+0 |
| | | | | | Custom scrollbars are often a bad idea and this was a particularly minimal, and therefore terrible, implementation. | ||||
* | Tooltip: Remove name attribute from elements in the live region | Jiabao Wu | 2015-04-22 | 2 | -0/+26 |
| | | | | | Fixes #11272 Closes gh-1544 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 2 | -3/+27 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Position: Remove IE6 workarounds in tests | Scott González | 2015-04-20 | 1 | -12/+7 |
| | | | | Closes gh-1543 | ||||
* | Autocomplete: Cleanup remote-jsonp demo | Jörn Zaefferer | 2015-04-20 | 1 | -18/+11 |
| | | | | | | | Fix handling of empty response, remove silly open/close handlers, fix select callback, fix demo description. Closes gh-1542 |