Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -100/+100 |
| | | | | Closes gh-1494 | ||||
* | Menu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -45/+45 |
| | | | | Closes gh-1491 | ||||
* | Autocomplete: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -34/+34 |
| | | | | Closes gh-1504 | ||||
* | Spinner: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -35/+35 |
| | | | | Closes gh-1501 | ||||
* | Widget: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -38/+38 |
| | | | | Closes gh-1500 | ||||
* | Position: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -22/+22 |
| | | | | Closes gh-1499 | ||||
* | Selectmenu: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -64/+64 |
| | | | | Closes gh-1498 | ||||
* | Dialog: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -67/+67 |
| | | | | Closes gh-1497 | ||||
* | Core: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -32/+32 |
| | | | | Closes gh-1496 | ||||
* | Accordion: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -68/+68 |
| | | | | Closes gh-1495 | ||||
* | Progressbar: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -10/+10 |
| | | | | Closes gh-1493 | ||||
* | Tooltip: Fix style issues | Jörn Zaefferer | 2015-03-18 | 1 | -33/+33 |
| | | | | Closes gh-1492 | ||||
* | Autocomplete: Simplify _create() method | Jörn Zaefferer | 2015-03-17 | 1 | -8/+5 |
| | | | | | | Uses logical expressions in place of conditional expressions. Closes #1490 | ||||
* | Autocomplete: Restore focus after clicking a menu item, if necessary | Scott González | 2015-03-12 | 1 | -0/+10 |
| | | | | | Fixes #9201 Closes gh-1470 | ||||
* | Core: Add methods to work around IE active element bugs | Scott González | 2015-03-12 | 7 | -38/+40 |
| | | | | Closes gh-1478 | ||||
* | Slider: Pass handle index to events | Ablay Keldibek | 2015-03-12 | 1 | -63/+47 |
| | | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486 | ||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -11/+30 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -36/+37 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Spinner: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -18/+36 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Sortable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -15/+19 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Slider: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -42/+35 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -39/+48 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -30/+24 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Resizable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -28/+34 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Progressbar: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -17/+23 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -61/+57 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -24/+65 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Draggable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -7/+6 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Dialog: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -30/+55 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -10/+9 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -60/+55 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -14/+107 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Dialog: Remove animation stopping in destroy | Scott González | 2015-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | Effects wrappers are no longer used, so the workaround and test are no longer necessary. This fixes tests in IE8 with jQuery 1.7. Effectively a complete revert of 13505e5945e5532c3d56424d50ad109c665d205f Closes gh-1481 | ||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+1 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | 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 | ||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -47/+21 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | ||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 1 | -9/+8 |
| | | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445 | ||||
* | Accordion: Handle `box-sizing: border-box` in animations | Scott González | 2015-03-03 | 1 | -1/+4 |
| | | | | | | Fixes #9264 Closes gh-1287 Closes gh-1459 | ||||
* | Core: Drop feature detection for version check to support jQuery 1.7 | Scott González | 2015-02-27 | 1 | -5/+11 |
| | | | | | Fixes #11197 Closes gh-1458 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 16 | -0/+42 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Tooltip: Register event handlers before content is loaded | Marco Ziech | 2015-02-25 | 1 | -7/+19 |
| | | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456 | ||||
* | Tabs: Use standard promise methods for jqXHR | Scott González | 2015-02-24 | 1 | -12/+17 |
| | | | | | | | The old success(), error() and complete() methods have been deprecated for a while and have been removed in upstream master. Closes gh-1455 | ||||
* | Sortable: Append a tr with td to the placeholder of tbody elements | Nils Heuermann | 2015-02-24 | 1 | -6/+17 |
| | | | | | | | | | | When sorting tbody elements of a table the placeholder needs to have a tr with td elements to be visible. The appended elements are created in the same way as for the placeholder of a tr element; the first row of the sorted tbody is used for that. Fixes #10682 Closes gh-1380 | ||||
* | Dialog: Fix typo | Scott González | 2015-02-23 | 1 | -2/+2 |
| | | | | | | Closes gh-1447 Thanks Spencer Davis | ||||
* | Dialog: Stop tracking instance in destroy() to avoid memory leaks | TJ VanToll | 2015-02-20 | 1 | -0/+1 |
| | | | | | Fixes #11125 Closes gh-1448 | ||||
* | Sortable: Add support for iframes | Marcus Warren | 2015-02-03 | 1 | -21/+21 |
| | | | | | Fixes #9604 Closes gh-1443 | ||||
* | Resizable: correct width when grid approaches zero | Mike Sherov | 2015-01-27 | 1 | -1/+1 |
| | | | | Fixes #10590 | ||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Theme: Improve default theme styling | Jasper de Groot | 2015-01-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | Changes tooltip to use the ui-widget-shadow class, which now applies the box-shadow style. .ui-widget-shadow was created when box-shadow wasn't available. By now, there's no point in faking a custom shadow anymore. This removes the only non-structural CSS from a widget-specific file. Updates demos to use the same font-family, removes unused images. Will be available as the new default theme on ThemeRoller called "Base", while "UI Smoothness" and "UI Lightness" will still be available in the gallery. Fixes #10617 Fixes #10880 Closes gh-1436 Ref jquery/download.jqueryui.com#248 | ||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 2 | -6/+4 |
| | | | | | | | | 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 |