| Commit message (Expand) | Author | Age | Files | Lines |
* | Tests: Expose jQuery version select | Jörn Zaefferer | 2014-03-04 | 1 | -0/+11 |
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -28/+28 |
* | Selectmenu: Refactor appendTo option tests | Jörn Zaefferer | 2014-02-21 | 1 | -16/+27 |
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+6 |
* | Autocomplete: Fix assertion message in appendTo option test | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
* | Dialog: Work around subpixel issues in dialog resizable test | Jörn Zaefferer | 2014-02-20 | 1 | -4/+7 |
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 42 | -210/+42 |
* | Draggable Tests: fix IE scroll tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -5/+12 |
* | Draggable Tests: fix IE offset tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -1/+1 |
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 2 | -28/+38 |
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 1 | -1/+1 |
* | Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable | Brian J. Dowling | 2014-02-11 | 2 | -3/+3 |
* | Autocomplete: Do not set value on multi-line input | Yermo | 2014-01-28 | 1 | -0/+26 |
* | Button: Ignore non-radio elements with the same name | TJ VanToll | 2014-01-28 | 1 | -0/+14 |
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 24 | -119/+119 |
* | Tests: Add link to selectmenu in unit index | Scott González | 2014-01-24 | 1 | -0/+1 |
* | Test: Whitespace | Scott González | 2014-01-24 | 1 | -1/+1 |
* | Autocomplete: Normalize falsy values, not just missing values | Scott González | 2014-01-22 | 4 | -23/+50 |
* | Autocomplete: Fall back to .ui-front searching for empty jQuery objects | Scott González | 2014-01-20 | 1 | -11/+26 |
* | Draggable: fix changing containment | Ben Higgins | 2014-01-20 | 1 | -2/+7 |
* | Tests: sortable: fix assert message. | Andrei Picus | 2014-01-20 | 1 | -1/+1 |
* | Tests: Fix draggable_options expected test count to be dynamic | Brian J. Dowling | 2014-01-16 | 1 | -1/+2 |
* | Widget: Support events with dashes and colons | Ruslan Yakhyaev | 2014-01-16 | 1 | -2/+17 |
* | Slider & Interactions: Add Windows 8 touch support | TJ VanToll | 2014-01-15 | 2 | -0/+35 |
* | Position: Avoid reading overflow css on documents | Thomas Meyer | 2014-01-15 | 1 | -1/+8 |
* | Resizable: Only resize/reposition if size is greater than specified grid | Kris Borchers | 2014-01-15 | 1 | -0/+23 |
* | Sortable: Cleanup | Andrei Picus | 2014-01-15 | 1 | -2/+2 |
* | Autocomplete: Announce autocomplete correctly in all ATs. | Dylan Barrell | 2014-01-14 | 1 | -11/+47 |
* | Tooltip: Preserve the title after disabling twice | Michael Wiencek | 2014-01-09 | 1 | -1/+7 |
* | Tests: Fix grammar error in comment | Andrei Picus | 2014-01-08 | 1 | -1/+1 |
* | Tooltip: Lowercase test html for IE7/8 compat | Jörn Zaefferer | 2014-01-06 | 1 | -1/+1 |
* | Tooltip: On close and destroy only set title if empty or undefined | Daniel DeGroff | 2014-01-06 | 1 | -0/+35 |
* | Tooltip: Improve accessibility by adding content to an aria-live div | Dylan Barrell | 2013-12-19 | 2 | -7/+30 |
* | Selectmenu Tests: add unit tests for empty options | Felix Nagel | 2013-12-18 | 1 | -0/+32 |
* | Resizable: containment plugin restricts resizing within container | Jyoti Deka | 2013-12-15 | 1 | -0/+31 |
* | Resizable: containment now works with non - immediate children | Jyoti Deka | 2013-12-15 | 2 | -1/+36 |
* | Draggable: Test fix regarding static scrolling | Dave Stein | 2013-12-15 | 1 | -1/+2 |
* | Draggable Unit Tests: Ensure IFRAMEs can be written to | Mike Sherov | 2013-12-14 | 1 | -5/+9 |
* | Resizable: modified to allow resizing when resizables are nested. | Jyoti Deka | 2013-12-14 | 1 | -0/+33 |
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 1 | -0/+39 |
* | Menu: Remove click binding that was supposed to prevent default on anchor cli... | Jörn Zaefferer | 2013-12-03 | 1 | -21/+0 |
* | Datepicker test: Ignore flaky test in IE in TestSwarm. | Scott González | 2013-12-03 | 1 | -113/+123 |
* | Datepicker test: Attempt to work around an intermittent issue in IE when run ... | Scott González | 2013-12-03 | 1 | -1/+5 |
* | Datepicker test: Attempt to work around an issue in IE9 in TestSwarm. | Scott González | 2013-12-03 | 1 | -2/+2 |
* | Menu tests: Fix line height issue in IE7 | Scott González | 2013-12-03 | 1 | -0/+4 |
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #... | Mike Sherov | 2013-12-03 | 3 | -4/+49 |
* | Merge branch 'selectmenu' | TJ VanToll | 2013-11-27 | 7 | -0/+743 |
|\ |
|
| * | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-25 | 4 | -7/+61 |
| |\ |
|
| * \ | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-16 | 6 | -27/+51 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into selectmenu | Felix Nagel | 2013-11-13 | 8 | -359/+183 |
| |\ \ \ |
|