aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Effects Core: Upgrading jQuery Color to 2.1.1Corey Frang2012-11-231-50/+58
* Button: Fixing handling of the disabled options on refresh method calls. Fix...TJ VanToll2012-11-231-1/+3
* Effects: Making sure outerHeight and outerWidth make it through to the .size(...Corey Frang2012-11-221-7/+24
* Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroe...Scott González2012-11-141-1/+1
* Tabs: Trigger the select event when collapsing. Fixes #8813 - Tabs: select ev...Scott González2012-11-141-5/+10
* Tooltip: Removed logic for handling tracking tooltips which gain focus while ...Scott González2012-11-141-14/+2
* Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hid...Scott González2012-11-141-1/+10
* Accordion: Use .css() to clear the height, instead of .height().Scott González2012-11-131-1/+1
* Button: use _hoverable for hover state management. Fixes #5295 - button doesn...Cory Gackenheimer2012-11-131-3/+4
* Widget: Only use the event prefix from the base if we're redefining a widget....Scott González2012-11-131-1/+1
* Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ...Scott González2012-11-131-0/+2
* Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip ...Scott González2012-11-131-1/+1
* Widget: Suppress disabled check when binding destroy to the remove event. Fix...Scott González2012-11-131-1/+1
* Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Abil...Scott González2012-11-131-3/+12
* Widget: Bridge falls back to name if there is no widgetFullName, and always s...Avinash R2012-11-131-2/+2
* Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5...Scott González2012-11-131-1/+6
* Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.Scott González2012-11-131-0/+13
* Core: Moved old jQuery support code to the bottom (above deprecated).Scott González2012-11-131-47/+47
* Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.Scott González2012-11-131-4/+4
* Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever ...Jörn Zaefferer2012-11-131-1/+1
* Tooltip: Check type on event directly, preventing TypeError when programmatic...Jörn Zaefferer2012-11-081-1/+1
* Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: re...Jörn Zaefferer2012-11-081-23/+24
* Dialog: Don't use .attr( props, true ).Scott González2012-11-081-6/+9
* Tooltip: Use attributes, not properties, when checking for parent tooltips. F...Scott González2012-11-081-7/+8
* 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
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removi...Jörn Zaefferer2012-10-211-4/+34
* Tooltip: Comment why we need to use closestJörn Zaefferer2012-10-191-1/+3
* 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