Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Tooltip: Register event handlers before content is loaded | Marco Ziech | 2015-02-25 | 2 | -7/+41 |
| | | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456 | ||||
* | Tabs: Use standard promise methods for jqXHR | Scott González | 2015-02-24 | 2 | -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 elements | Nils Heuermann | 2015-02-24 | 3 | -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 typo | Scott González | 2015-02-23 | 1 | -2/+2 |
| | | | | | | Closes gh-1447 Thanks Spencer Davis | ||||
* | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 23 | -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 manually | Scott González | 2015-02-23 | 1 | -15/+28 |
| | | | | | Fixes #11143 Closes gh-1454 | ||||
* | Build: Use browserSets from testswarm config | Timo Tijhof | 2015-02-20 | 1 | -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 leaks | TJ VanToll | 2015-02-20 | 1 | -0/+1 |
| | | | | | Fixes #11125 Closes gh-1448 | ||||
* | Theme: Restore placeholders for overlay background image | Jörn Zaefferer | 2015-02-12 | 1 | -1/+1 |
| | | | | | | | These are still needed. Ref gh-1436 Ref jquery/download.jqueryui.com#248 | ||||
* | Sortable: Add support for iframes | Marcus Warren | 2015-02-03 | 1 | -21/+21 |
| | | | | | Fixes #9604 Closes gh-1443 | ||||
* | Dialog: Remove overflow: hidden and reposition resize handles | TJ VanToll | 2015-01-28 | 1 | -6/+37 |
| | | | | | Fixes #10543 Closes gh-1439 | ||||
* | Resizable: correct width when grid approaches zero | Mike Sherov | 2015-01-27 | 2 | -3/+3 |
| | | | | Fixes #10590 | ||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 2 | -3/+3 |
| | |||||
* | Theme: Improve default theme styling | Jasper de Groot | 2015-01-27 | 22 | -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 Zaefferer | 2015-01-26 | 3 | -1176/+1806 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 21 | -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 leftovers | Michael Orchard | 2015-01-22 | 2 | -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 consistently | Jörn Zaefferer | 2015-01-21 | 6 | -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 click | Alexander Schmitz | 2015-01-16 | 1 | -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 maintainers | Scott González | 2015-01-14 | 1 | -10/+5 |
| | |||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 20 | -45045/+12 |
| | | | | | | | | | | | 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 | ||||
* | Docs: Clarify PHP Usage | Luke Page | 2015-01-12 | 2 | -46/+47 |
| | | | | | | | Clarify that PHP is not required for testing, add a link to the CONTRIBUTING page and tidy up. Closes gh-1418 | ||||
* | Selectmenu: Better handling when there are no options | Scott González | 2015-01-12 | 2 | -8/+34 |
| | | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423 | ||||
* | Tooltip: Accept HTMLElement and jQuery objects for the content option | Daniel Owens | 2015-01-12 | 2 | -8/+29 |
| | | | | | | Fixes #9278 Closes #983 Closes #1421 | ||||
* | Slider: Fix max calculation, when step is float | Jyoti Deka | 2015-01-12 | 2 | -3/+33 |
| | | | | | Fixes #10721 Closes gh-1398 | ||||
* | Tests: Fix jQuery version references to match files in external/ | Jörn Zaefferer | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | Tests: Fix jquery reference in unit index file | Jörn Zaefferer | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | DatePicker: increase date range so that tests still pass through 2015 | Luke Page | 2015-01-10 | 1 | -2/+2 |
| | |||||
* | DatePicker: Fix tests to have unique names | Luke Page | 2015-01-10 | 1 | -4/+4 |
| | |||||
* | Resizable: Match on exact node name | Adam Foster | 2015-01-09 | 1 | -2/+2 |
| | | | | | Fixes #10748 Closes gh-1417 | ||||
* | Core: Match on exact node name for `:focusable` and `:tabbable` | Adam Foster | 2015-01-09 | 1 | -1/+1 |
| | | | | | Fixes #10747 Ref gh-1417 | ||||
* | Position: Add unit tests for bug 8710 | Thomas Meyer | 2015-01-09 | 2 | -0/+40 |
| | | | | | Ref #8710 Closes gh-1071 | ||||
* | Position: Restore old flip collision handling | Thomas Meyer | 2015-01-09 | 1 | -2/+2 |
| | | | | | | | This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1. Fixes #8710 Ref gh-1071 | ||||
* | Accordion: Set `aria-expanded` when collapsing | Scott González | 2015-01-05 | 2 | -29/+62 |
| | | | | | Fixes #10703 Closes gh-1413 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 59 | -60/+59 |
| | | | | Closes gh-1403 | ||||
* | Widget: Improve readability in `$.widget.bridge()` | Giovanni Giacobbi | 2014-12-31 | 1 | -5/+6 |
| | | | | Closes gh-1409 | ||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 31 | -806/+921 |
| | | | | | | | | | | | | | | | | | | 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 typo | Rafael Xavier de Souza | 2014-11-25 | 1 | -1/+1 |
| | | | | | | | Amend "Build: Remove manifest files; move metadata to source files" b5f1ffdea4c3c4b41936e56d4cb23ca8acb2aaa8 Ref gh-1379 | ||||
* | Dialog: Updating demo style based on changes to theme and demo CSS | Alexander Schmitz | 2014-11-18 | 2 | -3/+4 |
| | | | | | Fixes #10693 Closes #1385 | ||||
* | Easing: Fixed small typo in easing demo | Anne-Gaelle Colom | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 43 | -426/+262 |
| | | | | Closes gh-1379 | ||||
* | Widget: Fix typos | Scott González | 2014-11-10 | 1 | -4/+4 |
| | | | | Closes gh-1386 | ||||
* | Draggable: Ensure parent is correct after dragging through sortable | Mike Sherov | 2014-11-08 | 2 | -2/+29 |
| | | | | Fixes #10669 | ||||
* | Demos: Fix menu markup in split button demo | Jörn Zaefferer | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Demos: Fix menu markup in tooltip video-player demo | Jörn Zaefferer | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Droppable: Remove $.ui.intersect() | Mike Sherov | 2014-11-05 | 1 | -4/+4 |
| | | | | Fixes #10534 |