aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-798/+0
| | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
* resizable: make global _store variable localJörn Zaefferer2009-09-151-1/+1
|
* Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize.Scott González2009-08-041-5/+5
|
* All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵Scott González2009-06-091-5/+2
| | | | $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used).
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-0/+1
| | | | factory should auto detect getters.
* Fixed #4199 (resizable with containment boundary - aspectRatio breaks.) with ↵Richard Worth2009-03-171-3/+3
| | | | patch from #4349 (Resizable with Containment Aspect Ratio Bug (Includes patching instructions)) props tcarnell and garside
* Fixed #3053 - when resizing a image a row of pixels can disappearRichard Worth2009-03-021-0/+3
| | | | | props raziel057
* Fixed #4127 - Resizable: displacement of element (in case of constraint ↵Richard Worth2009-03-021-0/+3
| | | | | | | resize area) props raziel057
* resizable: add ui-resizable-resizing class during resizeRichard Worth2009-02-281-1/+4
|
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
|
* Resizable: Fixed containment within relative/absolute positioned parent. ↵Scott González2009-02-191-0/+5
| | | | Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar.
* Resizable: Fixed #4147 - Little jump when a resizable is about to reach the ↵Eduardo Lundgren2009-02-151-8/+8
| | | | coordinate 0 (in x- or y-axis)
* Resizable:Scott González2009-02-131-8/+10
| | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
* all: fixed jslint warningsPaul Bakaus2009-02-101-1/+1
|
* Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper elementEduardo Lundgren2009-02-091-1/+4
|
* Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵Eduardo Lundgren2009-02-091-13/+12
| | | | internal)
* Resizable: Fixed #4092 - preserveCursor option should be removedEduardo Lundgren2009-02-091-7/+3
|
* Resizable: Fixed #4098 - Remove transparent optionEduardo Lundgren2009-02-091-6/+1
|
* Resizable: Fixed #4093: Removed disableSelection option.Scott González2009-02-091-9/+5
|
* Resizable: Fixed defaults in tests.Scott González2009-01-301-0/+1
|
* resizable: removed ui.optionsPaul Bakaus2009-01-291-11/+10
|
* Fixed #3954Eduardo Lundgren2009-01-281-7/+13
|
* Resizable: using isNumber on isminwEduardo Lundgren2009-01-271-1/+1
|
* Fixed #3251Eduardo Lundgren2009-01-271-2/+6
|
* Fixed #3894Eduardo Lundgren2009-01-271-6/+2
|
* Resizable documentScroll referenceEduardo Lundgren2009-01-271-1/+1
|
* Fixed #3879Eduardo Lundgren2009-01-271-3/+3
|
* Remove trailing spacesEduardo Lundgren2009-01-241-30/+30
|
* resizable: removed unneeded isVisible methodPaul Bakaus2009-01-231-4/+0
|
* resizable:Paul Bakaus2009-01-221-215/+174
| | | | | - knobHandles and default themes + theme detection removed (fixes #3906) - partial refactor
* whitespaceRichard Worth2009-01-221-1/+1
|
* Fixed #3733Eduardo Lundgren2009-01-211-2/+1
|
* Fixed #3058Eduardo Lundgren2009-01-161-2/+10
|
* Fixed #3843Eduardo Lundgren2009-01-161-1/+1
|
* Fixed #3842Eduardo Lundgren2009-01-161-2/+17
|
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-23/+17
|
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-17/+23
|
* cancel option should take in account <option> (fixes #3786)Paul Bakaus2009-01-071-1/+1
|
* Fix for #3767Jörn Zaefferer2009-01-061-0/+5
|
* Happy New YearRichard Worth2009-01-031-1/+1
|
* Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks.Scott González2009-01-031-2/+4
|
* Resizable containment acurrate - Fixed #3714Eduardo Lundgren2008-12-311-7/+7
|
* Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' ↵Richard Worth2008-12-301-1/+1
| | | | should be 'ui-resizable-helper'
* Resizable: Fixed order of default values.Scott González2008-12-291-1/+1
|
* Resizable: Partial fix for supporting jQuery objects in alsoResize.Scott González2008-12-231-1/+1
| | | | Dialog: Fixed bug with content resizing.
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 )Paul Bakaus2008-12-231-1/+1
|
* Resizable: disableSelection using jquery plugin.Eduardo Lundgren2008-11-221-1/+1
|
* draggable, droppable, resizable, selectable, sortable: formatting changes - ↵Richard Worth2008-11-211-135/+149
| | | | | | moved some things around for consistency. _init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
* New file: AUTHORS.txt instead of having a single contributor's name in each ↵Richard Worth2008-11-211-1/+1
| | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b