aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-192-8/+16
* Tabs: Fixed select method handling for index of -1.Scott González2010-07-171-2/+6
* Tabs: Updated tests.Scott González2010-07-163-18/+6
* Tabs: Fixed a broken commit for #3171.Tiago Freire2010-07-161-5/+1
* Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ...Scott González2010-07-161-6/+3
* Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - s...Holger Rüprich2010-07-171-0/+4
* Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes #...Scott González2010-07-161-3/+7
* Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker transl...Diego2010-07-161-3/+3
* Button performance test: Don't use alert().Scott González2010-07-161-1/+1
* Accordion: Use .addClass() instead of .toggleClass() during init so the class...Scott González2010-07-161-1/+3
* Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to r...Tiago Freire2010-07-161-3/+19
* Button performance test: Added alert for time to initialize.Scott González2010-07-161-0/+3
* Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet e...Scott González2010-07-161-1/+1
* Dialog: Removed CSS rules for button styling - let the button plugin handling...Scott González2010-07-161-1/+1
* Fixed argument shifting for effects. Fixes #5731 - hide and show called with ...kobrigo2010-07-161-5/+5
* Class animation demos: Don't chain id and class selectors together in CSS sin...Scott González2010-07-164-5/+5
* Dialog: Fixed whitespace.Scott González2010-07-161-9/+10
* Dialog: Fixed tests for position option.Scott González2010-07-161-26/+22
* added empty test for containment by array optionJustinMacCarthy2010-07-161-0/+4
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...Scott González2010-07-154-2/+49
* Use .children() instead of .find() to manipulate accordion icons. Fixes #4645...jzaefferer2010-07-151-4/+4
* Updated test for default position option: Reference using-implementation, as ...jzaefferer2010-07-151-7/+1
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-07-140-0/+0
|\
| * Dialog: Updated test for default position option. QUnit still fails the test ...Scott González2010-07-141-1/+7
* | Dialog: Updated test for default position option. QUnit still fails the test ...Scott González2010-07-141-1/+13
|/
* Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...Ben Hollis2010-07-142-48/+141
* All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.Scott González2010-07-1414-25/+123
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-1434-35/+35
* Dialog: Verify that we get a string back from .attr( "title" ) before using t...Scott González2010-07-142-0/+5
* Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow bre...Scott González2010-07-142-1/+203
* Add support for multiple events, along with hoverintent demo. Fixes #3614 - A...jzaefferer2010-07-143-1/+135
* Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links create...Scott González2010-07-141-2/+0
* Accordion: Add disabled class to headers and panels to fix styling in IE. Fix...Scott González2010-07-141-7/+11
* Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display p...Scott González2010-07-141-0/+2
* Accordion: Animate padding when only showing/hiding a single panel. Fixes #55...Scott González2010-07-141-2/+2
* All: Define a local undefined variable inside the main closure.Scott González2010-07-1331-31/+31
* Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resiz...Scott González2010-07-131-1/+1
* Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion he...Scott González2010-07-131-5/+18
* Accordion: Prevent the navigation filter from finding multiple elements. Fixe...Scott González2010-07-131-1/+1
* Dialog: add resize call when changing button options for correct height adjus...Jon Palmer2010-07-111-0/+1
* Merge branch 'master' of github.com:jquery/jquery-uiScott González2010-07-091-1/+1
|\
| * Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove d...Samuel Cormier-Iijima2010-07-091-1/+1
* | Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-0934-108/+113
|/
* Dialog: Fixed reference to bgiframe.Scott González2010-07-081-1/+1
* WhitespaceScott González2010-07-071-1/+0
* WhitespaceScott González2010-07-073-3/+0
* Droppable: Adjust fit tolerance to allow dropping an element exactly the same...Scott González2010-07-061-2/+2
* Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Red...tzkuei2010-07-061-1/+0
* Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.jsjzaefferer2010-07-051-1/+1
* Resizable: Adding missing variable initialization. Fixes #5694 - Invalid refe...eXtreme2010-06-281-1/+1