aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Accordion: Fixed styling for nested accordions.Scott González2012-01-311-1/+2
| * | Accordion: Moved the ui-accordion-icons class to the headers to properly styl...Scott González2012-01-312-4/+8
| * | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ...Scott González2012-01-312-0/+46
| * | Accordion: Reset overflowX and overflowY after animations to fix overflow in ...Scott González2012-01-311-2/+12
| * | Accordion: Use ui-accordion-header-active class.Scott González2012-01-312-10/+9
| * | Demos: Specify the dataType when loading the demo and docs files. Fixes #8069...Scott González2012-01-281-2/+2
| * | Menu: Added unit tests for the enable, disable and refresh methods as well as...kborchers2012-01-224-20/+78
| * | Menu: Added check for the disabled option on create.kborchers2012-01-221-0/+3
* | | Selectmenu: fixed _getCreateOptions usageFelix Nagel2012-02-151-4/+3
* | | Selectmenu: trim trailing spacesFelix Nagel2012-01-271-22/+22
* | | Selectmenu: cleanup and small improvementsFelix Nagel2012-01-271-15/+10
* | | Selectmenu: improved empty select and empty option handlingFelix Nagel2012-01-271-46/+54
* | | Selectmenu: This reverts commit 36e6c445d36c41457f00f7752a9971de48d18a3e.Felix Nagel2012-01-271-3/+3
* | | Selectmenu: small follow upFelix Nagel2012-01-271-3/+3
* | | 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 and...Scott González2012-01-212-0/+46
| * | Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide...Scott González2012-01-212-1/+17
| * | Tabs: Move logic for finding the tab list into its own function to allow over...Scott González2012-01-211-1/+6
| * | Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Mace...stojce2012-01-201-1/+1
| * | Merge pull request #569 from ryanolton/masterScott González2012-01-201-1/+4
| |\ \
| | * | Datepicker: added check to account for multiple pickers on one page. Fixed #5...ryanolton2012-01-121-1/+4
| * | | Merge pull request #570 from clear00/masterScott González2012-01-201-7/+7
| |\ \ \
| | * | | Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonthAfterYea...clear002012-01-131-7/+7
| | |/ /
| * | / Sortable: Added a variable to track if initialization is complete. Fixes #475...SpoonNZ2012-01-201-1/+5
| | |/ | |/|
| * | Core: Access offsetHeight on div for support tests to avoid a layout bug in I...Scott González2012-01-191-0/+5
| * | Merge pull request #564 from arhea/masterScott González2012-01-191-13/+10
| |\ \
| | * | 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
| * | | Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: The...Rick Waldron2012-01-191-7/+7
| * | | 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
| * | | 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 thr...Scott González2012-01-121-1/+25
* | | Selectmenu: revert initial refresh method changes (with unit tests)Felix Nagel2012-01-224-27/+15
* | | 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