Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Add classes option | Alexander Schmitz | 2015-03-11 | 1 | -28/+34 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -47/+21 |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | ||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 1 | -9/+8 |
| | | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445 | ||||
* | All: Add css-dependency-comments based on jQuery Mobile | Rafael Xavier de Souza | 2015-02-26 | 1 | -0/+3 |
| | | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440 | ||||
* | Resizable: correct width when grid approaches zero | Mike Sherov | 2015-01-27 | 1 | -1/+1 |
| | | | | Fixes #10590 | ||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 1 | -1/+1 |
| | |||||
* | Resizable: Match on exact node name | Adam Foster | 2015-01-09 | 1 | -2/+2 |
| | | | | | Fixes #10748 Closes gh-1417 | ||||
* | Build: Remove dates from copyright notice | Anne-Gaelle Colom | 2015-01-02 | 1 | -1/+1 |
| | | | | Closes gh-1403 | ||||
* | 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 | ||||
* | Build: Remove manifest files; move metadata to source files | Scott González | 2014-11-10 | 1 | -2/+7 |
| | | | | Closes gh-1379 | ||||
* | Resizable: fix JSCS violations | Mike Sherov | 2014-08-11 | 1 | -73/+180 |
| | |||||
* | Resizable: account for padding & border in grids. | Mike Sherov | 2014-08-05 | 1 | -21/+52 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 1 | -5/+13 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 1 | -8/+1 |
| | | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140 | ||||
* | Resizable: Fix size/position changes in resize event | Scott González | 2014-07-24 | 1 | -23/+37 |
| | | | | | Fixes #10351 Closes gh-1292 | ||||
* | Resizable: Remove accidental exposure of internal data in events | Jyoti Deka | 2014-07-16 | 1 | -8/+6 |
| | | | | | Fixes #10148 Closes gh-1279 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 1 | -8/+0 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | All: Updating copyright year to 2014 | TJ VanToll | 2014-01-28 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -0/+1036 |
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 |