aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Button: Move button into widgets folderAlexander Schmitz2015-08-089-13/+14
| | | | Ref #13885
* Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-087-13/+13
| | | | Ref #13885
* Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-088-12/+13
| | | | Ref #13885
* Demos: bootstrap needs to account for widgets folderAlexander Schmitz2015-08-081-0/+18
| | | | Ref #13885
* Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-089-62/+82
| | | | | | | 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 moduleAlexander Schmitz2015-08-085-16/+47
| | | | Ref #9647
* Core: Move tabbable into its own moduleAlexander Schmitz2015-08-084-11/+41
| | | | Ref #9647
* Core: Move safe blur into its own moduleAlexander Schmitz2015-08-084-14/+25
| | | | Ref #9647
* Core: Move safeActiveElement into its own moduleAlexander Schmitz2015-08-088-36/+52
| | | | Ref #9647
* Core: Move plugin into its own moduleAlexander Schmitz2015-08-084-31/+46
| | | | Ref #9647
* Core: Move backcompat for core 1.7 into its own moduleAlexander Schmitz2015-08-082-62/+90
| | | | Ref #9647
* Core: Move labels into its own moduleAlexander Schmitz2015-08-085-39/+70
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-0813-29/+63
| | | | Ref #9647
* Core: Move $.ui.ie into its own moduleAlexander Schmitz2015-08-084-3/+18
| | | | Ref #9647
* Core: Move form method into its own moduleAlexander Schmitz2015-08-084-9/+24
| | | | Ref #9647
* Core: Move escape selector into its own moduleAlexander Schmitz2015-08-084-9/+25
| | | | Ref #9647
* Core: Move focusable into its own moduleAlexander Schmitz2015-08-084-35/+69
| | | | Ref #9647
* Core: Move disable-selection into its own moduleAlexander Schmitz2015-08-083-20/+51
| | | | Ref #9647
* Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-086-13/+45
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-0839-17/+60
| | | | Ref #9647
* Build: Update the licenses attribute to singular licenseJörn Zaefferer2015-07-241-6/+1
| | | | | Specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license
* Slider: Remove horizontal scrollbar demo from index it was removedAlexander Schmitz2015-07-211-1/+0
|
* Droppable: Remove shopping cart demo from index it was deletedAlexander Schmitz2015-07-211-1/+0
|
* Widget: Update demo to use AMDAlexander Schmitz2015-07-211-8/+2
| | | | Ref #10119
* Tooltip: Update demos to use AMDAlexander Schmitz2015-07-217-63/+14
| | | | Ref #10119
* Tabs: Update demos to use AMDAlexander Schmitz2015-07-217-54/+14
| | | | Ref #10119
* Sortable: Update demos to use AMDAlexander Schmitz2015-07-211-1/+0
| | | | Ref #10119
* Spinner: Update demos to use AMDAlexander Schmitz2015-07-216-83/+33
| | | | Ref #10119
* Sortable: Update demos to use AMDAlexander Schmitz2015-07-217-55/+14
| | | | Ref #10119
* Slider: Update demos to use AMDAlexander Schmitz2015-07-2110-95/+41
| | | | Ref #10119
* Selectmenu: Update demos to use AMDAlexander Schmitz2015-07-213-55/+34
| | | | Ref #10119
* Selectable: Update demos to use AMDAlexander Schmitz2015-07-213-24/+6
| | | | Ref #10119
* Resizable: Update demos to use AMDAlexander Schmitz2015-07-2110-80/+20
| | | | Ref #10119
* Progressbar: Update demos to use AMDAlexander Schmitz2015-07-214-33/+8
| | | | Ref #10119
* Position: Update demos to use AMDAlexander Schmitz2015-07-212-16/+4
| | | | Ref #10119
* Menu: Update demos to use AMDAlexander Schmitz2015-07-213-24/+6
| | | | Ref #10119
* Effects: Update demos to use AMDAlexander Schmitz2015-07-2110-106/+21
| | | | Ref #10119
* Droppable: Update demos to use AMDAlexander Schmitz2015-07-216-58/+13
| | | | Ref #10119
* Draggable: Update to demos to use AMDAlexander Schmitz2015-07-2110-81/+20
| | | | Ref #10119
* Dialog: Switch demos to use AMDAlexander Schmitz2015-07-215-63/+10
| | | | Ref #10119
* Autocomplete: Update demos to use AMDAlexander Schmitz2015-07-2112-135/+45
| | | | Ref #10119
* Datepicker: Update localization demo to use i18n files from ui folderAlexander Schmitz2015-07-215-147/+1
| | | | Ref #10119
* Datepicker: Use new demos infrastructureAlexander Schmitz2015-07-2118-113/+32
| | | | Ref #10119
* Accordion: Use new demos infrastructureAlexander Schmitz2015-07-218-202/+13
| | | | Ref #10119
* Build: Add demos to jscs and jshintAlexander Schmitz2015-07-212-2/+11
|
* Demos: Fixup correct nameAlexander Schmitz2015-07-211-1/+1
|
* Demos: Add new infrastructure using a require.js bootstrapAlexander Schmitz2015-07-213-1/+74
| | | | | Fixes #10119 Closes gh-1557
* Dialog: Fix removal of event listener for modal dialogsScott González2015-07-171-3/+2
| | | | Fixes #13649
* Sortable: Optimize `_intersectsWithPointer()`Victor Homyakov2015-07-081-5/+7
| | | | Closes gh-1574
* Position: Guard against passing window to offsetAlexander Schmitz2015-07-081-2/+3
| | | | | | | Starting in jQuery 3.0 this will throw an error Fixes #13493 Closes gh-1565