aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Core: Move escape selector into its own moduleAlexander Schmitz2015-08-084-9/+25
| | | | Ref #9647
* Core: Move focusable into its own moduleAlexander Schmitz2015-08-083-34/+67
| | | | 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-085-12/+43
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-0839-17/+60
| | | | Ref #9647
* 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
* Autocomplete: Revert mistaken event alias changeJörn Zaefferer2015-07-011-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 pointsAlexander Schmitz2015-06-031-24/+56
| | | | | Fixes #11097 Closes gh-1560
* Resizable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-4/+4
|
* Mouse: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-10/+10
|
* Core: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* Effects: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Widget: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-6/+6
|
* Tabs: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-5/+5
|
* Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Slider: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Droppable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Draggable: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-10/+12
|
* Datepicker: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-18/+18
|
* Button: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-14/+14
|
* Autocomplete: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* Accordion: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-2/+2
|
* Form Reset: Add form reset mixinScott González2015-05-141-0/+62
| | | | | Fixes #12638 Closes gh-1555
* Widget: Support mixinsScott González2015-05-141-0/+4
| | | | | Fixes #12601 Closes gh-1554
* Tabs: Use $.ui.escapeSelector to avoid invalid selectorsAlexander Schmitz2015-05-051-1/+1
|
* Selectmenu: Use $.ui.escapeSelectorAlexander Schmitz2015-05-051-2/+3
|
* Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methodsAlexander Schmitz2015-05-052-4/+54
| | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546
* Effect: Make .transfer() callback optionalJörn Zaefferer2015-04-241-1/+3
| | | | | | | Adds two tests to at least check that no exception is thrown. Fixes #12223 Closes gh-1545
* Slider: Range fills all space after changing orientationAblay Keldibek2015-04-221-0/+12
| | | | | | | Resets width/height of range Fixes #12205 Closes gh-1533
* Tooltip: Remove name attribute from elements in the live regionJiabao Wu2015-04-221-0/+1
| | | | | Fixes #11272 Closes gh-1544
* Slider: Pass 0 value if slider reaches itAblay Keldibek2015-04-201-2/+2
| | | | | Fixes #12196 Closes gh-1540
* Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixesJörn Zaefferer2015-04-181-2/+17
| | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-081-15/+0
| | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725