aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
...
| * Mouse: Style updatesAlexander Schmitz2015-08-211-2/+2
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Progressbar: Style updatesAlexander Schmitz2015-08-211-1/+1
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Resizable: Style updatesAlexander Schmitz2015-08-211-3/+3
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Selectable: Style updatesAlexander Schmitz2015-08-211-2/+2
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Selectmenu: Style updatesAlexander Schmitz2015-08-211-6/+6
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Slider: Style updatesAlexander Schmitz2015-08-211-3/+3
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Sortable: Style updatesAlexander Schmitz2015-08-211-8/+8
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Spinner: Style updatesAlexander Schmitz2015-08-211-11/+11
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Tabs: Style updatesAlexander Schmitz2015-08-211-19/+19
| | | | | | | | | | Ref #14246 Ref gh-1588
| * Tooltip: Style updatesAlexander Schmitz2015-08-211-9/+9
| | | | | | | | | | Ref #14246 Ref gh-1588
* | Calendar: Remove _refresh methodFelix Nagel2015-10-081-9/+8
| |
* | Calendar: Fix some jshint issuesFelix Nagel2015-10-081-13/+14
| |
* | Calendar: Remove all unused methods from custom date objectFelix Nagel2015-09-271-37/+0
| |
* | Calendar: Move custom date object to ui namespaceFelix Nagel2015-09-272-2/+239
| |
* | Calendar: Remove some obsolete todo commentsFelix Nagel2015-09-271-1/+0
| |
* | Calendar: Make header prev / next buttons min / max option awareFelix Nagel2015-09-101-19/+48
| | | | | | | | | | | | | | | | * Disable / enable header buttons according to min / max * Add tests for header button states * Improve header button rendering and refreshing * Improve header button label escaping on create * Create button pane for multiple pickers (bugfix)
* | Calendar: Make use of escapeSelector methodFelix Nagel2015-09-101-7/+4
| |
* | Calendar: Fix view when moving between multiple months with keyboardFelix Nagel2015-09-101-1/+8
| | | | | | | | | | Make sure numberOfMonths is taken into account while navigating with keyboard when rendering multiple calendar grids (numberOfMonths > 1).
* | Calendar: Fix weekday name jumping when using numberOfMonths optionFelix Nagel2015-08-251-1/+1
| | | | | | | | | | | | Fixes weekday name jumping when clicking the last day of the last grid. Includes some basic tests for multiple month demo and this specific issue.
* | Merge branch 'master' into datepickerScott González2015-08-2055-412/+808
|\|
| * Tooltip: Move tooltip into widgets directoryAlexander Schmitz2015-08-081-5/+5
| | | | | | | | Ref #13885
| * Tabs: Move tabs into widgets directoryAlexander Schmitz2015-08-081-6/+6
| | | | | | | | Ref #13885
| * Spinner: Move spinner into widgets folderAlexander Schmitz2015-08-081-5/+5
| | | | | | | | Ref #13885
| * Sortable: Move sortable into widgets folderAlexander Schmitz2015-08-081-7/+6
| | | | | | | | Ref #13885
| * Slider: Move slider into widgets folderAlexander Schmitz2015-08-081-4/+4
| | | | | | | | Ref #13885
| * Selectmenu: Move selectmenu into widgets folderAlexander Schmitz2015-08-081-9/+8
| | | | | | | | Ref #13885
| * Selectable: Move selectable into widgets folderAlexander Schmitz2015-08-081-3/+3
| | | | | | | | Ref #13885
| * Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-082-6/+6
| | | | | | | | Ref #13885
| * Mouse: Move mouse into widgets folderAlexander Schmitz2015-08-088-10/+10
| | | | | | | | Ref #13885
| * Progressbar: Move progressbar into widgets folderAlexander Schmitz2015-08-081-2/+2
| | | | | | | | Ref #13885
| * Menu: Move menu into widgets folderAlexander Schmitz2015-08-083-9/+8
| | | | | | | | Ref #13885
| * Droppable: Move droppable into widgets folderAlexander Schmitz2015-08-081-4/+4
| | | | | | | | Ref #13885
| * Effects: Move individual effects into effects folderAlexander Schmitz2015-08-0815-30/+30
| | | | | | | | Ref #13885
| * Draggable: Move draggable into widgets folderAlexander Schmitz2015-08-083-10/+10
| | | | | | | | Ref #13885
| * Dialog: Move dialog into widgets folderAlexander Schmitz2015-08-081-14/+13
| | | | | | | | Ref #13885
| * Datepicker: Move datepicker into widgets folderAlexander Schmitz2015-08-0875-76/+76
| | | | | | | | Ref #13885
| * Button: Move button into widgets folderAlexander Schmitz2015-08-083-7/+7
| | | | | | | | Ref #13885
| * Autocomplete: Move autocomplete into widgets folderAlexander Schmitz2015-08-081-7/+6
| | | | | | | | Ref #13885
| * Accordion: Move accordion into widgets folderAlexander Schmitz2015-08-081-5/+4
| | | | | | | | Ref #13885
| * Core: Movie uniqueId into its own module and deprecate core moduleAlexander Schmitz2015-08-088-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 moduleAlexander Schmitz2015-08-085-16/+47
| | | | | | | | Ref #9647
| * Core: Move tabbable into its own moduleAlexander Schmitz2015-08-083-9/+38
| | | | | | | | 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-084-38/+68
| | | | | | | | 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-083-8/+22
| | | | | | | | Ref #9647