Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resizable: Store size based on calculated helper size to prevent 1 pixel ↵ | Kris Borchers | 2013-10-18 | 1 | -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 Klammer | 2013-05-29 | 1 | -2/+2 |
| | | | | Erratic behavior of contained elements within scrollable grandparents | ||||
* | Core: Removed $.ui.hasScroll(). Fixes #9190 - Core: Remove $.ui.hasScroll(). | Scott González | 2013-03-27 | 1 | -4/+27 |
| | |||||
* | Widgets: Updating to use instance method on bridge | Corey Frang | 2013-03-19 | 1 | -11/+11 |
| | |||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Interactions: Update widget defaults to match documented API. | Mike Sherov | 2013-01-02 | 1 | -1/+6 |
| | |||||
* | All: Convert single quotes to double quotes. | Mike Sherov | 2012-12-25 | 1 | -70/+70 |
| | |||||
* | Resizable: Respect containment for alsoResize option. Fixes #4603 - ↵ | Scott González | 2012-12-03 | 1 | -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 VanToll | 2012-11-26 | 1 | -1/+2 |
| | | | | #7960 - Dialog: Modal dialogs do not disable resizables on the page. | ||||
* | Resizable: use css() instead of position() for absolute placement. Fixes ↵ | Mike Sherov | 2012-11-17 | 1 | -2/+3 |
| | | | | #3815 - Resizable: absolutely positioned element inside scrollable element is repositioned when resized | ||||
* | Dev: Make resizable pass JSHint without any settings overrides | Mike Sherov | 2012-11-17 | 1 | -175/+311 |
| | |||||
* | Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width ↵ | Ethan Romba | 2012-11-12 | 1 | -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ález | 2012-11-09 | 1 | -13/+13 |
| | |||||
* | Resizable: Grid now respects min/max dimensions. Fixed #8435 - grid does not ↵ | Ethan Romba | 2012-11-09 | 1 | -15/+29 |
| | | | | respect min/max dimensions | ||||
* | Resizable: Made handles work with complex markup. Fixes #8756 - Resizable: ↵ | Mathias Stenbom | 2012-11-05 | 1 | -4/+5 |
| | | | | Complex markup for handles. | ||||
* | Dev: Standardized the resizable test suite. Fixed #8754 - Dev: Get resizable ↵ | Mike Sherov | 2012-10-31 | 1 | -41/+41 |
| | | | | test suite to pass | ||||
* | Resizable: Removed pixel shifting for IE6. | Scott González | 2012-10-26 | 1 | -8/+4 |
| | |||||
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 1 | -1/+1 |
| | |||||
* | Resizable: Use .insertAfter() instead of .after() to avoid recursively ↵ | Scott González | 2012-10-13 | 1 | -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ález | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Resizable: Remove IE hidden element hack. It seems illogical and I have no ↵ | Scott González | 2012-06-14 | 1 | -3/+0 |
| | | | | idea what it's trying to fix. | ||||
* | Resizable: Fixed destroy method. | Scott González | 2012-05-24 | 1 | -2/+2 |
| | |||||
* | Resizable, Slider: Don't use .hover(). | Scott González | 2012-05-21 | 1 | -3/+3 |
| | |||||
* | Resizable: Remove uses of self var; use that var. | Scott González | 2012-05-09 | 1 | -93/+93 |
| | |||||
* | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵ | TJ VanToll | 2012-04-19 | 1 | -3/+2 |
| | | | | dialog does not disable resizables on the page. | ||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -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ález | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Resizable: Update aspectRatio to use calculated aspectRatio in case of: ↵ | gromo | 2012-03-02 | 1 | -2/+2 |
| | | | | containment - parent; aspectRatio - true. Fixes #8158 - Resizable: aspectRatio: true isn't handled properly. | ||||
* | Use hard tabs for indentation consistently | Trey Hunner | 2012-02-27 | 1 | -28/+28 |
| | |||||
* | Resizable: Removed Opera relative/absolute positioning exception code. ↵ | TJ VanToll | 2012-02-06 | 1 | -35/+1 |
| | | | | Fixed #6763 - ui.dialog & resizable & button & opera 11 | ||||
* | Removed unnecessary code. | polomoshnov | 2011-09-23 | 1 | -1/+1 |
| | |||||
* | 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. |