aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.12.11.12.1Scott González2016-09-141-2/+2
|
* Resizable: Fix line length issuesAlexander Schmitz2016-04-131-5/+14
| | | | Ref gh-1690
* Resizable: Implement `setOption` for handlesKonstantin Dinev2016-03-301-54/+79
| | | | | Fixes #3423 Closes gh-1666
* Resizable: Fix top jump with rotated elementFrancesc Baeta2016-03-301-1/+1
| | | | | | | | | | Fix top jump when resizing a rotated element (90°) using north handle and exceeding the minmal height (default 10px). Bug was found using a resizable-rotation-patch: https://github.com/unlocomqx/jQuery-ui-resizable-rotation-patch Closes gh-1687
* Resizable: Fix data reference for `ui-resizable-alsoresize`Scott González2015-11-091-1/+1
| | | | Fixes #14788
* Resizable: Don't use CSS shorthand properties with `.css()`Scott González2015-11-051-12/+9
| | | | | Fixes #7766 Closes gh-1644
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-3/+3
| | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder.
* Resizable: Remove mysterious helper dimension adjustmentsScott González2015-10-161-2/+2
| | | | | Fixes #11113 Closes gh-1615
* Resizable: Don't round dimensionsScott González2015-09-171-14/+14
|
* Resizable: Style updatesAlexander Schmitz2015-09-111-283/+285
| | | | Ref #14246
* Resizable: Style updatesAlexander Schmitz2015-08-211-3/+3
| | | | | Ref #14246 Ref gh-1588
* Resizable: Move resizable into widgets folderAlexander Schmitz2015-08-081-0/+1168
Ref #13885