aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
Commit message (Expand)AuthorAgeFilesLines
* 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 - Resizable...Scott González2012-12-031-61/+61
* Resizable: Modified the default z-index value of resizable handles. Fixed #7...TJ VanToll2012-11-261-1/+2
* Resizable: use css() instead of position() for absolute placement. Fixes #381...Mike Sherov2012-11-171-2/+3
* Dev: Make resizable pass JSHint without any settings overridesMike Sherov2012-11-171-175/+311
* Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and...Ethan Romba2012-11-121-10/+23
* 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
* Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: Co...Mathias Stenbom2012-11-051-4/+5
* Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ...Mike Sherov2012-10-311-41/+41
* 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 destro...Scott González2012-10-131-9/+8
* 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 id...Scott González2012-06-141-3/+0
* 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 d...TJ VanToll2012-04-191-3/+2
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: conta...gromo2012-03-021-2/+2
* Use hard tabs for indentation consistentlyTrey Hunner2012-02-271-28/+28
* Resizable: Removed Opera relative/absolute positioning exception code. Fixed...TJ VanToll2012-02-061-35/+1
* Removed unnecessary code.polomoshnov2011-09-231-1/+1
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-4/+1
* Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ...Jeff Remy2011-05-261-3/+31
* Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 -...Carson McDonald2011-05-091-0/+2
* Resizable: Changed the way box size is determined when using a helper. Fixed ...George Marshall2011-02-011-3/+3
* Updated copyright year.Scott González2011-01-171-1/+1
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - Probl...Scott González2010-08-101-1/+1
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Resizable: Adding missing variable initialization. Fixes #5694 - Invalid refe...eXtreme2010-06-281-1/+1
* Resizable: Add missing var declaration to new _reset function/subroutine.Kevin Dalman2010-06-101-1/+1
* Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ...ALLPRO2010-06-101-20/+33
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* resizable method destroy: put unwrapped original element in wrapper's place i...Richard Worth2010-02-031-2/+2
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-22/+21
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+798