aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: Fix style issuesJörn Zaefferer2015-03-181-100/+100
| | | | Closes gh-1494
* Menu: Fix style issuesJörn Zaefferer2015-03-181-45/+45
| | | | Closes gh-1491
* Autocomplete: Fix style issuesJörn Zaefferer2015-03-181-34/+34
| | | | Closes gh-1504
* Spinner: Fix style issuesJörn Zaefferer2015-03-181-35/+35
| | | | Closes gh-1501
* Widget: Fix style issuesJörn Zaefferer2015-03-181-38/+38
| | | | Closes gh-1500
* Position: Fix style issuesJörn Zaefferer2015-03-181-22/+22
| | | | Closes gh-1499
* Selectmenu: Fix style issuesJörn Zaefferer2015-03-181-64/+64
| | | | Closes gh-1498
* Dialog: Fix style issuesJörn Zaefferer2015-03-181-67/+67
| | | | Closes gh-1497
* Core: Fix style issuesJörn Zaefferer2015-03-181-32/+32
| | | | Closes gh-1496
* Accordion: Fix style issuesJörn Zaefferer2015-03-181-68/+68
| | | | Closes gh-1495
* Progressbar: Fix style issuesJörn Zaefferer2015-03-181-10/+10
| | | | Closes gh-1493
* Tooltip: Fix style issuesJörn Zaefferer2015-03-181-33/+33
| | | | Closes gh-1492
* Autocomplete: Simplify _create() methodJörn Zaefferer2015-03-171-8/+5
| | | | | | Uses logical expressions in place of conditional expressions. Closes #1490
* Autocomplete: Restore focus after clicking a menu item, if necessaryScott González2015-03-121-0/+10
| | | | | Fixes #9201 Closes gh-1470
* Core: Add methods to work around IE active element bugsScott González2015-03-127-38/+40
| | | | Closes gh-1478
* Slider: Pass handle index to eventsAblay Keldibek2015-03-121-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 optionAlexander Schmitz2015-03-111-11/+30
| | | | | Ref #7053 Ref gh-1411
* Tabs: Add classes optionAlexander Schmitz2015-03-111-36/+37
| | | | | Ref #7053 Ref gh-1411
* Spinner: Add classes optionAlexander Schmitz2015-03-111-18/+36
| | | | | Ref #7053 Ref gh-1411
* Sortable: Add classes optionAlexander Schmitz2015-03-111-15/+19
| | | | | Ref #7053 Ref gh-1411
* Slider: Add classes optionAlexander Schmitz2015-03-111-42/+35
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Add classes optionAlexander Schmitz2015-03-111-39/+48
| | | | | Ref #7053 Ref gh-1411
* Selectable: Add classes optionAlexander Schmitz2015-03-111-30/+24
| | | | | Ref #7053 Ref gh-1411
* Resizable: Add classes optionAlexander Schmitz2015-03-111-28/+34
| | | | | Ref #7053 Ref gh-1411
* Progressbar: Add classes optionAlexander Schmitz2015-03-111-17/+23
| | | | | Ref #7053 Ref gh-1411
* Menu: Add classes optionAlexander Schmitz2015-03-111-61/+57
| | | | | Ref #7053 Ref gh-1411
* Droppable: Add classes optionAlexander Schmitz2015-03-111-24/+65
| | | | | Ref #7053 Ref gh-1411
* Draggable: Add classes optionAlexander Schmitz2015-03-111-7/+6
| | | | | Ref #7053 Ref gh-1411
* Dialog: Add classes optionAlexander Schmitz2015-03-111-30/+55
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Add classes optionAlexander Schmitz2015-03-111-10/+9
| | | | | Ref #7053 Ref gh-1411
* Accordion: Add classes optionAlexander Schmitz2015-03-111-60/+55
| | | | | Ref #7053 Ref gh-1411
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-14/+107
| | | | | Fixes #7053 Closes gh-1411
* Dialog: Remove animation stopping in destroyScott González2015-03-111-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 stepAblay Keldibek2015-03-051-1/+1
| | | | | Fixes #11286 Closes gh-1465
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-051-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 selectionBen Mosher2015-03-041-47/+21
| | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-031-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 animationsScott González2015-03-031-1/+4
| | | | | | Fixes #9264 Closes gh-1287 Closes gh-1459
* Core: Drop feature detection for version check to support jQuery 1.7Scott González2015-02-271-5/+11
| | | | | Fixes #11197 Closes gh-1458
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-2616-0/+42
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Tooltip: Register event handlers before content is loadedMarco Ziech2015-02-251-7/+19
| | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456
* Tabs: Use standard promise methods for jqXHRScott González2015-02-241-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 elementsNils Heuermann2015-02-241-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 typoScott González2015-02-231-2/+2
| | | | | | Closes gh-1447 Thanks Spencer Davis
* Dialog: Stop tracking instance in destroy() to avoid memory leaksTJ VanToll2015-02-201-0/+1
| | | | | Fixes #11125 Closes gh-1448
* Sortable: Add support for iframesMarcus Warren2015-02-031-21/+21
| | | | | Fixes #9604 Closes gh-1443
* Resizable: correct width when grid approaches zeroMike Sherov2015-01-271-1/+1
| | | | Fixes #10590
* Resizable: Whitespace CleanupMike Sherov2015-01-271-1/+1
|
* Theme: Improve default theme stylingJasper de Groot2015-01-271-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 consistentlyJörn Zaefferer2015-01-212-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