Commit Graph

38 Commits

Author SHA1 Message Date
Scott González
22ca3849f7 Resizable: Partial fix for supporting jQuery objects in alsoResize.
Dialog: Fixed bug with content resizing.
2008-12-23 14:55:41 +00:00
Paul Bakaus
3283a205c1 fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) 2008-12-23 14:28:47 +00:00
Paul Bakaus
8b956e5389 fixed alsoResize to also accept vanilla DOM nodes ( fixes #3693 ) 2008-12-23 14:24:34 +00:00
Eduardo Lundgren
78dfd2607f Resizable: disableSelection using jquery plugin. 2008-11-22 05:49:06 +00:00
Richard Worth
fb94a4e34e draggable, droppable, resizable, selectable, sortable: formatting changes - moved some things around for consistency.
_init and destroy at the top, then _mouse methods. plugins, ui last. Sorted defaults and plugins alphabetically.
2008-11-21 04:01:33 +00:00
Richard Worth
2192c024e2 New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b 2008-11-21 02:14:03 +00:00
Eduardo Lundgren
558218f2aa Source formatting: Removing trailing spaces 2008-11-20 04:10:34 +00:00
Paul Bakaus
fbde8766ba resizable: Fixed preserveCursor, if the cursor is overriden in the stylesheet for the axes, it's maintained (fixes #3480) 2008-11-19 14:49:55 +00:00
Richard Worth
29f7dc9a2c Removed all trailing whitespace from .js and .html files 2008-11-18 02:55:25 +00:00
Richard Worth
7ea535fa1d fixed #3578 - ALL CODE: e, ui should be changed to event, ui 2008-11-14 03:00:16 +00:00
Paul Bakaus
04688e3eee core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459) 2008-11-03 14:23:13 +00:00
Richard Worth
8ce1db36db resizable: defined defaults 2008-11-01 10:32:01 +00:00
Eduardo Lundgren
8d11141859 Changing the author name on Resizable 2008-10-28 06:01:01 +00:00
Jörn Zaefferer
923d1ec3bb adding version property to all ui components 2008-10-05 16:29:21 +00:00
Richard Worth
a522291a7b whitespace: Removed trailing whitespace from non-blank lines 2008-09-20 03:23:42 +00:00
Richard Worth
0bae0870d9 whitespace 2008-09-20 02:43:18 +00:00
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
f9a77723b6 resizable: aspect ratio was switched (width/height ratio was height/width ratio), fixes #3450 2008-09-19 09:13:38 +00:00
Paul Bakaus
9d8e83845c draggable, resizable, sortable: proper usage of _mouseCapture, fixes interaction issues when many plugins are used on the same element (Fixes #3164) 2008-09-16 13:02:21 +00:00
Richard Worth
f6008ca694 Fixed #3284 - Put version numbers inside of individual files. 2008-09-04 22:03:30 +00:00
Chi Cheng
d5bbbd2a07 internal methods: mouse* 2008-08-17 08:15:49 +00:00
Chi Cheng
8c3be4fdcb resizable: internal methods 2008-08-16 15:37:17 +00:00
Eduardo Lundgren
a8c39c29e2 Resizable - fixed #3074 2008-07-08 17:39:07 +00:00
Paul Bakaus
c4a99f521b prevent overriding/changing the actual $.ui.mouse object by extending it - this was evil (i.e. caused draggables to have the mouseCapture method of sortables, and therefore failing to work) 2008-07-07 07:39:12 +00:00
Richard Worth
e42b0f6b8b resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button' 2008-06-26 10:23:38 +00:00
Eduardo Lundgren
70c593f441 alsoResize option bug fixes 2008-06-26 03:25:29 +00:00
Eduardo Lundgren
76f414bc5e Fixed #2996 2008-06-26 03:02:48 +00:00
Eduardo Lundgren
bb640afdef Fixed #2990 2008-06-26 02:57:48 +00:00
Eduardo Lundgren
c5f27fe5eb Fixed #2988 2008-06-26 02:55:12 +00:00
Eduardo Lundgren
fe9c525346 Fix #3026 - Plugins callbacks need to be called first and user callbacks at the end 2008-06-25 14:27:20 +00:00
Richard Worth
d28ce126d8 fixed #3026 - resizable resize handler is called too early 2008-06-25 12:03:28 +00:00
Richard Worth
de4266422e Fixed #3016 - Distance option default 2008-06-18 11:10:39 +00:00
Scott González
9aeec7f04a Dropped blank line at end of header comments. 2008-06-11 01:36:35 +00:00
Eduardo Lundgren
14d3153e65 Resizable fix for this.ui() - Now returns originalElement, element, helper, position, size, options, originalSize, originalPosition 2008-06-10 17:46:33 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Eduardo Lundgren
279b579ba5 Resizable containment bug - fixed #2956 2008-06-09 05:40:21 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00