| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Resizable: Implement `setOption` for handles | Konstantin Dinev | 2016-03-30 | 1 | -0/+27 |
* | Slider: Fixed max value miscalculation | Mukul Hase | 2016-03-30 | 1 | -1/+18 |
* | Selectmenu: Prepend icon and move overflow to text span | Alexander Schmitz | 2016-03-30 | 1 | -1/+1 |
* | Menu: Remove active class from top-level item when menu is blurred | Jörn Zaefferer | 2016-03-11 | 1 | -0/+30 |
* | Dialog: Remove use of `$.now()` in performance test | Scott González | 2016-03-03 | 1 | -4/+4 |
* | Selectmenu: Fixed selectmenu icon float right | Alexander Schmitz | 2016-02-24 | 1 | -1/+5 |
* | Accordion: Correct height calculated when closed | Alyosha Pushak | 2016-02-09 | 2 | -1/+34 |
* | Draggable: Improve detection for when to blur the active element | Scott González | 2016-02-09 | 1 | -1/+21 |
* | Datepicker: Fix flaky test | Scott González | 2016-02-09 | 1 | -4/+4 |
* | Tooltip: Remove use of `$.parseJSON()` | Scott González | 2016-01-18 | 1 | -2/+3 |
* | Build: Use jquery-git in place of jquery-compat-git | Michał Gołębiowski | 2015-11-14 | 3 | -3/+3 |
* | Checkboxradio: Properly find radio groups from the associated form | Scott González | 2015-10-29 | 2 | -0/+26 |
* | Button: Add tests for button with html markup | Jörn Zaefferer | 2015-10-29 | 3 | -0/+11 |
* | Dialog: Escape closeText option before passing it to button | Jörn Zaefferer | 2015-10-28 | 1 | -1/+6 |
* | Checkboxradio: Fix error tests with jQuery 1.7.0 | Scott González | 2015-10-28 | 1 | -10/+16 |
* | Controlgroup: Add compound test suite for all jQuery versions | Scott González | 2015-10-28 | 1 | -0/+26 |
* | Checkboxradio: Add compound test suite for all jQuery versions | Scott González | 2015-10-28 | 1 | -0/+26 |
* | Controlgroup: Test cleanup | Scott González | 2015-10-27 | 3 | -3/+4 |
* | Checkboxradio: Test cleanup | Scott González | 2015-10-27 | 5 | -29/+42 |
* | Tests: Fix improper async sortable test | Leonardo Balter | 2015-10-27 | 1 | -1/+1 |
* | Draggable: Skip window bubbling test in IE 8 | Scott González | 2015-10-27 | 1 | -14/+20 |
* | Tabs: Handle overly-precise values in tests in IE | Scott González | 2015-10-27 | 1 | -1/+4 |
* | Selectmenu: Handle form resets | Jörn Zaefferer | 2015-10-27 | 2 | -2/+20 |
* | Controlgroup: Fix create and destroy for controlgroupLabel | Jörn Zaefferer | 2015-10-26 | 2 | -4/+13 |
* | Tests: Fix button space assertions on IE8 | Jörn Zaefferer | 2015-10-25 | 3 | -15/+15 |
* | Draggable: Fix options tests | Jörn Zaefferer | 2015-10-25 | 2 | -12/+14 |
* | Mouse: Don't stop propagation of mouseup | Hannah Methvin | 2015-10-18 | 1 | -0/+17 |
* | Slider: Add missing unit test cases for values method | Jyoti Deka | 2015-10-17 | 1 | -3/+49 |
* | Autocomplete: Whitespace | Scott González | 2015-10-16 | 1 | -2/+2 |
* | Autocomplete: Close the menu on any outside interactions | Scott González | 2015-10-16 | 1 | -0/+24 |
* | Checkboxradio: Add ui-state-highlight class to icon on create | Jörn Zaefferer | 2015-10-08 | 1 | -6/+16 |
* | Controlgroup: Fix refresh method tests by adding text content to button | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 |
* | Button: Can't test for " " in IE8, just make sure the element exists | Jörn Zaefferer | 2015-10-08 | 1 | -2/+2 |
* | Checkboxradio: Fix label option tests by trimming DOM text | Jörn Zaefferer | 2015-10-08 | 1 | -10/+10 |
* | Checkboxradio: Fix invalid markup in core tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 |
* | Controlgroup: Fix css reference in unit tests | Jörn Zaefferer | 2015-10-08 | 1 | -1/+1 |
* | Tests: Prevent default on anchor click to avoid navigation | Jörn Zaefferer | 2015-10-08 | 1 | -1/+2 |
* | Controlgroup: Rename excludeInvisible to onlyVisible | Jörn Zaefferer | 2015-10-08 | 3 | -9/+9 |
* | Dialog: address review comments | Alexander Schmitz | 2015-10-08 | 1 | -4/+4 |
* | Selectmenu: Address review comments | Alexander Schmitz | 2015-10-08 | 2 | -4/+2 |
* | Checkboxradio: Address review comments | Alexander Schmitz | 2015-10-08 | 1 | -1/+1 |
* | Button: address review comments | Alexander Schmitz | 2015-10-08 | 2 | -88/+0 |
* | Controlgroup: Style updates | Alexander Schmitz | 2015-10-08 | 4 | -28/+28 |