aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix menubar escape key + minor css fixHans Hillen2011-04-202-4/+3
* Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-183-5/+10
* Added icon removal to _destroyHans Hillen2011-04-151-5/+7
* Updated menubar test to use UL elements rather than DIVsHans Hillen2011-04-151-96/+120
* Accessibility / bug fixes for menubarHans Hillen2011-04-151-18/+70
* ARIA & Focus changes to menu, specifically to how aria-activedescendant is ha...Hans Hillen2011-04-151-30/+43
* Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day name...Lopo2011-04-151-1/+1
* Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: Incorre...Scott González2011-04-151-1/+1
* Update popup utility: Defer _open call and let click event propagate.jzaefferer2011-04-131-3/+9
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-135-81/+95
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-112-45/+122
* Tabs: Update ajax demo to use beforeLoad event instead of deprecated ajaxOpti...Scott González2011-04-111-5/+4
* Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active.Scott González2011-04-115-8/+7
* Resizable: use background-image:url(data:) instead of background-image:url(ab...Richard Worth2011-04-091-1/+1
* Resizable: Added a non-visible yet non-transparent (apparently) no-request ba...Richard Worth2011-04-091-1/+6
* Progressbar: Added unit test for #7231 - valueDiv should be hidden when value...Richard Worth2011-04-091-0/+17
* Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ...Kyle Florence2011-04-091-0/+1
* Adding popup utility prototype to visual menu testsjzaefferer2011-04-082-0/+266
* Tabs: Added tests for aria-controls attribute being assigned on init.Scott González2011-04-075-14/+33
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-072-54/+4
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-052-21/+31
* Tabs: Updated test for deprecated length method.Scott González2011-04-051-4/+4
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-057-139/+135
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tab...Scott González2011-04-054-39/+77
* Tabs: cleanup.Scott González2011-04-046-65/+61
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename sh...Scott González2011-04-042-49/+105
* Accordion: Added test to ensure activate event is not triggered if beforeActi...Scott González2011-04-041-1/+11
* Tabs: Properly handle switching from active: false.Scott González2011-04-042-5/+26
* Accordion: When simulating events, make sure we use DOM elements, not jQuery ...Scott González2011-04-041-1/+1
* Accordion: Removed unnecessary test.Scott González2011-04-041-16/+2
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-042-2/+7
* Accordion tests: Only use single words inside headers to avoid breaking onto ...Scott González2011-04-041-2/+2
* Accordion tests: Only use single words inside headers to avoid breaking onto ...Scott González2011-04-041-2/+2
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Ren...Scott González2011-04-044-63/+117
* Tabs: Test cleanup.Scott González2011-04-043-211/+227
* Tests: Renamed files for deprecated tests now that TestSwarm is setup to prop...Scott González2011-04-042-0/+0
* Accordion tests: lowercase doctype.Scott González2011-04-042-2/+2
* Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
* Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...Scott González2011-04-041-34/+36
* Tests: Allow overriding enable and disable methods to add custom logic.Scott González2011-03-291-2/+0
* Visual tests: Removed index page. A directory listing of all files is more us...Scott González2011-03-291-62/+0
* Dialog: Removed unnecessary visual test files.Scott González2011-03-2910-342/+0
* Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into pe...Scott González2011-03-2913-751/+1359
|\
| * Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-296-48/+45
| * Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-284-69/+90
| * Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-286-77/+110
| * Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ...David Petersen2011-03-275-14/+39
| * Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to a...David Petersen2011-03-275-11/+50
| * Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...David Petersen2011-03-276-55/+136
| * Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...David Petersen2011-03-274-32/+49