aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Autocomplete: Removed selection handling in IE. No longer needed now that aut...Scott González2010-07-222-14/+0
* Core: Better support for areas in :focusable and :tabbable selectors. Partial...Scott González2010-07-223-25/+53
* Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix...Scott González2010-07-214-6/+155
* Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :...Scott González2010-07-213-16/+19
* 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-214-4/+39
* Core: Removed tests for .attr() ARIA override since the override no longer ex...Scott González2010-07-212-22/+0
* 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
* Tabs: Added tests for select event.Scott González2010-07-201-1/+12
* 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 (combobox demo): Set intial value of text field based on value o...Scott González2010-07-201-1/+4
* Autocomplete (combobox demo): Detect valid entries when typed, but not select...Scott González2010-07-201-5/+15
* Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
* Autocomplete: Clear selectedItem property whenever the user types something. ...Scott González2010-07-202-0/+2
* 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
* Merge remote branch 'origin/master'jzaefferer2010-07-2042-113/+273
|\
| * Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ...Scott González2010-07-191-0/+1
| * Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n...Scott González2010-07-193-3/+9
| * Autocompelte demos: Renamed the scrollable demo so the title fits on one line...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
| * Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: d...Scott González2010-07-192-0/+53
| * Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
| * Menu: Only look for .ui-menu-item elements to determine if a menu item is the...Scott González2010-07-191-2/+2
| * Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #569...Scott González2010-07-193-2/+3
| * Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
| * Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - a...Scott González2010-07-196-1/+15
| * 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
* | argument shifting is not done correctly when the options argument is not supp...kobrigo2010-07-161-5/+5
|/