aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-1036/+0
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* All: Remove "Depends" commentRafael Xavier de Souza2014-01-241-5/+0
| | | | | Ref #9464 Ref gh-1029
* All: Wrap source files with UMD return exportsRafael Xavier de Souza2014-01-241-2/+19
| | | | | Ref #9464 Ref gh-1029
* Resizable: Only resize/reposition if size is greater than specified gridKris Borchers2014-01-151-4/+14
| | | | | Fixes #9611 Closes gh-1132
* Resizable: whitespace fixedJyoti Deka2014-01-091-1/+1
| | | | Closes gh-1162
* Resizable: remove redundant comments and whitespaceJyoti Deka2013-12-151-42/+15
|
* Resizable: containment plugin restricts resizing within containerJyoti Deka2013-12-151-11/+30
| | | | | Fixes #7018 Fixes #9107 Closes gh-1122
* Resizable: fix whitespace on containment pluginJyoti Deka2013-12-151-41/+71
|
* Resizable: containment now works with non - immediate childrenJyoti Deka2013-12-151-2/+2
| | | | Fixes #7485 Closes gh-1130
* Resizable: modified to allow resizing when resizables are nested.Jyoti Deka2013-12-141-1/+1
| | | | | Fixes #5025 Closes gh-1149
* Resizable: Moved helper methods into the widget prototype.Scott González2013-10-241-50/+51
|
* Resizable: Store size based on calculated helper size to prevent 1 pixel ↵Kris Borchers2013-10-181-1/+1
| | | | shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid
* Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵Christian Klammer2013-05-291-2/+2
| | | | Erratic behavior of contained elements within scrollable grandparents
* Core: Removed $.ui.hasScroll(). Fixes #9190 - Core: Remove $.ui.hasScroll().Scott González2013-03-271-4/+27
|
* Widgets: Updating to use instance method on bridgeCorey Frang2013-03-191-11/+11
|
* Update copyright year to 2013.Scott González2013-01-101-1/+1
|
* Interactions: Update widget defaults to match documented API.Mike Sherov2013-01-021-1/+6
|
* All: Convert single quotes to double quotes.Mike Sherov2012-12-251-70/+70
|
* Resizable: Respect containment for alsoResize option. Fixes #4603 - ↵Scott González2012-12-031-61/+61
| | | | Resizable: alsoResize option doesn't work with containment. Fixes #5559 - Dialog: Content grows bigger than widget on resize at document edge.
* Resizable: Modified the default z-index value of resizable handles. Fixed ↵TJ VanToll2012-11-261-1/+2
| | | | #7960 - Dialog: Modal dialogs do not disable resizables on the page.
* Resizable: use css() instead of position() for absolute placement. Fixes ↵Mike Sherov2012-11-171-2/+3
| | | | #3815 - Resizable: absolutely positioned element inside scrollable element is repositioned when resized
* Dev: Make resizable pass JSHint without any settings overridesMike Sherov2012-11-171-175/+311
|
* Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width ↵Ethan Romba2012-11-121-10/+23
| | | | | | | | and height when only one is changing Resizable: Trigger resize event only when element is resized. Fixes #5545 - Callbacks ignore the grid. Resizable: Added event tests. Fixes #5817 - resize event reports unconstrained ui.size
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-13/+13
|
* Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not ↵Ethan Romba2012-11-091-15/+29
| | | | respect min/max dimensions
* Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: ↵Mathias Stenbom2012-11-051-4/+5
| | | | Complex markup for handles.
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵Mike Sherov2012-10-311-41/+41
| | | | test suite to pass
* Resizable: Removed pixel shifting for IE6.Scott González2012-10-261-8/+4
|
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-211-1/+1
|
* Resizable: Use .insertAfter() instead of .after() to avoid recursively ↵Scott González2012-10-131-9/+8
| | | | destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0.
* Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.Scott González2012-10-101-2/+2
|
* Updated docs URLS.Scott González2012-09-261-1/+1
|
* Simplify licensing.Scott González2012-08-091-1/+1
|
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
|
* Resizable: Remove IE hidden element hack. It seems illogical and I have no ↵Scott González2012-06-141-3/+0
| | | | idea what it's trying to fix.
* Resizable: Fixed destroy method.Scott González2012-05-241-2/+2
|
* Resizable, Slider: Don't use .hover().Scott González2012-05-211-3/+3
|
* Resizable: Remove uses of self var; use that var.Scott González2012-05-091-93/+93
|
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-191-3/+2
| | | | dialog does not disable resizables on the page.
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* Updated copyright year.Scott González2012-03-081-1/+1
|
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵gromo2012-03-021-2/+2
| | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly.
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-28/+28
|
* Resizable: Removed Opera relative/absolute positioning exception code. ↵TJ VanToll2012-02-061-35/+1
| | | | Fixed #6763 - ui.dialog & resizable & button & opera 11
* Removed unnecessary code.polomoshnov2011-09-231-1/+1
|
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵Scott González2011-05-281-4/+1
| | | | version numbers on instances.
* Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ↵Jeff Remy2011-05-261-3/+31
| | | | - Resizable with aspectRatio true & a maxWidth doesn't obey ratio once hit max width.
* Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 ↵Carson McDonald2011-05-091-0/+2
| | | | - Resizable autoHide Doesn't Work With Resizable's disable
* Resizable: Changed the way box size is determined when using a helper. Fixed ↵George Marshall2011-02-011-3/+3
| | | | #6926 - Window doesn't change to size that helper shows when snapping to grid
* Updated copyright year.Scott González2011-01-171-1/+1
|