Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: click an optgroup header should not close the menu | Felix Nagel | 2012-01-27 | 1 | -1/+7 |
| | |||||
* | Selectmenu: improved handling of keypress events | Felix Nagel | 2012-01-26 | 1 | -26/+30 |
| | |||||
* | Selectmenu: removed space from file name | Felix Nagel | 2012-01-25 | 1 | -0/+0 |
| | |||||
* | Selectmenu: minor improvements | Felix Nagel | 2012-01-22 | 1 | -27/+19 |
| | |||||
* | Selectmenu: implement new ARIA spec | Felix Nagel | 2012-01-22 | 3 | -47/+60 |
| | |||||
* | Selectmenu: fixed unit tests in IE | Felix Nagel | 2012-01-22 | 2 | -3/+3 |
| | |||||
* | Selectmenu: fixed positioning with overflow in IE | Felix Nagel | 2012-01-22 | 1 | -1/+8 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2012-01-22 | 14 | -42/+139 |
|\ | |||||
| * | Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵ | Scott González | 2012-01-21 | 2 | -0/+46 |
| | | | | | | | | and panel details in create event. | ||||
| * | Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to ↵ | Scott González | 2012-01-21 | 2 | -1/+17 |
| | | | | | | | | provide event data for create event. | ||||
| * | Tabs: Move logic for finding the tab list into its own function to allow ↵ | Scott González | 2012-01-21 | 1 | -1/+6 |
| | | | | | | | | overriding for rare usage scenarios. | ||||
| * | Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: ↵ | stojce | 2012-01-20 | 1 | -1/+1 |
| | | | | | | | | Macedonian locale has incorrect date format. | ||||
| * | Merge pull request #569 from ryanolton/master | Scott González | 2012-01-20 | 1 | -1/+4 |
| |\ | | | | | | | Fixed #5818 - multiple DatePickers won't trigger close event | ||||
| | * | Datepicker: added check to account for multiple pickers on one page. Fixed ↵ | ryanolton | 2012-01-12 | 1 | -1/+4 |
| | | | | | | | | | | | | #5818 – multiple DatePickers won't trigger close event | ||||
| * | | Merge pull request #570 from clear00/master | Scott González | 2012-01-20 | 1 | -7/+7 |
| |\ \ | | | | | | | | | Datepicker i18n: Fix some issues on the Korean translation | ||||
| | * | | Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, ↵ | clear00 | 2012-01-13 | 1 | -7/+7 |
| | |/ | | | | | | | | | | showMonthAfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation | ||||
| * | | Sortable: Added a variable to track if initialization is complete. Fixes ↵ | SpoonNZ | 2012-01-20 | 1 | -1/+5 |
| | | | | | | | | | | | | #4759 - a major optimization is possible in sortable(). | ||||
| * | | Core: Access offsetHeight on div for support tests to avoid a layout bug in ↵ | Scott González | 2012-01-19 | 1 | -0/+5 |
| | | | | | | | | | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9. | ||||
| * | | Merge pull request #564 from arhea/master | Scott González | 2012-01-19 | 1 | -13/+10 |
| |\ \ | | | | | | | | | Tabs isLocal function was not compatible with HTML5 push state | ||||
| | * | | Removed regex from function and split return into two lines. | Alex Rhea | 2012-01-03 | 1 | -3/+5 |
| | | | | |||||
| | * | | Bug fix for isLocal function in jQuery Tabs. | Alex Rhea | 2012-01-03 | 1 | -12/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | isLocal function was not compatible with HTML5 push state as the url could have changed since the page was loaded as in cases with Backbone.js | ||||
| * | | | Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: ↵ | Rick Waldron | 2012-01-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | There is a reference to the global jQuery variable. | ||||
| * | | | Menu tests: Removed trigger option. | Scott González | 2012-01-18 | 1 | -2/+1 |
| | | | | |||||
| * | | | Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵ | Scott González | 2012-01-18 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | disabled option on button widget returns jQuery object, not default value. | ||||
| * | | | Datepicker i18n (nl-BE): Removed BOM. | Scott González | 2012-01-12 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | Simulate: Define getters for pageX and pageY in mouse events if they come ↵ | Scott González | 2012-01-12 | 1 | -1/+25 |
| | | | | | | | | | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9. | ||||
* | | | Selectmenu: revert initial refresh method changes (with unit tests) | Felix Nagel | 2012-01-22 | 4 | -27/+15 |
| | | | | | | | | | | | | This reverts commit 27049fc5dc59522c38376d5c91f9f9a304e16613 and d83e169424adf341afea4351cbe5b056f42ac996 | ||||
* | | | Selectmenu: fixed unit tests due to initial refresh method changes | Felix Nagel | 2012-01-22 | 3 | -4/+22 |
| | | | |||||
* | | | Selectmenu: make use of _getCreateOptions | Felix Nagel | 2012-01-22 | 1 | -4/+13 |
| | | | |||||
* | | | Selectmenu: minor improvements and cleanup | Felix Nagel | 2012-01-20 | 1 | -23/+19 |
| | | | |||||
* | | | Selectmenu: add refresh method to visual test | Felix Nagel | 2012-01-20 | 1 | -1/+7 |
| | | | |||||
* | | | Selectmenu: improve initial refresh method call | Felix Nagel | 2012-01-20 | 1 | -11/+5 |
| | | | |||||
* | | | Selectmenu: improved dropdown CSS style unit test | Felix Nagel | 2012-01-13 | 2 | -4/+12 |
| | | | |||||
* | | | Selectmenu: change dropdown style on the fly | Felix Nagel | 2012-01-13 | 1 | -6/+6 |
| | | | |||||
* | | | Selectmenu: fix unit tests (with clean-up) | Felix Nagel | 2012-01-13 | 4 | -173/+179 |
| | | | |||||
* | | | Selectmenu: added mass (performance) unit test | Felix Nagel | 2012-01-12 | 1 | -0/+10 |
| | | | |||||
* | | | Selectmenu: fixed unit tests, needs additional check and cleanup | Felix Nagel | 2012-01-12 | 2 | -31/+34 |
| | | | |||||
* | | | Selectmenu: removed option value | Felix Nagel | 2012-01-12 | 5 | -89/+18 |
| | | | |||||
* | | | Selectmenu: removed forgotten console statement | Felix Nagel | 2012-01-12 | 1 | -1/+0 |
| | | | |||||
* | | | Selectmenu: fixed keyboard control (follow-up) | Felix Nagel | 2012-01-12 | 1 | -0/+6 |
| | | | |||||
* | | | Selectmenu: improved disabled state handling | Felix Nagel | 2012-01-11 | 2 | -6/+10 |
| | | | |||||
* | | | Selectmenu: create menu items with first opening to increase performance | Felix Nagel | 2012-01-11 | 1 | -1/+6 |
| | | | |||||
* | | | Merge pull request #536 from danwellman/selectmenu | Felix Nagel | 2012-01-11 | 2 | -6/+139 |
|\ \ \ | | | | | | | | | Selectmenu: additional unit tests | ||||
| * \ \ | Selectmenu: updated options and events unit tests | Dan Wellman | 2011-12-13 | 1 | -0/+2 |
| |\ \ \ | |||||
| | * | | | removed duplicates from options unit tests and added new options and events ↵ | Dan Wellman | 2011-12-01 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | tests | ||||
| * | | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu | Dan Wellman | 2011-12-12 | 9 | -174/+171 |
| |\ \ \ \ | |||||
| * | | | | | Selectmenu: updated options and events unit tests | Dan Wellman | 2011-12-12 | 2 | -8/+23 |
| | | | | | | |||||
| * | | | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenu | Dan Wellman | 2011-12-01 | 7 | -31/+116 |
| |\ \ \ \ \ | |||||
| * | | | | | | Selectmenu: removed duplicates from options unit tests and added new options ↵ | Dan Wellman | 2011-12-01 | 2 | -8/+8 |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | and events tests | ||||
| * | | | | | Updates to events and options unit tests | Dan Wellman | 2011-12-01 | 2 | -51/+10 |
| | | | | | |