aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into tooltip-animationsJörn Zaefferer2011-05-029-194/+271
|\
| * Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.adambaratz2011-04-291-21/+25
| * Tabs: Cleaned up add and remove methods.Scott González2011-04-281-24/+30
| * Tabs: Added more tests for refresh method and changed the implementation a bit.Scott González2011-04-281-22/+14
| * Tabs: Fix issues with refresh method, add refresh method testsDavid Petersen2011-04-281-13/+23
| * Tabs: Remove refresh dependancy in _setOptionsDavid Petersen2011-04-281-2/+15
| * Tabs: Fixed disable method and cleaned up tests for enable and disable methods.Scott González2011-04-281-0/+3
| * Tabs: enable/disable handle when current state already matches, fix error whe...David Petersen2011-04-281-1/+9
| * Tabs: simplify disabled logicDavid Petersen2011-04-281-46/+40
| * Tabs: Make sure prototype.url is defined before trying to shim itDavid Petersen2011-04-281-8/+9
| * Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adj...Scott González2011-04-271-25/+24
| * Merge branch 'master' into menubarJörn Zaefferer2011-04-265-10/+38
| |\
| | * Widget: define a null default for the create callback.Scott González2011-04-251-1/+4
| | * Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.Scott González2011-04-253-5/+25
| | * Menu: Add ui-state-active to parent item when submenu item receives focus.jzaefferer2011-04-231-2/+3
| | * Menu: Add icons supportjzaefferer2011-04-201-1/+4
| | * Menu: Make keyboard focus matching take submenus into accountjzaefferer2011-04-201-2/+2
| * | Fix collapsing submenus issueHans Hillen2011-04-221-3/+1
| * | Prevent branch menuitems from firing select eventHans Hillen2011-04-221-2/+9
| * | Fix "menubar does not collapse when clicking on other menubar" + minor changesHans Hillen2011-04-181-0/+1
| * | 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
* | Tooltip: Overhaul widget animations code to allow delay with plain show/hideJörn Zaefferer2011-05-021-5/+16
* | Tooltip: Add support for delaying showing/hiding. Still need to figurejzaefferer2011-04-212-3/+5
* | Stop show animation on hide. Now that we don't reuse the tooltipjzaefferer2011-04-151-0/+1
* | Custom tooltip animations based on widget-animations branch.jzaefferer2011-04-152-2/+22
|/
* Overhaul tooltip implementation. Avoid queuing and other problems byjzaefferer2011-04-131-62/+68
* Tabs: Fixed issues with collapsible and active options.Scott González2011-04-111-0/+10
* Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ...Kyle Florence2011-04-091-0/+1
* Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid.Richard Worth2011-04-071-0/+4
* Tabs: Cleaned up _tabId() implementation.Scott González2011-04-051-5/+4
* Tabs: Better handling of active option and various cleanup.Scott González2011-04-051-65/+67
* Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - Tab...Scott González2011-04-051-22/+24
* Tabs: cleanup.Scott González2011-04-041-11/+16
* Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename sh...Scott González2011-04-041-29/+39
* Tabs: Properly handle switching from active: false.Scott González2011-04-041-3/+3
* Accordion: When simulating events, make sure we use DOM elements, not jQuery ...Scott González2011-04-041-1/+1
* Accordion: Pass original event in beforeActivate event.Scott González2011-04-041-1/+1
* Tabs: Pass appropriate data for beforeActivate event. Fixes #7136 - Tabs: Ren...Scott González2011-04-041-40/+53
* Datepicker: Only generate yearshtml once. Fixes #7176 - Datepicker shows only...Scott González2011-04-041-34/+36
* Merge branch 'tabs_1.9' of https://github.com/petersendidit/jquery-ui into pe...Scott González2011-03-291-444/+745
|\
| * Tabs: CSS Consistency Updates. Fixes #7146 Tabs: CSS Consistency UpdatesDavid Petersen2011-03-291-27/+25
| * Tabs: Deprecate cookie option. Fixes #7144 Tabs: Deprecate cookie optionDavid Petersen2011-03-281-33/+54
| * Tabs: Deprecate select method. Fixes #7138 Tabs: Deprecate select methodDavid Petersen2011-03-281-36/+63
| * Tabs: Rename select event to beforeActivate. Fixes #7136 Tabs: Rename select ...David Petersen2011-03-271-7/+10
| * Tabs: Rename show event to activate. Fixes #7137 Tabs: Rename show event to a...David Petersen2011-03-271-7/+25
| * Tabs: Rename selected option to active. Fixes #7135 Tabs: Rename selected opt...David Petersen2011-03-271-26/+58
| * Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options) Fix...David Petersen2011-03-271-16/+36
| * Tabs: Deprecate url method; use aria-controls instead of title to specify pan...David Petersen2011-03-271-37/+50