aboutsummaryrefslogtreecommitdiffstats
path: root/ui/resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.11.31.11.3Scott González2015-02-121-2/+2
|
* Resizable: correct width when grid approaches zeroMike Sherov2015-02-091-1/+1
| | | | | Fixes #10590 (cherry picked from commit 9493839f23b6ff71aacb9cb8fe8fde6c8d0ecd61)
* Resizable: Whitespace CleanupMike Sherov2015-02-091-1/+1
| | | | (cherry picked from commit 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e)
* Resizable: Match on exact node nameAdam Foster2015-02-091-2/+2
| | | | | | Fixes #10748 Closes gh-1417 (cherry picked from commit faefab842bc79f212ccee227b7a37c7630b1573c)
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-02-091-1/+1
| | | | | Closes gh-1403 (cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)
* 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