| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '1.8.6' into devpreview | jzaefferer | 2010-11-19 | 1 | -55/+124 |
|\ |
|
| * | Autocomplete: Always reset this.term after a select event, even if the select... | Scott González | 2010-10-25 | 1 | -1/+3 |
| * | Autocomplete: Split menu resizing logic into its own method to create a more ... | Scott González | 2010-10-21 | 1 | -7/+11 |
| * | Autocomplete: Don't react to key events on readonly inputs. Fixes #6170 - aut... | Scott González | 2010-10-11 | 1 | -1/+1 |
| * | Autocomplete: Pass along some more original events. | Scott González | 2010-10-11 | 1 | -2/+2 |
| * | Autocomplete: Prevent keypress events caused by enter key when selecting an i... | Dmitry Petrov | 2010-10-06 | 1 | -1/+13 |
| * | Autocomplete: Make sure we have a response before trying to check the length.... | Scott González | 2010-10-05 | 1 | -1/+1 |
| * | Autocomplete: Only prevent the default action for enter when a menu item is a... | Scott González | 2010-09-27 | 1 | -2/+2 |
| * | Autocomplete (Menu): Only traverse through .ui-menu-item elements for paging.... | Scott González | 2010-09-27 | 1 | -8/+10 |
| * | Autocomplete: Handle IE firing focus events asynchronously. Fixes #6109 - Aut... | Scott González | 2010-09-24 | 1 | -0/+6 |
| * | Autocomplete: Properly handle non-item clicks inside the suggestion list. Fix... | Scott González | 2010-09-20 | 1 | -1/+1 |
| * | Autocomplete: Store term when selecting an item to prevent another search tri... | jzaefferer | 2010-08-31 | 1 | -0/+1 |
| * | Autocomplete: Abort existing ajax requests when running new searches. | Scott González | 2010-08-24 | 1 | -1/+5 |
| * | Autocomplete: Don't handle remote data if it's not the most recent request. F... | Scott González | 2010-08-24 | 1 | -2/+7 |
| * | Autocomplete: changed menu activated function to check if the offset is great... | Robson Braga Araujo | 2010-08-11 | 1 | -1/+1 |
| * | Autocomplete: changed the search function to always store the last term that ... | Robson Braga Araujo | 2010-08-11 | 1 | -4/+5 |
| * | Autocomplete: Handle clicks outside the autocomplete after scrolling the resu... | Scott González | 2010-08-05 | 1 | -1/+18 |
| * | Autocomplete: Don't reset text field value on blur unless it will actually ch... | Scott González | 2010-08-04 | 1 | -1/+4 |
| * | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ... | Scott González | 2010-07-30 | 1 | -0/+12 |
| * | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ... | Scott González | 2010-07-30 | 1 | -1/+1 |
| * | Use pushStack in widget method. Fixes #5732 - make the widget method maintain... | jzaefferer | 2010-07-30 | 1 | -1/+1 |
| * | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fix... | Scott González | 2010-07-21 | 1 | -6/+2 |
| * | Autocomplete: Fixed bad reference to ownerDocument. | Scott González | 2010-07-21 | 1 | -1/+1 |
| * | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo... | Scott González | 2010-07-21 | 1 | -2/+6 |
| * | Autocomplete: Prevent the default behavior of pressing enter when the menu is... | Scott González | 2010-07-20 | 1 | -1/+1 |
| * | Autocomplete: Clear selectedItem property whenever the user types something. ... | Scott González | 2010-07-20 | 1 | -0/+1 |
| * | Autocomplet: refactored handling of menu's selected event. | Scott González | 2010-07-20 | 1 | -10/+7 |
| * | Autocompelte: Only run a search if the value has changed; switching from a bl... | Scott González | 2010-07-20 | 1 | -14/+4 |
| * | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are n... | Scott González | 2010-07-19 | 1 | -1/+1 |
| * | Autocomplete: Don't update the value of the text field until after setting fo... | Scott González | 2010-07-19 | 1 | -2/+8 |
| * | Menu: Only look for .ui-menu-item elements to determine if a menu item is the... | Scott González | 2010-07-19 | 1 | -2/+2 |
| * | Autocomplete: Added position option. Fixes #5153 - Autocomplete position option. | Scott González | 2010-07-19 | 1 | -7/+10 |
| * | Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes #... | Scott González | 2010-07-16 | 1 | -3/+7 |
| * | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -2/+2 |
| * | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| * | Updated copyright headers to make it clear that you can choose between MIT an... | Scott González | 2010-07-09 | 1 | -6/+6 |
| * | Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js | jzaefferer | 2010-07-05 | 1 | -1/+1 |
* | | Merge branch 'widget-super' into devpreview | jzaefferer | 2010-06-19 | 1 | -2/+2 |
|\ \ |
|
| * | | Add _superApply method and use it in a few places | jzaefferer | 2010-06-17 | 1 | -1/+1 |
| * | | First draft for a $.Widget _super method | jzaefferer | 2010-06-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'menu' into devpreview | jzaefferer | 2010-06-19 | 1 | -183/+4 |
|\ \
| |/
|/| |
|
| * | Renamed menu event selected to select to be consistent with naming convention... | jzaefferer | 2010-04-30 | 1 | -1/+1 |
| * | First attempt at integrating key handling into menu | jzaefferer | 2010-04-30 | 1 | -0/+2 |
| * | Actually removed the menu code from the autocomplete file | jzaefferer | 2010-04-30 | 1 | -182/+0 |
| * | Menu: Extracted menu code from autocomplete, updated all dependencies | jzaefferer | 2010-04-21 | 1 | -0/+1 |
* | | Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mou... | jzaefferer | 2010-05-18 | 1 | -1/+7 |
* | | Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock... | Scott González | 2010-04-23 | 1 | -0/+7 |
|/ |
|
* | Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt... | jzaefferer | 2010-04-16 | 1 | -5/+7 |
* | Autocomplete: Track input changes and fire change-event on blur, along with s... | jzaefferer | 2010-04-08 | 1 | -2/+9 |
* | Autocomplete: Only remove classes actually added by the widget, ui-widget etc... | jzaefferer | 2010-03-26 | 1 | -1/+1 |