Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: Move autocomplete into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -646/+0 |
| | | | | Ref #13885 | ||||
* | Core: Move safeActiveElement into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 |
| | | | | Ref #9647 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Autocomplete: Revert mistaken event alias change | Jörn Zaefferer | 2015-07-01 | 1 | -1/+1 |
| | | | | | | | This is a call on the menu widget, not using an event alias. Ref 8b4ce807cd97e3cb953995934d6c4f614de9fa03 Ref #12770 | ||||
* | Autocomplete: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | All: Include native dialogs in appendTo logic (ui-front walking) | Scott González | 2015-03-26 | 1 | -1/+1 |
| | | | | | Ref #10739 Ref gh-1517 | ||||
* | Autocomplete: Default for classes option is defined in $.Widget | Jörn Zaefferer | 2015-03-18 | 1 | -1/+0 |
| | | | | Ref #7053 | ||||
* | Autocomplete: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -34/+34 |
| | | | | Closes gh-1504 | ||||
* | Autocomplete: Simplify _create() method | Jörn Zaefferer | 2015-03-17 | 1 | -8/+5 |
| | | | | | | Uses logical expressions in place of conditional expressions. Closes #1490 | ||||
* | Autocomplete: Restore focus after clicking a menu item, if necessary | Scott González | 2015-03-12 | 1 | -0/+10 |
| | | | | | Fixes #9201 Closes gh-1470 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 1 | -1/+1 |
| | | | | Closes gh-1478 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -10/+9 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+3 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Autocomplete: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -1/+3 |
| | |||||
* | Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistency | TJ VanToll | 2014-08-08 | 1 | -1/+1 |
| | | | | Fixes #10525 | ||||
* | Autocomplete: ESCAPE should not change content of a MultiLine | Yermo Lamers | 2014-07-24 | 1 | -1/+3 |
| | | | | | Fixes #9790 Closes gh-1190 | ||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 1 | -2/+7 |
| | | | | | Fixes #7434 Closes gh-1238 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Do not set value on multi-line input | Yermo | 2014-01-28 | 1 | -1/+5 |
| | | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184 | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+617 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |