| Commit message (Expand) | Author | Age | Files | Lines |
* | Autocomplete: Don't invoke a search from arrow keys when the element can have... | meh-cfl | 2012-04-07 | 1 | -6/+11 |
* | Autocomplete: Move race condition logic from ajax requests to general respons... | Scott González | 2012-04-03 | 1 | -18/+20 |
* | Protect all copyright notices against minification | Jörn Zaefferer | 2012-04-02 | 1 | -1/+1 |
* | Fixes #6979 - Several components are leaking variables into the global scope. | felix | 2012-03-29 | 1 | -1/+1 |
* | Updated copyright year. | Scott González | 2012-03-19 | 1 | -1/+1 |
* | Autocomplete: Set context for ajax requests instead of relying on default con... | Scott González | 2012-02-11 | 1 | -1/+3 |
* | Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ... | Scott González | 2011-10-25 | 1 | -1/+3 |
* | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ... | Scott González | 2011-10-18 | 1 | -0/+8 |
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 1 | -1/+1 |
* | Autocomplete: Use appropriate methods for getting scroll values for .prop()/.... | Scott González | 2011-05-11 | 1 | -4/+4 |
* | Autocomplete: moved autoFocus implementation to after menu visible for a11y | Richard Worth | 2011-03-15 | 1 | -4/+4 |
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete... | Richard Worth | 2011-03-15 | 1 | -0/+5 |
* | Autocomplete: Fixed handling of race conditions when using jQuery 1.3.2. Fixe... | Scott González | 2011-01-27 | 1 | -6/+8 |
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
* | Autocomplete: Track pending requests and only remove the loading class when t... | Scott González | 2010-12-18 | 1 | -1/+8 |
* | Autocomplete: Abort pending ajax requests when disabled and prevent handling ... | Scott González | 2010-12-18 | 1 | -2/+5 |
* | Autocomplete: Update selectedItem in the asynchronous focus handling for IE. ... | Scott González | 2010-12-01 | 1 | -0/+1 |
* | Autocomplete: Handle ajax errors and timeouts. Fixes #6692 - Autocomplete: ui... | Scott González | 2010-11-30 | 1 | -4/+15 |
* | Autocomplete: Re-position menu after resizing, not before. Fixes #6648 - Auto... | Scott González | 2010-11-12 | 1 | -3/+5 |
* | Autocomplete: Trigger close after hiding the menu. Fixes #6227 - Autocomplete... | Scott González | 2010-10-26 | 1 | -1/+1 |
* | 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 |