aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Handle clicks outside the autocomplete after scrolling the resu...Scott González2010-08-051-1/+18
* Autocomplete: Don't reset text field value on blur unless it will actually ch...Scott González2010-08-041-1/+4
* Datepicker: use a setTimeout 0 so the same code can run in IE (as other brows...Richard D. Worth2010-08-041-2/+5
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...Ziling Zhao2010-07-301-0/+4
* Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ...Scott González2010-07-301-0/+12
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-304-4/+4
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-304-4/+4
* Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: Us...jzaefferer2010-07-301-1/+2
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-291-2/+5
* Progressbar: cleanup.Scott González2010-07-291-25/+12
* Tabs: coding standards.Scott González2010-07-281-349/+365
* Accordion: minor cleanup.Scott González2010-07-271-91/+93
* Core: Coding standards.Scott González2010-07-221-71/+78
* Accordion: Coding standards.Scott González2010-07-221-207/+280
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-221-6/+19
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-212-6/+45
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-211-1/+4
* Autocomplete: Fixed bad reference to ownerDocument.Scott González2010-07-211-1/+1
* Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo...Scott González2010-07-211-2/+6
* Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ...Scott González2010-07-211-1/+5
* Dialog: Don't set specific dimensions on the overlay - let it expand based on...Scott González2010-07-201-5/+1
* Accordion: Use this.headers instead of parsing the DOM to find headers when d...Scott González2010-07-201-1/+1
* Autocomplete: Prevent the default behavior of pressing enter when the menu is...Scott González2010-07-201-1/+1
* Autocomplete: Clear selectedItem property whenever the user types something. ...Scott González2010-07-201-0/+1
* Autocomplet: refactored handling of menu's selected event.Scott González2010-07-201-10/+7
* Autocompelte: Only run a search if the value has changed; switching from a bl...Scott González2010-07-201-14/+4
* Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...Scott González2010-07-191-1/+1
* Autocomplete: Don't update the value of the text field until after setting fo...Scott González2010-07-191-2/+8
* Menu: Only look for .ui-menu-item elements to determine if a menu item is the...Scott González2010-07-191-2/+2
* Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.Scott González2010-07-191-7/+10
* Tabs: Fixed select method handling for index of -1.Scott González2010-07-171-2/+6
* Tabs: Updated tests.Scott González2010-07-161-7/+3
* 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
* 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: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet e...Scott González2010-07-161-1/+1
* Fixed argument shifting for effects. Fixes #5731 - hide and show called with ...kobrigo2010-07-161-5/+5
* Dialog: Fixed whitespace.Scott González2010-07-161-9/+10
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget:...Scott González2010-07-151-1/+1
* Use .children() instead of .find() to manipulate accordion icons. Fixes #4645...jzaefferer2010-07-151-4/+4
* Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...Ben Hollis2010-07-141-46/+40
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-1431-32/+32
* Dialog: Verify that we get a string back from .attr( "title" ) before using t...Scott González2010-07-141-0/+4
* Add support for multiple events, along with hoverintent demo. Fixes #3614 - A...jzaefferer2010-07-141-1/+1
* Accordion: Add disabled class to headers and panels to fix styling in IE. Fix...Scott González2010-07-141-7/+11
* Accordion: Animate padding when only showing/hiding a single panel. Fixes #55...Scott González2010-07-141-2/+2