aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* 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
* All: Drop support for jQuery 1.6.xJörn Zaefferer2015-01-134-30/+3
| | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
* Selectmenu: Better handling when there are no optionsScott González2015-01-121-8/+20
| | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423
* Tooltip: Accept HTMLElement and jQuery objects for the content optionDaniel Owens2015-01-121-8/+5
| | | | | | Fixes #9278 Closes #983 Closes #1421
* Slider: Fix max calculation, when step is floatJyoti Deka2015-01-121-2/+20
| | | | | Fixes #10721 Closes gh-1398
* Resizable: Match on exact node nameAdam Foster2015-01-091-2/+2
| | | | | Fixes #10748 Closes gh-1417
* Core: Match on exact node name for `:focusable` and `:tabbable`Adam Foster2015-01-091-1/+1
| | | | | Fixes #10747 Ref gh-1417
* Position: Restore old flip collision handlingThomas Meyer2015-01-091-2/+2
| | | | | | | This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1. Fixes #8710 Ref gh-1071
* Accordion: Set `aria-expanded` when collapsingScott González2015-01-051-4/+7
| | | | | Fixes #10703 Closes gh-1413
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-0237-37/+37
| | | | Closes gh-1403
* Widget: Improve readability in `$.widget.bridge()`Giovanni Giacobbi2014-12-311-5/+6
| | | | Closes gh-1409
* Effects: RewriteMike Sherov2014-12-1016-748/+784
| | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017
* Build: Fix typoRafael Xavier de Souza2014-11-251-1/+1
| | | | | | | Amend "Build: Remove manifest files; move metadata to source files" b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 Ref gh-1379
* Build: Remove manifest files; move metadata to source filesScott González2014-11-1037-71/+258
| | | | Closes gh-1379
* Draggable: Ensure parent is correct after dragging through sortableMike Sherov2014-11-081-2/+6
| | | | Fixes #10669
* Droppable: Remove $.ui.intersect()Mike Sherov2014-11-051-4/+4
| | | | Fixes #10534
* Tabs: Suppress automatic activation when navigating with COMMANDScott González2014-11-041-2/+3
| | | | | Fixes #9621 Closes gh-1383