Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Button: Move button into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Autocomplete: Move autocomplete into widgets folder | Alexander Schmitz | 2015-08-08 | 5 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Accordion: Move accordion into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 |
| | | | | Ref #13885 | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -2/+2 |
| | | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 |
| | | | | Ref #9647 | ||||
* | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points | Alexander Schmitz | 2015-06-03 | 3 | -0/+97 |
| | | | | | Fixes #11097 Closes gh-1560 | ||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -14/+14 |
| | |||||
* | Tooltip: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -10/+10 |
| | |||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -8/+8 |
| | |||||
* | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -18/+18 |
| | |||||
* | Sortable: 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 |
| | |||||
* | Menu: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -7/+7 |
| | |||||
* | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -5/+5 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 4 | -24/+24 |
| | |||||
* | Datepicker: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -11/+11 |
| | |||||
* | Button: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -10/+10 |
| | |||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -10/+10 |
| | |||||
* | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -7/+7 |
| | |||||
* | Form Reset: Add form reset mixin | Scott González | 2015-05-14 | 4 | -0/+148 |
| | | | | | Fixes #12638 Closes gh-1555 | ||||
* | Widget: Support mixins | Scott González | 2015-05-14 | 1 | -0/+79 |
| | | | | | Fixes #12601 Closes gh-1554 | ||||
* | Build: Upgrade to jQuery 1.11.3 | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Tests: Use new jquery-compat-git and jquery-git files | Scott González | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Widget tests: Clean up $.fn methods | Scott González | 2015-05-13 | 1 | -0/+8 |
| | |||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 3 | -0/+147 |
| | | | | | | | $.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 | -0/+26 |
| | | | | | | | 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 | 2 | -2/+50 |
| | | | | | | | 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/+25 |
| | | | | | Fixes #11272 Closes gh-1544 | ||||
* | Slider: Pass 0 value if slider reaches it | Ablay Keldibek | 2015-04-20 | 1 | -1/+25 |
| | | | | | Fixes #12196 Closes gh-1540 | ||||
* | Position: Remove IE6 workarounds in tests | Scott González | 2015-04-20 | 1 | -12/+7 |
| | | | | Closes gh-1543 | ||||
* | Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes | Jörn Zaefferer | 2015-04-18 | 1 | -1/+7 |
| | | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256 | ||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 24 | -0/+24 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 114 | -41/+35 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 43 | -589/+634 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Remove old test infrastructure | Scott González | 2015-04-09 | 2 | -356/+0 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Droppable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -87/+59 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tooltip: Convert tests to new infrastructure | Scott González | 2015-04-09 | 9 | -69/+48 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Dialog: Convert tests to new infrastructure | Scott González | 2015-04-09 | 10 | -133/+92 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Datepicker: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -259/+251 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Spinner: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -43/+45 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Widget: Convert tests to new infrastructure | Scott González | 2015-04-09 | 5 | -29/+33 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tabs: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -47/+51 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Sortable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -58/+47 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Slider: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -41/+34 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Selectmenu: Convert tests to new infrastructure | Scott González | 2015-04-09 | 6 | -37/+32 |
| | | | | | Ref #10119 Ref gh-1528 |