aboutsummaryrefslogtreecommitdiffstats
path: root/ui/resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* 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