Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Move tabs into widgets directory | Alexander Schmitz | 2015-08-08 | 1 | -6/+6 |
| | | | | Ref #13885 | ||||
* | Spinner: Move spinner into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -5/+5 |
| | | | | Ref #13885 | ||||
* | Sortable: Move sortable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -7/+6 |
| | | | | Ref #13885 | ||||
* | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -4/+4 |
| | | | | Ref #13885 | ||||
* | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -9/+8 |
| | | | | Ref #13885 | ||||
* | Selectable: Move selectable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -3/+3 |
| | | | | Ref #13885 | ||||
* | Resizable: Move resizable into widgets folder | Alexander Schmitz | 2015-08-08 | 2 | -6/+6 |
| | | | | Ref #13885 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 8 | -10/+10 |
| | | | | Ref #13885 | ||||
* | Progressbar: Move progressbar into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -2/+2 |
| | | | | Ref #13885 | ||||
* | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 3 | -9/+8 |
| | | | | Ref #13885 | ||||
* | Droppable: Move droppable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -4/+4 |
| | | | | Ref #13885 | ||||
* | Effects: Move individual effects into effects folder | Alexander Schmitz | 2015-08-08 | 15 | -30/+30 |
| | | | | Ref #13885 | ||||
* | Draggable: Move draggable into widgets folder | Alexander Schmitz | 2015-08-08 | 3 | -10/+10 |
| | | | | Ref #13885 | ||||
* | Dialog: Move dialog into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -14/+13 |
| | | | | Ref #13885 | ||||
* | Datepicker: Move datepicker into widgets folder | Alexander Schmitz | 2015-08-08 | 75 | -76/+76 |
| | | | | Ref #13885 | ||||
* | Button: Move button into widgets folder | Alexander Schmitz | 2015-08-08 | 3 | -7/+7 |
| | | | | Ref #13885 | ||||
* | Autocomplete: Move autocomplete into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -7/+6 |
| | | | | Ref #13885 | ||||
* | Accordion: Move accordion into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -5/+4 |
| | | | | Ref #13885 | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 8 | -60/+80 |
| | | | | | | | 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 | 5 | -16/+47 |
| | | | | Ref #9647 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 3 | -9/+38 |
| | | | | Ref #9647 | ||||
* | Core: Move safe blur into its own module | Alexander Schmitz | 2015-08-08 | 4 | -14/+25 |
| | | | | Ref #9647 | ||||
* | Core: Move safeActiveElement into its own module | Alexander Schmitz | 2015-08-08 | 8 | -36/+52 |
| | | | | Ref #9647 | ||||
* | Core: Move plugin into its own module | Alexander Schmitz | 2015-08-08 | 4 | -31/+46 |
| | | | | Ref #9647 | ||||
* | Core: Move backcompat for core 1.7 into its own module | Alexander Schmitz | 2015-08-08 | 2 | -62/+90 |
| | | | | Ref #9647 | ||||
* | Core: Move labels into its own module | Alexander Schmitz | 2015-08-08 | 4 | -38/+68 |
| | | | | Ref #9647 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 13 | -29/+63 |
| | | | | Ref #9647 | ||||
* | Core: Move $.ui.ie into its own module | Alexander Schmitz | 2015-08-08 | 4 | -3/+18 |
| | | | | Ref #9647 | ||||
* | Core: Move form method into its own module | Alexander Schmitz | 2015-08-08 | 3 | -8/+22 |
| | | | | Ref #9647 | ||||
* | Core: Move escape selector into its own module | Alexander Schmitz | 2015-08-08 | 4 | -9/+25 |
| | | | | Ref #9647 | ||||
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 3 | -34/+67 |
| | | | | Ref #9647 | ||||
* | Core: Move disable-selection into its own module | Alexander Schmitz | 2015-08-08 | 3 | -20/+51 |
| | | | | Ref #9647 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 5 | -12/+43 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 39 | -17/+60 |
| | | | | Ref #9647 | ||||
* | Dialog: Fix removal of event listener for modal dialogs | Scott González | 2015-07-17 | 1 | -3/+2 |
| | | | | Fixes #13649 | ||||
* | Sortable: Optimize `_intersectsWithPointer()` | Victor Homyakov | 2015-07-08 | 1 | -5/+7 |
| | | | | Closes gh-1574 | ||||
* | Position: Guard against passing window to offset | Alexander Schmitz | 2015-07-08 | 1 | -2/+3 |
| | | | | | | | Starting in jQuery 3.0 this will throw an error Fixes #13493 Closes gh-1565 | ||||
* | 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 | ||||
* | Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points | Alexander Schmitz | 2015-06-03 | 1 | -24/+56 |
| | | | | | Fixes #11097 Closes gh-1560 | ||||
* | Resizable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -4/+4 |
| | |||||
* | Mouse: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -10/+10 |
| | |||||
* | Core: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -3/+3 |
| | |||||
* | Effects: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Widget: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -6/+6 |
| | |||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -5/+5 |
| | |||||
* | Spinner: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Slider: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Droppable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -2/+2 |
| | |||||
* | Draggable: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Dialog: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 1 | -10/+12 |
| |