Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Checkboxradio: Use new `ui-state-checked` class in checkboxradio | Alexander Schmitz | 2016-06-06 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704 | |||||
| * | Controlgroup: Fix rendering of labels | Alexander Schmitz | 2016-05-26 | 3 | -6/+15 | |
| | | | | | | | | | | Fixes #14967 Closes gh-1703 | |||||
| * | Controlgroup: Fix issues with compatibility with spinner | Alexander Schmitz | 2016-05-26 | 4 | -15/+24 | |
| | | | | | | | | Fixes #14966 | |||||
| * | Controlgroup: Don't remove existing classes classes | Alexander Schmitz | 2016-05-26 | 3 | -0/+69 | |
| | | | | | | | | | | | | unless its a corner class Fixes #14960 | |||||
| * | Build: Add jQuery 1.12/2.2 to the test configuration | Michał Gołębiowski | 2016-05-25 | 1 | -0/+4 | |
| | | | | | | | | Ref gh-1706 | |||||
| * | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 2 | -2/+15 | |
| | | | | | | | | | | Fixes #14970 Closes gh-1705 | |||||
| * | Tabs: Fix test | Scott González | 2016-05-25 | 1 | -2/+2 | |
| | | ||||||
| * | Tooltip: Fix re-enabling of delegated tooltips | Scott González | 2016-04-21 | 1 | -0/+14 | |
| | | | | | | | | | | Fixes #14950 Closes gh-1699 | |||||
| * | Widget: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -445/+457 | |
| | | ||||||
| * | Tooltip: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -167/+177 | |
| | | ||||||
| * | Tabs: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -700/+712 | |
| | | ||||||
| * | Spinner: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -250/+257 | |
| | | ||||||
| * | Sortable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -199/+204 | |
| | | ||||||
| * | Slider: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -213/+217 | |
| | | ||||||
| * | Selectmenu: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -184/+200 | |
| | | ||||||
| * | Selectable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 3 | -51/+54 | |
| | | ||||||
| * | Resizeable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -301/+306 | |
| | | ||||||
| * | Progressbar: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -81/+85 | |
| | | ||||||
| * | Position: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -118/+119 | |
| | | ||||||
| * | Menu: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -218/+239 | |
| | | ||||||
| * | Form: Shift form-reset-mixin to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -19/+23 | |
| | | ||||||
| * | Effects: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 2 | -108/+125 | |
| | | ||||||
| * | Droppable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -74/+79 | |
| | | ||||||
| * | Draggable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 6 | -418/+427 | |
| | | ||||||
| * | Dialog: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 6 | -431/+454 | |
| | | ||||||
| * | Datepicker: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -612/+620 | |
| | | ||||||
| * | Core: Shift to no globals | Amanpreet Singh | 2016-04-14 | 2 | -217/+220 | |
| | | ||||||
| * | Controlgroup: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 3 | -43/+46 | |
| | | ||||||
| * | Checkboxradio: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -91/+98 | |
| | | ||||||
| * | Autocomplete: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -258/+278 | |
| | | ||||||
| * | Button: Shift to no globals | Amanpreet Singh | 2016-04-14 | 5 | -139/+146 | |
| | | ||||||
| * | Accordion: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -349/+361 | |
| | | ||||||
| * | Menu: Don't reset active element until after triggering `blur` event | Scott González | 2016-04-13 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | This ensures that `ui.item` actually exists in the `blur` event. Fixes #14945 Closes gh-1696 | |||||
* | | Calendar tests: use dateEqual assert instead of timestamp compare | Felix Nagel | 2016-11-04 | 1 | -3/+3 | |
| | | | | | | | | Fix travis unit test issue due to timezone difference. | |||||
* | | Calendar: Clear value if an invalid min / max option value was given | Felix Nagel | 2016-10-25 | 1 | -1/+9 | |
| | | ||||||
* | | Calendar: Clear value if an invalid input was given | Felix Nagel | 2016-10-12 | 2 | -14/+14 | |
| | | ||||||
* | | Calendar: Use name space for timestamp data attribute | Felix Nagel | 2016-10-12 | 3 | -7/+11 | |
| | | ||||||
* | | Calendar tests: Use assert.expect instead of global expect | Felix Nagel | 2016-10-12 | 8 | -74/+74 | |
| | | ||||||
* | | Calendar tests: Simplify timeout steps | Felix Nagel | 2016-10-12 | 1 | -19/+13 | |
| | | ||||||
* | | Calendar: Add change event | Felix Nagel | 2016-10-12 | 4 | -1/+68 | |
| | | ||||||
* | | Datepicker: Add min / max option tests | Felix Nagel | 2016-10-12 | 1 | -0/+39 | |
| | | ||||||
* | | Calendar tests: Add basic value option tests | Felix Nagel | 2016-10-12 | 1 | -0/+15 | |
| | | ||||||
* | | Calendar tests: Use setup and teardown methods | Felix Nagel | 2016-10-12 | 4 | -270/+281 | |
| | | ||||||
* | | Datepicker tests: Use setup and teardown methods, remove helper file | Felix Nagel | 2016-10-11 | 6 | -294/+277 | |
| | | ||||||
* | | Calendar tests: Add dateEqual assertion, clean up helper methods | Felix Nagel | 2016-10-05 | 7 | -81/+49 | |
| | | ||||||
* | | Calendar tests: Add select event unit tests | Felix Nagel | 2016-09-29 | 1 | -0/+61 | |
| | | ||||||
* | | Datepicker: Make use of Calendar widget icons option | Felix Nagel | 2016-09-29 | 1 | -1/+11 | |
| | | | | | | | | Fix missing classes options defaults in tests. | |||||
* | | Calendar: Add icons option support | Felix Nagel | 2016-09-29 | 1 | -0/+4 | |
| | | ||||||
* | | Calendar: Use classes option for non performance critical rendering | Felix Nagel | 2016-09-29 | 1 | -1/+7 | |
| | | ||||||
* | | Datepicker: Always focus calendar grid when opening | Felix Nagel | 2016-09-28 | 1 | -2/+2 | |
| | | | | | | | | Remove arrow down key requirement. |