Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Turn of collision detection on forms demo for mobile rendering | Jörn Zaefferer | 2015-09-30 | 1 | -1/+2 |
| | | | | | Slighly improves the result by avoiding the tooltip ending up on top of the input. | ||||
* | Demos: Add device-width viewport meta to all demos | Jörn Zaefferer | 2015-09-30 | 129 | -2/+131 |
| | | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d | ||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 3 | -4/+32 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Tabs: Adjust handling of disabled option, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 2 | -12/+8 |
| | | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599 | ||||
* | Tooltip: Don't apply disabled style changes on create | Jörn Zaefferer | 2015-09-25 | 1 | -12/+4 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Spinner: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -10/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Slider: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -5/+6 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Selectmenu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -18/+16 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Progressbar: Handle disabled option on create, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -4/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Menu: Remove redundant handling of disabled option on create | Jörn Zaefferer | 2015-09-25 | 1 | -9/+7 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Draggable: Remove redundant handling of disabled class on create | Jörn Zaefferer | 2015-09-25 | 1 | -3/+0 |
| | | | | | | | _setOptionDisabled in $.Widget is now handling that. Ref #9151 Ref gh-1599 | ||||
* | Dialog: Override disabled option on create, force always-enabled state | Jörn Zaefferer | 2015-09-25 | 1 | -0/+5 |
| | | | | | | | | Without this, _on will still respect the disabled option and ends up preventing closing the dialog. Ref #9151 Ref gh-1599 | ||||
* | Accordion: Handle disabled option on create, through _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -7/+9 |
| | | | | | Ref #9151 Ref gh-1599 | ||||
* | Widget: Call `._setOptionDisabled()` on init if the widget is disabled | Scott González | 2015-09-25 | 2 | -7/+49 |
| | | | | | Fixes #9151 Ref gh-1599 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 3 | -14/+16 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | Build: Add main entry for webpack support; actual value doesn't matter | Jörn Zaefferer | 2015-09-24 | 1 | -0/+1 |
| | | | | | Fixes #14375 Closes gh-1600 | ||||
* | Datepicker: Fix date format for `ko` locale | Scott González | 2015-09-23 | 1 | -1/+1 |
| | | | | | Fixes #14595 Closes gh-1595 | ||||
* | Demos: Remove use of disableSelection() in widget demo, no need | Jörn Zaefferer | 2015-09-21 | 1 | -3/+1 |
| | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 | ||||
* | Demos: Add missing disable-selection dependency in sortable-ish demos | Jörn Zaefferer | 2015-09-21 | 8 | -8/+8 |
| | | | | | Ref 4916487440b0c087e6e5996522cf478af26df591 Ref #9647 | ||||
* | Autocomplete: Use a `div` instead of a `span` for the live region | Scott González | 2015-09-18 | 1 | -1/+1 |
| | | | | Fixes #14587 | ||||
* | Resizable: Don't round dimensions | Scott González | 2015-09-17 | 1 | -14/+14 |
| | |||||
* | All: Delegate to base `_getCreateOptions()`. | Scott González | 2015-09-17 | 4 | -5/+14 |
| | | | | | | | Ensures that any extensions to the base widget will be handled properly by individual widgets. Closes gh-1598 | ||||
* | Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test | Jörn Zaefferer | 2015-09-17 | 1 | -1/+2 |
| | | | | | The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file. | ||||
* | Widget: Style updates | Scott González | 2015-09-16 | 2 | -48/+73 |
| | | | | Closes gh-1597 | ||||
* | README: Remove section on building jQuery UI | Scott González | 2015-09-16 | 1 | -15/+0 |
| | |||||
* | Build: update grunt file for .jscsrc | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | | | | Closes gh-1589 | ||||
* | Datepicker: Style updates to KO locale for jscs | Alexander Schmitz | 2015-09-11 | 1 | -14/+14 |
| | |||||
* | Mouse: Style fixes for jscs | Alexander Schmitz | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Build: bump jscs version | Alexander Schmitz | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs | Alexander Schmitz | 2015-09-11 | 1 | -4/+0 |
| | |||||
* | Widget: Update to use camelCase identifiers | Alexander Schmitz | 2015-09-11 | 2 | -5/+6 |
| | |||||
* | Spinner: Update to use camelcase identifiers | Alexander Schmitz | 2015-09-11 | 1 | -7/+7 |
| | |||||
* | Build: Style updates | Alexander Schmitz | 2015-09-11 | 3 | -4/+13 |
| | | | | Ref #14246 | ||||
* | FormRestMixin: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -4/+4 |
| | | | | Ref #14246 | ||||
* | Position: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -141/+141 |
| | | | | Ref #14246 | ||||
* | Effects: Style updates | Alexander Schmitz | 2015-09-11 | 3 | -88/+89 |
| | | | | Ref #14246 | ||||
* | Widget: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -298/+317 |
| | | | | Ref #14246 | ||||
* | Autocomplete: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -0/+14 |
| | | | | Ref #14246 | ||||
* | Button: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -41/+45 |
| | | | | Ref #14246 | ||||
* | Datepicker: Style updates | Alexander Schmitz | 2015-09-11 | 79 | -3550/+3619 |
| | | | | Ref #14246 | ||||
* | Dialog: Style updates | Alexander Schmitz | 2015-09-11 | 9 | -681/+702 |
| | | | | Ref #14246 | ||||
* | Draggable: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -560/+579 |
| | | | | Ref #14246 | ||||
* | Droppable: Style updates | Alexander Schmitz | 2015-09-11 | 8 | -107/+116 |
| | | | | Ref #14246 | ||||
* | Menu: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -134/+139 |
| | | | | Ref #14246 | ||||
* | Mouse: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -56/+60 |
| | | | | Ref #14246 | ||||
* | Progressbar: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -39/+41 |
| | | | | Ref #14246 | ||||
* | Resizable: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -613/+613 |
| | | | | Ref #14246 | ||||
* | Selectable: Style updates | Alexander Schmitz | 2015-09-11 | 5 | -171/+179 |
| | | | | Ref #14246 | ||||
* | Slider: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -181/+185 |
| | | | | Ref #14246 | ||||
* | Sortable: Style updates | Alexander Schmitz | 2015-09-11 | 7 | -621/+621 |
| | | | | Ref #14246 |