Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Selectmenu: Move selectmenu into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -684/+0 |
| | | | | Ref #13885 | ||||
* | Menu: Move menu into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Core: Movie uniqueId into its own module and deprecate core module | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | | | | 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 labels into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+4 |
| | | | | Ref #9647 | ||||
* | Core: Move keyCode into its own module | Alexander Schmitz | 2015-08-08 | 1 | -3/+3 |
| | | | | Ref #9647 | ||||
* | Core: Move escape selector into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Core: Move version and creation of the ui namespace into its own module | Alexander Schmitz | 2015-08-08 | 1 | -0/+1 |
| | | | | Ref #9647 | ||||
* | Selectmenu: Use $.ui.escapeSelector | Alexander Schmitz | 2015-05-05 | 1 | -2/+3 |
| | |||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 1 | -3/+3 |
| | | | | | | | $.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 | ||||
* | All: Include native dialogs in appendTo logic (ui-front walking) | Scott González | 2015-03-26 | 1 | -1/+1 |
| | | | | | Ref #10739 Ref gh-1517 | ||||
* | Selectmenu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -64/+64 |
| | | | | Closes gh-1498 | ||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -39/+48 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 1 | -4/+13 |
| | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+3 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692 | ||||
* | Selectmenu: Better handling when there are no options | Scott González | 2015-01-12 | 1 | -8/+20 |
| | | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Selectmenu: Copy title attributes | Felix Nagel | 2014-11-04 | 1 | -2/+5 |
| | | | | | Fixes #10435 Closes gh-1298 | ||||
* | Selectmenu: Properly parse value from options | Scott González | 2014-11-04 | 1 | -1/+1 |
| | | | | Fixes #10684 | ||||
* | Selectmenu: Introduce _renderButtonItem() method | Felix Nagel | 2014-11-04 | 1 | -18/+37 |
| | | | | | Fixes #10142 Closes gh-1299 | ||||
* | Selectmenu: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -8/+11 |
| | |||||
* | Selectmenu: Remove broken tabindex code | Scott González | 2014-10-22 | 1 | -3/+2 |
| | |||||
* | Selectmenu: Preserve text selection and button focus on click | Scott González | 2014-10-16 | 1 | -3/+47 |
| | | | | | Fixes #10639 Closes gh-1358 | ||||
* | Selectmenu: Preserve text selection when interacting with the widget | Scott González | 2014-07-29 | 1 | -0/+7 |
| | | | | | Fixes #10144 Closes gh-1295 | ||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 1 | -6/+16 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -0/+1 |
| | |||||
* | Selectmenu: Simplify selection of focused item via keyboard | Scott González | 2014-04-18 | 1 | -5/+6 |
| | | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224 | ||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 1 | -8/+2 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | Selectmenu: Cleanup | Scott González | 2014-04-18 | 1 | -49/+62 |
| | | | | Ref gh-1224 | ||||
* | Selectmenu: Add UMD wrapper | TJ VanToll | 2014-02-21 | 1 | -8/+18 |
| | |||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | | | | Fixes #9757 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+536 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |