aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
...
| * Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Auto...Scott González2012-10-251-6/+2
| * Position: Removed offset option. Fixes #6982 - Position: Remove offset option.Scott González2012-10-251-36/+0
| * Accordion: Removed change and changestart events. Fixes #6841 - Accordion: Re...Scott González2012-10-251-38/+0
| * Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ...Scott González2012-10-251-34/+0
| * Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and rem...Scott González2012-10-251-134/+0
| * Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove back-com...Scott González2012-10-251-12/+0
| * Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.Scott González2012-10-251-9/+0
| * Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.Scott González2012-10-251-26/+0
| * Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.Scott González2012-10-251-36/+0
| * Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.Scott González2012-10-251-21/+0
| * Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.Scott González2012-10-251-16/+1
| * Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.Scott González2012-10-251-15/+0
| * Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...Scott González2012-10-251-40/+0
| * Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.Scott González2012-10-251-7/+0
| * Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.Scott González2012-10-251-52/+0
| * Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.Scott González2012-10-251-70/+0
| * Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.Scott González2012-10-251-7/+0
| * Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...Scott González2012-10-251-65/+0
| * Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...Jörn Zaefferer2012-10-241-3/+0
| * Accordion: Removed deprecated activate method and expanded active option. Fix...Jörn Zaefferer2012-10-241-19/+0
| * Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...Jörn Zaefferer2012-10-241-17/+0
| * Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...Jörn Zaefferer2012-10-241-32/+0
| * Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...Jörn Zaefferer2012-10-241-45/+0
| * Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ...Jörn Zaefferer2012-10-241-10/+4
| * Dialog: Keep focus inside dialog, even when dialog itself has focus.Jörn Zaefferer2012-10-241-2/+2
| * Dialog: Prevent tabbing off any dialog. Fixes #3768 - Dialog: contain focus w...David Souther2012-10-241-2/+2
| * Dialog: Save the active element that opened the dialog and restore focus to t...Jörn Zaefferer2012-10-241-0/+9
| * Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).Jörn Zaefferer2012-10-241-2/+21
| * Dialog: Awesome new stacking and overlay implementation. Fixes the following ...Nate Eagle2012-10-241-192/+17
| * Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-242-2/+3
| * Effects (size): Adjusting behavior of toggled size effects - See gh-203 - Par...Kato Kazuyoshi2012-10-241-10/+20
| * Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...Jörn Zaefferer2012-10-241-3/+5
| * Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...Scott González2012-10-241-1/+1
| * Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...Jörn Zaefferer2012-10-241-0/+4
| * Core: Update :focsable and :tabbable to handle parents with no height/width, ...Scott González2012-10-231-4/+4
| * Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - Dia...Scott González2012-10-231-3/+3
| * Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple col...Maciej Mroziński2012-10-231-7/+0
| * Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...Marc-Andre Lafortune2012-10-231-1/+7
| * Widget: Fixed $.widget.extend() to never copy objects by reference.Scott González2012-10-231-3/+8
| * Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-239-34/+34
| * Tooltip: Position below the element and set a max width of 300px to more clos...Scott González2012-10-231-2/+2
| * Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-222-2/+1
| * Widget: $.widget.extend(): Properly handle extending a string with an object....Scott González2012-10-221-1/+5
| * Remove trailing whitespace and add final newlinesTrey Hunner2012-10-2134-70/+70
| * Fixed some jshint errors.Scott González2012-10-212-4/+4
| * Effects: Allow 'null' for options - Fixes #8670 - null reference when using e...Corey Frang2012-10-211-2/+2
| * Accordion: Fix back-compat for active option.Scott González2012-10-211-1/+1
| * Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delay...Andrew Couch2012-10-211-2/+16
| * Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - De...Andrew Couch2012-10-211-2/+14
| * Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Rem...Jörn Zaefferer2012-10-211-15/+10