aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Selectmenu: click an optgroup header should not close the menuFelix Nagel2012-01-271-1/+7
|
* Selectmenu: improved handling of keypress eventsFelix Nagel2012-01-261-26/+30
|
* Selectmenu: removed space from file nameFelix Nagel2012-01-251-0/+0
|
* Selectmenu: minor improvementsFelix Nagel2012-01-221-27/+19
|
* Selectmenu: implement new ARIA specFelix Nagel2012-01-223-47/+60
|
* Selectmenu: fixed unit tests in IEFelix Nagel2012-01-222-3/+3
|
* Selectmenu: fixed positioning with overflow in IEFelix Nagel2012-01-221-1/+8
|
* Merge branch 'master' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2012-01-2214-42/+139
|\
| * Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab ↵Scott González2012-01-212-0/+46
| | | | | | | | and panel details in create event.
| * Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to ↵Scott González2012-01-212-1/+17
| | | | | | | | provide event data for create event.
| * Tabs: Move logic for finding the tab list into its own function to allow ↵Scott González2012-01-211-1/+6
| | | | | | | | overriding for rare usage scenarios.
| * Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: ↵stojce2012-01-201-1/+1
| | | | | | | | Macedonian locale has incorrect date format.
| * Merge pull request #569 from ryanolton/masterScott González2012-01-201-1/+4
| |\ | | | | | | Fixed #5818 - multiple DatePickers won't trigger close event
| | * Datepicker: added check to account for multiple pickers on one page. Fixed ↵ryanolton2012-01-121-1/+4
| | | | | | | | | | | | #5818 – multiple DatePickers won't trigger close event
| * | Merge pull request #570 from clear00/masterScott González2012-01-201-7/+7
| |\ \ | | | | | | | | Datepicker i18n: Fix some issues on the Korean translation
| | * | Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, ↵clear002012-01-131-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 ↵SpoonNZ2012-01-201-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ález2012-01-191-0/+5
| | | | | | | | | | | | IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
| * | Merge pull request #564 from arhea/masterScott González2012-01-191-13/+10
| |\ \ | | | | | | | | Tabs isLocal function was not compatible with HTML5 push state
| | * | Removed regex from function and split return into two lines.Alex Rhea2012-01-031-3/+5
| | | |
| | * | Bug fix for isLocal function in jQuery Tabs.Alex Rhea2012-01-031-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 Waldron2012-01-191-7/+7
| | | | | | | | | | | | | | | | There is a reference to the global jQuery variable.
| * | | Menu tests: Removed trigger option.Scott González2012-01-181-2/+1
| | | |
| * | | Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵Scott González2012-01-181-5/+3
| | | | | | | | | | | | | | | | disabled option on button widget returns jQuery object, not default value.
| * | | Datepicker i18n (nl-BE): Removed BOM.Scott González2012-01-121-2/+2
| | |/ | |/|
| * | Simulate: Define getters for pageX and pageY in mouse events if they come ↵Scott González2012-01-121-1/+25
| | | | | | | | | | | | through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
* | | Selectmenu: revert initial refresh method changes (with unit tests)Felix Nagel2012-01-224-27/+15
| | | | | | | | | | | | This reverts commit 27049fc5dc59522c38376d5c91f9f9a304e16613 and d83e169424adf341afea4351cbe5b056f42ac996
* | | Selectmenu: fixed unit tests due to initial refresh method changesFelix Nagel2012-01-223-4/+22
| | |
* | | Selectmenu: make use of _getCreateOptionsFelix Nagel2012-01-221-4/+13
| | |
* | | Selectmenu: minor improvements and cleanupFelix Nagel2012-01-201-23/+19
| | |
* | | Selectmenu: add refresh method to visual testFelix Nagel2012-01-201-1/+7
| | |
* | | Selectmenu: improve initial refresh method callFelix Nagel2012-01-201-11/+5
| | |
* | | Selectmenu: improved dropdown CSS style unit testFelix Nagel2012-01-132-4/+12
| | |
* | | Selectmenu: change dropdown style on the flyFelix Nagel2012-01-131-6/+6
| | |
* | | Selectmenu: fix unit tests (with clean-up)Felix Nagel2012-01-134-173/+179
| | |
* | | Selectmenu: added mass (performance) unit testFelix Nagel2012-01-121-0/+10
| | |
* | | Selectmenu: fixed unit tests, needs additional check and cleanupFelix Nagel2012-01-122-31/+34
| | |
* | | Selectmenu: removed option valueFelix Nagel2012-01-125-89/+18
| | |
* | | Selectmenu: removed forgotten console statementFelix Nagel2012-01-121-1/+0
| | |
* | | Selectmenu: fixed keyboard control (follow-up)Felix Nagel2012-01-121-0/+6
| | |
* | | Selectmenu: improved disabled state handlingFelix Nagel2012-01-112-6/+10
| | |
* | | Selectmenu: create menu items with first opening to increase performanceFelix Nagel2012-01-111-1/+6
| | |
* | | Merge pull request #536 from danwellman/selectmenuFelix Nagel2012-01-112-6/+139
|\ \ \ | | | | | | | | Selectmenu: additional unit tests
| * \ \ Selectmenu: updated options and events unit testsDan Wellman2011-12-131-0/+2
| |\ \ \
| | * | | removed duplicates from options unit tests and added new options and events ↵Dan Wellman2011-12-012-8/+8
| | | | | | | | | | | | | | | | | | | | tests
| * | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-129-174/+171
| |\ \ \ \
| * | | | | Selectmenu: updated options and events unit testsDan Wellman2011-12-122-8/+23
| | | | | |
| * | | | | Merge branch 'selectmenu' of git://github.com/jquery/jquery-ui into selectmenuDan Wellman2011-12-017-31/+116
| |\ \ \ \ \
| * | | | | | Selectmenu: removed duplicates from options unit tests and added new options ↵Dan Wellman2011-12-012-8/+8
| | |_|/ / / | |/| | | | | | | | | | | | | | | | and events tests
| * | | | | Updates to events and options unit testsDan Wellman2011-12-012-51/+10
| | | | | |