aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Effect: fix typo in comment ft "optinos" => "options"Andrew Couch2012-10-181-1/+1
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null all...David Petersen2012-10-181-2/+2
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...David Petersen2012-10-171-1/+1
* Slider: Count the handles after setting up a range. Fixes #7922 - Slider with...David Petersen2012-10-171-2/+3
* Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m...David Petersen2012-10-161-0/+6
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-161-1/+1
* Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working insi...David Petersen2012-10-161-3/+0
* Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 -...Dale Kocian2012-10-161-0/+4
* Spinner: Remove ui-state- classes from spinner, along with the background:non...Jörn Zaefferer2012-10-141-4/+1
* Resizable: Use .insertAfter() instead of .after() to avoid recursively destro...Scott González2012-10-131-9/+8
* Tooltip: Change the default items selector to exclude disabled elements. Fixe...Scott González2012-10-121-1/+2
* Tabs: Use aria-controls instead of the anchor's href to match against locatio...Scott González2012-10-121-4/+5
* Sortable: Calculating item distance and direction using a more robust algorit...John Chen2012-10-101-4/+14
* Draggable: Fix a bug when dragging into nested sortables there are duplicated...John Chen2012-10-101-0/+16
* Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571...John Chen2012-10-101-6/+5
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-107-9/+15
* Tabs: Handle extraneous list items when using ui-tabs-active to set the initi...Scott González2012-10-091-1/+1
* Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog...Richard D. Worth2012-10-091-1/+1
* Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...Scott González2012-10-051-1/+17
* Tooltip: Check if event exists before checking properties in open(). Fixes #8...Scott González2012-10-051-1/+1
* typoScott González2012-10-041-1/+1
* Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - To...Scott González2012-10-041-0/+2
* Accordion: Only adjust height animations for heightStyle: content. Fix tests ...Scott González2012-10-011-2/+2
* Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ...Scott González2012-10-011-17/+23
* Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 ...Scott González2012-10-011-1/+2
* Updated docs URLs for core files.Scott González2012-09-292-2/+2
* Updated docs URLS.Scott González2012-09-2634-33/+35
* Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: w...Scott González2012-09-121-1/+1
* Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option...Jared A. Scheel2012-09-061-5/+4
* Menu: Don't move focus from the active item on click. Fixes #8552 - selected ...Scott González2012-09-051-14/+21
* Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated ope...Scott González2012-09-041-22/+19
* Tooltip: Allow strings for content option.Scott González2012-08-311-1/+6
* Tooltip: Update open tooltips if the content option changes. Fixes #8544 - Un...Scott González2012-08-311-7/+21
* Effects (Shake): Divide duration by number of animation steps. Fixed: #8531 -...Bernhard Sirlinger2012-08-301-1/+1
* Tabs: Don't apply a spinner when nested tabs are loading. Fixes #8529 - tabs ...Scott González2012-08-301-1/+3
* Droppable: greedy children now consider only parents with same scope as paren...Philipp Benjamin Köppchen2012-08-291-1/+6
* Effects: Cleanup.Scott González2012-08-271-12/+17
* Menu: If the active element no longer exists after a refresh, blur the menu.Scott González2012-08-272-2/+5
* Revert "Datepicker: Modified _updateDatepicker to not update display if updat...Scott González2012-08-261-3/+0
* Autocomplete: Fixed an invisible character tht lead to a failure of the funct...Pierre-Henri Ausseil2012-08-261-1/+1
* Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, pt-B...Kris Borchers2012-08-238-35/+35
* Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - Localizati...Jiayi Yang2012-08-233-6/+6
* Core: Whitespace.Scott González2012-08-231-8/+8
* Core: Deprecate .enableSelection() and .disableSelection(). Fixes #7755 - Cor...Scott González2012-08-231-11/+14
* Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ...Martin Hoch2012-08-221-9/+11
* Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists d...Martin Hoch2012-08-221-1/+10
* Position: Properly handle flip collision when the window is scrolled. Fixes #...Scott González2012-08-171-2/+2
* Tabs: Set ajaxOptions in intial $.ajax() call. Fixes #8504 - Ajax in Tabs not...Scott González2012-08-171-20/+31
* Upgrade jQuery Color to 2.0.0. Fixes #6969 - Effects: 'borderColor' property ...Scott González2012-08-141-12/+38
* Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - D...Scott González2012-08-091-1/+1