aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* 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. (cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)
* Protect all copyright notices against minificationJörn Zaefferer2012-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. (cherry picked from commit 37dcc3e21df5f1373ff9963217073a9faecfc057, dropped menu, spinner and tooltip)
* Updated copyright year.Scott González2012-03-191-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. (cherry picked from commit 3e8ec7eb6bee97034363fe4e8704ed762fadbaba)
* Resizable: Removed Opera relative/absolute positioning exception code. ↵TJ VanToll2012-02-081-35/+1
| | | | | | Fixed #6763 - ui.dialog & resizable & button & opera 11 (cherry picked from commit f5e5971821dab4caf03dae4a6d207429aef44bae)
* 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. (cherry picked from commit 981e96948f45e5c5c32d005e379a5030c98c3d8d)
* Resizable: Skip autohide hover action when resizable is disabled. Fix #6948 ↵Carson McDonald2011-05-101-0/+2
| | | | | | - Resizable autoHide Doesn't Work With Resizable's disable (cherry picked from commit 0e2bc5efe217681c006ae7a16be21520e6563da6)
* Resizable: Changed the way box size is determined when using a helper. Fixed ↵George Marshall2011-02-021-3/+3
| | | | | | #6926 - Window doesn't change to size that helper shows when snapping to grid (cherry picked from commit 002f9a2629b906983c0b9edaffa0f7b9b5e457f5)
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵Scott González2010-08-101-1/+1
| | | | Problem with JavaScriptPacker.
* 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 ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Resizable: Adding missing variable initialization. Fixes #5694 - Invalid ↵eXtreme2010-06-281-1/+1
| | | | reference in UI Resizable hack for Opera.
* 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
| | | | - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
| | | | Fixes #5134 - Events not being triggered for drag and drop.
* resizable method destroy: put unwrapped original element in wrapper's place ↵Richard Worth2010-02-031-2/+2
| | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-22/+21
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
| | | | Fixes #5023 - Split mouse code into its own file.
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+798
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935