Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tooltip: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -5/+5 |
| | |||||
* | Tabs: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -44/+44 |
| | |||||
* | Spinner: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -16/+19 |
| | |||||
* | Sortable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -14/+17 |
| | |||||
* | Slider: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -24/+19 |
| | |||||
* | Selectmenu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+19 |
| | |||||
* | Selectable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -3/+5 |
| | |||||
* | Resizable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -3/+4 |
| | |||||
* | Progressbar: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 1 | -3/+3 |
| | |||||
* | Menu: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -28/+34 |
| | |||||
* | Effects: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -2/+4 |
| | |||||
* | Droppable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -9/+11 |
| | |||||
* | Draggable: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -16/+16 |
| | |||||
* | Dialog: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 5 | -21/+18 |
| | |||||
* | Button: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 4 | -61/+66 |
| | |||||
* | Autocomplete: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -5/+5 |
| | |||||
* | Accordion: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+23 |
| | |||||
* | Tooltip: Add classes option | Alexander Schmitz | 2015-03-11 | 10 | -28/+142 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 6 | -63/+112 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Spinner: Add classes option | Alexander Schmitz | 2015-03-11 | 4 | -19/+57 |
| | | | | | 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 | 4 | -43/+53 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Selectmenu: Add classes option | Alexander Schmitz | 2015-03-11 | 4 | -40/+68 |
| | | | | | 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 | 2 | -29/+37 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Progressbar: Add classes option | Alexander Schmitz | 2015-03-11 | 4 | -37/+52 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Menu: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -69/+88 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Droppable: Add classes option | Alexander Schmitz | 2015-03-11 | 11 | -41/+169 |
| | | | | | 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 | 8 | -54/+255 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Autocomplete: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -10/+19 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 4 | -69/+81 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 20 | -15/+272 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Build: Add qunit-assert-classes plug-in for classes tests | Alexander Schmitz | 2015-03-11 | 4 | -0/+73 |
| | |||||
* | Accordion: Fix tests in IE 11 with jQuery 1.7-1.8 | Scott González | 2015-03-11 | 1 | -12/+55 |
| | | | | Closes gh-1482 | ||||
* | Dialog: Remove animation stopping in destroy | Scott González | 2015-03-11 | 3 | -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.7 | Scott González | 2015-03-11 | 1 | -42/+46 |
| | | | | Ref gh-1481 | ||||
* | Tests: Use jquery-git1 instead of jquery-git | Scott González | 2015-03-11 | 4 | -5/+5 |
| | | | | Closes gh-1480 | ||||
* | Build: Style fixes | Jörn Zaefferer | 2015-03-06 | 3 | -39/+39 |
| | |||||
* | Tests: Fix missing wrapper in widget extend unit tests | Jörn Zaefferer | 2015-03-06 | 1 | -0/+4 |
| | |||||
* | Tests: Fix missing wrappers in progressbar tests | Jörn Zaefferer | 2015-03-06 | 4 | -0/+16 |
| | |||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 2 | -2/+12 |
| | | | | | Fixes #11286 Closes gh-1465 | ||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 7 | -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 files | Scott González | 2015-03-05 | 1 | -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 runtime | Jörn Zaefferer | 2015-03-04 | 11 | -70/+68 |
| | |||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 2 | -47/+51 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | ||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 3 | -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 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 |