aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Style updatesAlexander Schmitz2015-08-217-66/+66
| | | | | Ref #14246 Ref gh-1588
* Tooltip: Style updatesAlexander Schmitz2015-08-216-18/+18
| | | | | Ref #14246 Ref gh-1588
* Button: Remove padding on text element for icon only buttonsScott González2015-08-201-1/+1
| | | | Fixes #14056
* Spinner: Add padding to input to give consistent visual styleAlexander Schmitz2015-08-141-1/+1
| | | | | Fixes #13997 Closes #1586
* Theme: If make outer border consistent among widgetsAlexander Schmitz2015-08-141-0/+3
| | | | | | | Make sure all widgets use the default border color Ref #13997 Ref #1586
* Build: remove dependency on grunt-contrib-concatAlexander Schmitz2015-08-081-1/+0
|
* Build: Remove grunt concat task its no longer usedAlexander Schmitz2015-08-081-42/+0
| | | | | | This task was only used to create the combined js file for sizer and for creating the combined files for the NPM package. The npm package is no longer maintained so there is no need for this any more.
* Build: Add requirejs build taskAlexander Schmitz2015-08-082-13/+25
| | | | | This more closely emulates what you get from the builder in terms of file order it also will error on any dependency issues.
* Tests: adjust jshint path for moving all widgets into folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Tooltip: Move tooltip into widgets directoryAlexander Schmitz2015-08-089-13/+14
| | | | Ref #13885
* Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-088-13/+14
| | | | Ref #13885
* Spinner: Move spinner into widgets folderAlexander Schmitz2015-08-089-13/+14
| | | | Ref #13885
* Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-088-14/+14
| | | | Ref #13885
* Slider: Move slider into widgets folderAlexander Schmitz2015-08-087-10/+11
| | | | Ref #13885
* Selectmenu: Move selectmenu into widgets folderAlexander Schmitz2015-08-087-15/+15
| | | | Ref #13885
* Selectable: Move selectable into widgets folderAlexander Schmitz2015-08-086-8/+9
| | | | Ref #13885
* Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-089-14/+14
| | | | Ref #13885
* Mouse: Move mouse into widgets folderAlexander Schmitz2015-08-089-10/+12
| | | | Ref #13885
* Progressbar: Move progressbar into widgets folderAlexander Schmitz2015-08-087-8/+9
| | | | Ref #13885
* Menu: Move menu into widgets folderAlexander Schmitz2015-08-089-15/+15
| | | | Ref #13885
* Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-0810-13/+14
| | | | Ref #13885
* Effects: Move individual effects into effects folderAlexander Schmitz2015-08-0819-62/+67
| | | | Ref #13885
* Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-0811-18/+19
| | | | Ref #13885
* Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-0810-23/+23
| | | | Ref #13885
* Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-0881-82/+83
| | | | Ref #13885
* 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