aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-30/+30
|
* resizable: Fixed preserveCursor, if the cursor is overriden in the ↵Paul Bakaus2008-11-191-2/+4
| | | | stylesheet for the axes, it's maintained (fixes #3480)
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-155/+155
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-47/+47
|
* core: restructured helper functions, made enableSelection/disableSelection ↵Paul Bakaus2008-11-031-5/+5
| | | | jQuery plugins (fixes 3459)
* resizable: defined defaultsRichard Worth2008-11-011-8/+19
|
* Changing the author name on ResizableEduardo Lundgren2008-10-281-1/+1
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-2/+2
|
* whitespaceRichard Worth2008-09-201-7/+5
|
* Reverted r695.Scott González2008-09-191-187/+187
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-187/+187
|
* resizable: aspect ratio was switched (width/height ratio was height/width ↵Paul Bakaus2008-09-191-7/+8
| | | | ratio), fixes #3450
* draggable, resizable, sortable: proper usage of _mouseCapture, fixes ↵Paul Bakaus2008-09-161-1/+9
| | | | interaction issues when many plugins are used on the same element (Fixes #3164)
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* internal methods: mouse*Chi Cheng2008-08-171-5/+5
|
* resizable: internal methodsChi Cheng2008-08-161-6/+6
|
* Resizable - fixed #3074Eduardo Lundgren2008-07-081-0/+5
|
* prevent overriding/changing the actual $.ui.mouse object by extending it - ↵Paul Bakaus2008-07-071-1/+1
| | | | this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work)
* resizable, selectable, sortable: changed cancel default to ':input' instead ↵Richard Worth2008-06-261-1/+1
| | | | of (redundant) ':input,button'
* alsoResize option bug fixesEduardo Lundgren2008-06-261-1/+2
|
* Fixed #2996Eduardo Lundgren2008-06-261-19/+19
|
* Fixed #2990Eduardo Lundgren2008-06-261-2/+2
|
* Fixed #2988Eduardo Lundgren2008-06-261-3/+4
|
* Fix #3026 - Plugins callbacks need to be called first and user callbacks at ↵Eduardo Lundgren2008-06-251-3/+7
| | | | the end
* fixed #3026 - resizable resize handler is called too earlyRichard Worth2008-06-251-2/+2
|
* Fixed #3016 - Distance option defaultRichard Worth2008-06-181-1/+1
|
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* Resizable fix for this.ui() - Now returns originalElement, element, helper, ↵Eduardo Lundgren2008-06-101-2/+10
| | | | position, size, options, originalSize, originalPosition
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
|
* Resizable containment bug - fixed #2956Eduardo Lundgren2008-06-091-11/+35
|
* renamed source -> uiRichard Worth2008-06-071-0/+729