aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sortable: Add classes optionAlexander Schmitz2015-03-111-15/+19
| | | | | Ref #7053 Ref gh-1411
* Slider: Add classes optionAlexander Schmitz2015-03-114-43/+53
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Add classes optionAlexander Schmitz2015-03-114-40/+68
| | | | | 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-112-29/+37
| | | | | Ref #7053 Ref gh-1411
* Progressbar: Add classes optionAlexander Schmitz2015-03-114-37/+52
| | | | | Ref #7053 Ref gh-1411
* Menu: Add classes optionAlexander Schmitz2015-03-113-69/+88
| | | | | Ref #7053 Ref gh-1411
* Droppable: Add classes optionAlexander Schmitz2015-03-1111-41/+169
| | | | | 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-118-54/+255
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Add classes optionAlexander Schmitz2015-03-113-10/+19
| | | | | Ref #7053 Ref gh-1411
* Accordion: Add classes optionAlexander Schmitz2015-03-114-69/+81
| | | | | Ref #7053 Ref gh-1411
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-1120-15/+272
| | | | | Fixes #7053 Closes gh-1411
* Build: Add qunit-assert-classes plug-in for classes testsAlexander Schmitz2015-03-114-0/+73
|
* Accordion: Fix tests in IE 11 with jQuery 1.7-1.8Scott González2015-03-111-12/+55
| | | | Closes gh-1482
* Dialog: Remove animation stopping in destroyScott González2015-03-113-11/+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
* Dialog: Fix focus tests in IE8 with jQuery 1.7Scott González2015-03-111-42/+46
| | | | Ref gh-1481
* Tests: Use jquery-git1 instead of jquery-gitScott González2015-03-114-5/+5
| | | | Closes gh-1480
* Build: Style fixesJörn Zaefferer2015-03-063-39/+39
|
* Tests: Fix missing wrapper in widget extend unit testsJörn Zaefferer2015-03-061-0/+4
|
* Tests: Fix missing wrappers in progressbar testsJörn Zaefferer2015-03-064-0/+16
|
* Slider: Modified to allow value to reach max value with float stepAblay Keldibek2015-03-052-2/+12
| | | | | Fixes #11286 Closes gh-1465
* Selectmenu: Support `width: false` and default to 14emScott González2015-03-057-17/+21
| | | | | | | | | | `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
* Build: Don't use .min.js extension for individual source filesScott González2015-03-051-1/+1
| | | | | | | | | | We don't actually use these files for anything other than size comparisons, but having the .min.js extension means that AMD is broken. Note: If you're using AMD with the minified files, just run a build instead. Fixes #10674 Closes gh-1466
* Tests: Reduce timeouts to optimize testsuite runtimeJörn Zaefferer2015-03-0411-70/+68
|
* Resizable: alsoResize more than one element of a jQuery selectionBen Mosher2015-03-042-47/+51
| | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461
* Resizable: Modified to allow jquery objects as handlesPatricia Juarez2015-03-033-9/+38
| | | | | | | 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-252-7/+41
| | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456
* Tabs: Use standard promise methods for jqXHRScott González2015-02-242-13/+18
| | | | | | | 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-243-14/+97
| | | | | | | | | | 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
* Build: Upgrade to jQuery 1.11.2Scott González2015-02-2323-3910/+72387
| | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3
* Datepicker: Fix date range demo when entering values manuallyScott González2015-02-231-15/+28
| | | | | Fixes #11143 Closes gh-1454
* Build: Use browserSets from testswarm configTimo Tijhof2015-02-201-1/+1
| | | | | | | | | It's already in jQuery's Jenkins node-testswarm config (and set to the same value) but not used yet. Reference it to make sure it keeps working in the future. Closes gh-1452
* Dialog: Stop tracking instance in destroy() to avoid memory leaksTJ VanToll2015-02-201-0/+1
| | | | | Fixes #11125 Closes gh-1448
* Theme: Restore placeholders for overlay background imageJörn Zaefferer2015-02-121-1/+1
| | | | | | | These are still needed. Ref gh-1436 Ref jquery/download.jqueryui.com#248
* Sortable: Add support for iframesMarcus Warren2015-02-031-21/+21
| | | | | Fixes #9604 Closes gh-1443
* Dialog: Remove overflow: hidden and reposition resize handlesTJ VanToll2015-01-281-6/+37
| | | | | Fixes #10543 Closes gh-1439
* Resizable: correct width when grid approaches zeroMike Sherov2015-01-272-3/+3
| | | | Fixes #10590
* Resizable: Whitespace CleanupMike Sherov2015-01-272-3/+3
|
* Theme: Improve default theme stylingJasper de Groot2015-01-2722-53/+48
| | | | | | | | | | | | | | | | | | 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
* Build: Update QUnit to latest (1.17.1)Jörn Zaefferer2015-01-263-1176/+1806
|
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-2421-25/+5
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* All: Remove 1.6.x leftoversMichael Orchard2015-01-222-3/+1
| | | | | | | | | Removes 1.6 versions from "All" tests and from the TestSwarm job. Ref #10723 Ref gh-1422 Closes gh-1434 Closes gh-1435
* Menu: Use ui-state-active consistentlyJörn Zaefferer2015-01-216-18/+16
| | | | | | | | 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
* Theme: Disabled elements can still be focused with a clickAlexander Schmitz2015-01-161-0/+1
| | | | | | | | | pointer-events: none; fixes this in chrome, safari, and firefox. IE and opera both show no focus styles on click, so lack of pointer-events support in old ie is not a problem. Fixes #10573 Closes gh-1330
* Build: Update list of maintainersScott González2015-01-141-10/+5
|