Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Style updates | Alexander Schmitz | 2015-08-21 | 7 | -66/+66 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Tooltip: Style updates | Alexander Schmitz | 2015-08-21 | 6 | -18/+18 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Button: Remove padding on text element for icon only buttons | Scott González | 2015-08-20 | 1 | -1/+1 |
| | | | | Fixes #14056 | ||||
* | Spinner: Add padding to input to give consistent visual style | Alexander Schmitz | 2015-08-14 | 1 | -1/+1 |
| | | | | | Fixes #13997 Closes #1586 | ||||
* | Theme: If make outer border consistent among widgets | Alexander Schmitz | 2015-08-14 | 1 | -0/+3 |
| | | | | | | | Make sure all widgets use the default border color Ref #13997 Ref #1586 | ||||
* | Build: remove dependency on grunt-contrib-concat | Alexander Schmitz | 2015-08-08 | 1 | -1/+0 |
| | |||||
* | Build: Remove grunt concat task its no longer used | Alexander Schmitz | 2015-08-08 | 1 | -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 task | Alexander Schmitz | 2015-08-08 | 2 | -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 folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Tooltip: Move tooltip into widgets directory | Alexander Schmitz | 2015-08-08 | 9 | -13/+14 |
| | | | | Ref #13885 | ||||
* | Tabs: Move tabs into widgets directory | Alexander Schmitz | 2015-08-08 | 8 | -13/+14 |
| | | | | Ref #13885 | ||||
* | Spinner: Move spinner into widgets folder | Alexander Schmitz | 2015-08-08 | 9 | -13/+14 |
| | | | | Ref #13885 | ||||
* | Sortable: Move sortable into widgets folder | Alexander Schmitz | 2015-08-08 | 8 | -14/+14 |
| | | | | Ref #13885 | ||||
* | Slider: Move slider into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -10/+11 |
| | | | | Ref #13885 | ||||
* | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -15/+15 |
| | | | | Ref #13885 | ||||
* | Selectable: Move selectable into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -8/+9 |
| | | | | Ref #13885 | ||||
* | Resizable: Move resizable into widgets folder | Alexander Schmitz | 2015-08-08 | 9 | -14/+14 |
| | | | | Ref #13885 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 9 | -10/+12 |
| | | | | Ref #13885 | ||||
* | Progressbar: Move progressbar into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -8/+9 |
| | | | | Ref #13885 | ||||
* | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 9 | -15/+15 |
| | | | | Ref #13885 | ||||
* | Droppable: Move droppable into widgets folder | Alexander Schmitz | 2015-08-08 | 10 | -13/+14 |
| | | | | Ref #13885 | ||||
* | Effects: Move individual effects into effects folder | Alexander Schmitz | 2015-08-08 | 19 | -62/+67 |
| | | | | Ref #13885 | ||||
* | Draggable: Move draggable into widgets folder | Alexander Schmitz | 2015-08-08 | 11 | -18/+19 |
| | | | | Ref #13885 | ||||
* | Dialog: Move dialog into widgets folder | Alexander Schmitz | 2015-08-08 | 10 | -23/+23 |
| | | | | Ref #13885 | ||||
* | Datepicker: Move datepicker into widgets folder | Alexander Schmitz | 2015-08-08 | 81 | -82/+83 |
| | | | | Ref #13885 | ||||
* | Button: Move button into widgets folder | Alexander Schmitz | 2015-08-08 | 9 | -13/+14 |
| | | | | Ref #13885 | ||||
* | Autocomplete: Move autocomplete into widgets folder | Alexander Schmitz | 2015-08-08 | 7 | -13/+13 |
| | | | | Ref #13885 | ||||
* | Accordion: Move accordion into widgets folder | Alexander Schmitz | 2015-08-08 | 8 | -12/+13 |
| | | | | Ref #13885 | ||||
* | Demos: bootstrap needs to account for widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+18 |
| | | | | Ref #13885 | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 9 | -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 module | Alexander Schmitz | 2015-08-08 | 5 | -16/+47 |
| | | | | Ref #9647 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 4 | -11/+41 |
| | | | | 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 | 5 | -39/+70 |
| | | | | 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 | 4 | -9/+24 |
| | | | | 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 | 4 | -35/+69 |
| | | | | 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 | 6 | -13/+45 |
| | | | | 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 | ||||
* | Build: Update the licenses attribute to singular license | Jörn Zaefferer | 2015-07-24 | 1 | -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 removed | Alexander Schmitz | 2015-07-21 | 1 | -1/+0 |
| | |||||
* | Droppable: Remove shopping cart demo from index it was deleted | Alexander Schmitz | 2015-07-21 | 1 | -1/+0 |
| | |||||
* | Widget: Update demo to use AMD | Alexander Schmitz | 2015-07-21 | 1 | -8/+2 |
| | | | | Ref #10119 | ||||
* | Tooltip: Update demos to use AMD | Alexander Schmitz | 2015-07-21 | 7 | -63/+14 |
| | | | | Ref #10119 |