Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -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 local | Jörn Zaefferer | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | Resizable: Don't allow resizing when disabled. Fixes #4743 - Disable Resize. | Scott González | 2009-08-04 | 1 | -5/+5 |
| | |||||
* | All mouse-based plugins: Extend $.ui.mouse.defaults. Changed ↵ | Scott González | 2009-06-09 | 1 | -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ález | 2009-04-15 | 1 | -0/+1 |
| | | | | factory should auto detect getters. | ||||
* | Fixed #4199 (resizable with containment boundary - aspectRatio breaks.) with ↵ | Richard Worth | 2009-03-17 | 1 | -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 disappear | Richard Worth | 2009-03-02 | 1 | -0/+3 |
| | | | | | props raziel057 | ||||
* | Fixed #4127 - Resizable: displacement of element (in case of constraint ↵ | Richard Worth | 2009-03-02 | 1 | -0/+3 |
| | | | | | | | resize area) props raziel057 | ||||
* | resizable: add ui-resizable-resizing class during resize | Richard Worth | 2009-02-28 | 1 | -1/+4 |
| | |||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Resizable: Fixed containment within relative/absolute positioned parent. ↵ | Scott González | 2009-02-19 | 1 | -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 Lundgren | 2009-02-15 | 1 | -8/+8 |
| | | | | coordinate 0 (in x- or y-axis) | ||||
* | Resizable: | Scott González | 2009-02-13 | 1 | -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 warnings | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element | Eduardo Lundgren | 2009-02-09 | 1 | -1/+4 |
| | |||||
* | Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵ | Eduardo Lundgren | 2009-02-09 | 1 | -13/+12 |
| | | | | internal) | ||||
* | Resizable: Fixed #4092 - preserveCursor option should be removed | Eduardo Lundgren | 2009-02-09 | 1 | -7/+3 |
| | |||||
* | Resizable: Fixed #4098 - Remove transparent option | Eduardo Lundgren | 2009-02-09 | 1 | -6/+1 |
| | |||||
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 1 | -9/+5 |
| | |||||
* | Resizable: Fixed defaults in tests. | Scott González | 2009-01-30 | 1 | -0/+1 |
| | |||||
* | resizable: removed ui.options | Paul Bakaus | 2009-01-29 | 1 | -11/+10 |
| | |||||
* | Fixed #3954 | Eduardo Lundgren | 2009-01-28 | 1 | -7/+13 |
| | |||||
* | Resizable: using isNumber on isminw | Eduardo Lundgren | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Fixed #3251 | Eduardo Lundgren | 2009-01-27 | 1 | -2/+6 |
| | |||||
* | Fixed #3894 | Eduardo Lundgren | 2009-01-27 | 1 | -6/+2 |
| | |||||
* | Resizable documentScroll reference | Eduardo Lundgren | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | Fixed #3879 | Eduardo Lundgren | 2009-01-27 | 1 | -3/+3 |
| | |||||
* | Remove trailing spaces | Eduardo Lundgren | 2009-01-24 | 1 | -30/+30 |
| | |||||
* | resizable: removed unneeded isVisible method | Paul Bakaus | 2009-01-23 | 1 | -4/+0 |
| | |||||
* | resizable: | Paul Bakaus | 2009-01-22 | 1 | -215/+174 |
| | | | | | - knobHandles and default themes + theme detection removed (fixes #3906) - partial refactor | ||||
* | whitespace | Richard Worth | 2009-01-22 | 1 | -1/+1 |
| | |||||
* | Fixed #3733 | Eduardo Lundgren | 2009-01-21 | 1 | -2/+1 |
| | |||||
* | Fixed #3058 | Eduardo Lundgren | 2009-01-16 | 1 | -2/+10 |
| | |||||
* | Fixed #3843 | Eduardo Lundgren | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | Fixed #3842 | Eduardo Lundgren | 2009-01-16 | 1 | -2/+17 |
| | |||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -23/+17 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -17/+23 |
| | |||||
* | cancel option should take in account <option> (fixes #3786) | Paul Bakaus | 2009-01-07 | 1 | -1/+1 |
| | |||||
* | Fix for #3767 | Jörn Zaefferer | 2009-01-06 | 1 | -0/+5 |
| | |||||
* | Happy New Year | Richard Worth | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | Resizable: Partial fix for #3728: Use this._trigger for all events/callbacks. | Scott González | 2009-01-03 | 1 | -2/+4 |
| | |||||
* | Resizable containment acurrate - Fixed #3714 | Eduardo Lundgren | 2008-12-31 | 1 | -7/+7 |
| | |||||
* | Fixed #3708 - Resizable: all classes added should have 'ui-' prefix, 'proxy' ↵ | Richard Worth | 2008-12-30 | 1 | -1/+1 |
| | | | | should be 'ui-resizable-helper' | ||||
* | Resizable: Fixed order of default values. | Scott González | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | Resizable: Partial fix for supporting jQuery objects in alsoResize. | Scott González | 2008-12-23 | 1 | -1/+1 |
| | | | | Dialog: Fixed bug with content resizing. | ||||
* | fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) | Paul Bakaus | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) | Paul Bakaus | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | Resizable: disableSelection using jquery plugin. | Eduardo Lundgren | 2008-11-22 | 1 | -1/+1 |
| | |||||
* | draggable, droppable, resizable, selectable, sortable: formatting changes - ↵ | Richard Worth | 2008-11-21 | 1 | -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 Worth | 2008-11-21 | 1 | -1/+1 |
| | | | | file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b |