Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -4/+1 |
| | | | | version numbers on instances. | ||||
* | Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ↵ | Jeff Remy | 2011-05-26 | 1 | -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 McDonald | 2011-05-09 | 1 | -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 Marshall | 2011-02-01 | 1 | -3/+3 |
| | | | | #6926 - Window doesn't change to size that helper shows when snapping to grid | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵ | Scott González | 2010-08-10 | 1 | -1/+1 |
| | | | | Problem with JavaScriptPacker. | ||||
* | All: Added http://jqueryui.com/about to header comments. | Scott González | 2010-07-14 | 1 | -1/+1 |
| | |||||
* | All: Define a local undefined variable inside the main closure. | Scott González | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Updated copyright headers to make it clear that you can choose between MIT ↵ | Scott González | 2010-07-09 | 1 | -3/+3 |
| | | | | and GPLv2. Also added a link to http://jquery.org/license. | ||||
* | Resizable: Adding missing variable initialization. Fixes #5694 - Invalid ↵ | eXtreme | 2010-06-28 | 1 | -1/+1 |
| | | | | reference in UI Resizable hack for Opera. | ||||
* | Resizable: Add missing var declaration to new _reset function/subroutine. | Kevin Dalman | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ↵ | ALLPRO | 2010-06-10 | 1 | -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ález | 2010-02-05 | 1 | -2/+2 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | resizable method destroy: put unwrapped original element in wrapper's place ↵ | Richard Worth | 2010-02-03 | 1 | -2/+2 |
| | | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -1/+1 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵ | Scott González | 2010-01-07 | 1 | -22/+21 |
| | | | | menu; including menu static tests). | ||||
* | Split mouse into its own file and udpdated dependency lists. | Scott González | 2009-12-22 | 1 | -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 Worth | 2009-09-17 | 1 | -0/+798 |
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 |