Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2011-11-24 | 73 | -85/+9352 |
|\ | |||||
| * | Autocomplete: Removed commented out test. | Scott González | 2011-11-23 | 1 | -18/+0 |
| | | |||||
| * | Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵ | Shannon | 2011-11-23 | 1 | -0/+19 |
| | | | | | | | | #7423 - Tab out of autocomplete with remote source can leave menu showing. | ||||
| * | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 71 | -70/+9336 |
| | | |||||
| * | Widget tests: Fixed _super() call in redefine test. | Scott González | 2011-11-21 | 1 | -1/+1 |
| | | |||||
* | | Selectmenu: added basic method unit tests | Felix Nagel | 2011-11-22 | 3 | -7/+89 |
| | | |||||
* | | Selectmenu: added state synchronization unit test | Felix Nagel | 2011-11-21 | 1 | -7/+41 |
| | | |||||
* | | Selectmenu: fixed jQuery version | Felix Nagel | 2011-11-21 | 7 | -7/+7 |
| | | |||||
* | | Selectmenu: remove markup unit test | Felix Nagel | 2011-11-21 | 1 | -17/+0 |
| | | |||||
* | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2011-11-18 | 161 | -3417/+28058 |
|\| | |||||
| * | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -5/+5 |
| | | | | | | | | from first implementation, not necessary anymore. | ||||
| * | Spinner: Handle changes to numberFormat and currency options. | Scott González | 2011-11-16 | 1 | -0/+19 |
| | | |||||
| * | Effects tests: Proper detection of fixed position support in jQuery 1.7. | Scott González | 2011-11-09 | 1 | -2/+7 |
| | | |||||
| * | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 71 | -70/+9370 |
| | | |||||
| * | Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - ↵ | Richard D. Worth | 2011-11-07 | 1 | -1/+1 |
| | | | | | | | | Safari: jQuery.simulate() doesn't set "which" field for key events | ||||
| * | Tests: Removed unnecessary visual tests for button. | Scott González | 2011-11-03 | 2 | -109/+0 |
| | | |||||
| * | Tests: Removed visual tests for plugins that are being rewritten. | Scott González | 2011-11-03 | 51 | -2956/+0 |
| | | |||||
| * | Tests: Change the input in the effects test to a text input. This fixes ↵ | kborchers | 2011-11-02 | 1 | -1/+1 |
| | | | | | | | | failing tests in IE8 that could not focus the input. | ||||
| * | Tabs test: Increase delay in load test. | Scott González | 2011-11-02 | 1 | -2/+2 |
| | | |||||
| * | Position tests: Changed DOM structure to fix dimensions of within container. | Scott González | 2011-11-02 | 1 | -4/+4 |
| | | |||||
| * | Tests (Simulate): Make the blur event async to deal with IE's native blur ↵ | Scott González | 2011-11-01 | 1 | -11/+16 |
| | | | | | | | | being async. | ||||
| * | Autocomplete tests: Fixed typo. | Scott González | 2011-11-01 | 1 | -1/+1 |
| | | |||||
| * | Tests (Simulate): Added focus and blur support. | Scott González | 2011-10-31 | 3 | -7/+54 |
| | | |||||
| * | Tests (Simulate): Whitespace cleanup. | Scott González | 2011-10-31 | 1 | -70/+99 |
| | | |||||
| * | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 24 | -128/+302 |
| | | |||||
| * | Effects Core: Do not overwrite css or class changes that aren't animated ↵ | ddstreet | 2011-10-25 | 2 | -59/+87 |
| | | | | | | | | during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost | ||||
| * | Menu: Added the new trigger option to the defaults unit test | kborchers | 2011-10-19 | 1 | -0/+1 |
| | | |||||
| * | Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵ | kborchers | 2011-10-18 | 1 | -1/+1 |
| | | | | | | | | IE6 and IE7 | ||||
| * | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 122 | -120/+18210 |
| | | |||||
| * | Scale: We can't detect this reliably currently, so assume all elements are ↵ | Corey Frang | 2011-10-14 | 1 | -0/+2 |
| | | | | | | | | positioned with left and top | ||||
| * | Autocomplete tests: Fix #7788, incorrect selector in autoFocus test. | Dave Methvin | 2011-10-13 | 1 | -1/+1 |
| | | | | | | | | jQuery 1.7 fixed a bug with positional selectors that exposed the incorrect use of `.children()` here. | ||||
| * | Tooltip tests: Adjust test to deal with blurring being async in IE. | Scott González | 2011-10-12 | 1 | -1/+3 |
| | | |||||
| * | Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by ↵ | Scott González | 2011-10-10 | 1 | -1/+2 |
| | | | | | | | | cached XHRs resolving immediately in IE. | ||||
| * | Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵ | Scott González | 2011-10-10 | 1 | -0/+3 |
| | | | | | | | | timer. | ||||
* | | Selectmenu: added basic markup and a11y unit tests | Felix Nagel | 2011-11-02 | 2 | -4/+42 |
| | | |||||
* | | Selectmenu: fixed initial unit test by adding create callback to ↵ | Felix Nagel | 2011-11-02 | 1 | -1/+2 |
| | | | | | | | | selectmenu_defaults.js | ||||
* | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-11-02 | 7 | -0/+145 |
|\ \ | |||||
| * | | Selectmenu: Add placeholder for unit tests | Jörn Zaefferer | 2011-10-19 | 7 | -0/+145 |
| | | | |||||
* | | | Selectmenu: added visual tests for testing compatibility with other widgets | Felix Nagel | 2011-11-02 | 3 | -0/+234 |
|/ / | |||||
* | | Selectmenu: added open and close method demo | Felix Nagel | 2011-10-17 | 1 | -0/+12 |
| | | |||||
* | | Selectmenu: added test for methods | Felix Nagel | 2011-10-10 | 1 | -0/+62 |
| | | |||||
* | | Selectmenu: fixed disabled.html demo | Felix Nagel | 2011-10-09 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-10-09 | 5 | -3/+30 |
|\| | |||||
| * | Spinner: Added culture option. | Scott González | 2011-09-28 | 3 | -0/+27 |
| | | |||||
| * | Effects tests: Ignore leading/trailing whitespace when comparing style ↵ | Scott González | 2011-09-28 | 1 | -2/+2 |
| | | | | | | | | properties. | ||||
| * | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| | | |||||
* | | Selectmenu: changed button to inline element | Felix Nagel | 2011-10-05 | 3 | -0/+3 |
| | | |||||
* | | Selectmenu: fixed ENTER event on closed button, fixed demo events.html | Felix Nagel | 2011-10-05 | 1 | -0/+1 |
| | | |||||
* | | Selectmenu: removed option wrapperElement | Felix Nagel | 2011-09-30 | 1 | -3/+3 |
| | | |||||
* | | Selectmenu: improved events.html demo | Felix Nagel | 2011-09-30 | 1 | -3/+3 |
| | |