Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Move dialog into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -908/+0 |
| | | | | Ref #13885 | ||||
* | Button: Move button into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | | | | uniqueId was the last thing in the core module, and it is now just a helper which require all the modules it used to contain. Closes #9647 | ||||
* | Core: Move scrollParent into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move safe blur into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move safeActiveElement into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move focusable 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 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Dialog: Fix removal of event listener for modal dialogs | Scott González | 2015-07-17 | 1 | -3/+2 |
| | | | | Fixes #13649 | ||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -10/+12 |
| | |||||
* | Dialog: Properly handle empty title with jQuery git | Scott González | 2015-03-25 | 1 | -3/+6 |
| | | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516 | ||||
* | Dialog: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -67/+67 |
| | | | | Closes gh-1497 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 1 | -19/+7 |
| | | | | Closes gh-1478 | ||||
* | Dialog: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -30/+55 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Dialog: Remove animation stopping in destroy | Scott González | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | Effects wrappers are no longer used, so the workaround and test are no longer necessary. This fixes tests in IE8 with jQuery 1.7. Effectively a complete revert of 13505e5945e5532c3d56424d50ad109c665d205f Closes gh-1481 | ||||
* | 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 | ||||
* | Dialog: Fix typo | Scott González | 2015-02-23 | 1 | -2/+2 |
| | | | | | | Closes gh-1447 Thanks Spencer Davis | ||||
* | Dialog: Stop tracking instance in destroy() to avoid memory leaks | TJ VanToll | 2015-02-20 | 1 | -0/+1 |
| | | | | | Fixes #11125 Closes gh-1448 | ||||
* | 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 | ||||
* | Dialog: Track the instance as soon as the dialog is opened | Scott González | 2014-07-23 | 1 | -3/+12 |
| | | | | Fixes #10152 | ||||
* | Dialog: Fix stacking of modal dialog overlays | Scott González | 2014-07-17 | 1 | -0/+8 |
| | | | | | Fixes #10138 Closes gh-1286 | ||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265 | ||||
* | Dialog: Fix shift-tab handling, focus the correct element | Jörn Zaefferer | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264 | ||||
* | Dialog: Fix off() -> unbind() for jQuery 1.6 compat | Timo Tijhof | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | Follows-up c9815f13b487d027ef9b. Fixes #10072 Closes gh-1256 | ||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 1 | -2/+6 |
| | | | | Fixes #9646 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+854 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |