aboutsummaryrefslogtreecommitdiffstats
path: root/ui/resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* Resizable: Add classes optionAlexander Schmitz2015-03-111-28/+34
| | | | | Ref #7053 Ref gh-1411
* 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
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Resizable: correct width when grid approaches zeroMike Sherov2015-01-271-1/+1
| | | | Fixes #10590
* Resizable: Whitespace CleanupMike Sherov2015-01-271-1/+1
|
* Resizable: Match on exact node nameAdam Foster2015-01-091-2/+2
| | | | | Fixes #10748 Closes gh-1417
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* 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-101-2/+7
| | | | Closes gh-1379
* Resizable: fix JSCS violationsMike Sherov2014-08-111-73/+180
|
* Resizable: account for padding & border in grids.Mike Sherov2014-08-051-21/+52
| | | | Fixes #10437
* Resizable: Fix containment width with relative parent.Jyoti Deka2014-08-041-5/+13
| | | | Refs #10140 Closes gh-1303
* Resizable: Fix containment calculation with relative parentMike Sherov2014-08-041-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 eventScott González2014-07-241-23/+37
| | | | | Fixes #10351 Closes gh-1292
* Resizable: Remove accidental exposure of internal data in eventsJyoti Deka2014-07-161-8/+6
| | | | | Fixes #10148 Closes gh-1279
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-161-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 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+1036
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029