aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed extra level ui folderRichard Worth2008-06-07283-0/+0
|
* BEGIN trunk restructureRichard Worth2008-06-072-0/+0
|
* tests draggable - Added some more testsRichard Worth2008-06-071-30/+87
|
* datepicker: missing changes from themingPaul Bakaus2008-06-071-2/+2
|
* sortable: fixed update calls (fixes #2968)Paul Bakaus2008-06-071-3/+4
|
* draggable - Improved handling of unexpected values for axis optionRichard Worth2008-06-071-6/+7
|
* tests draggable - Slimmed down tests, grouped, ordered. Added a fewRichard Worth2008-06-071-278/+233
|
* tests - switched slider to use jquery.simulateRichard Worth2008-06-072-6/+17
|
* Fixed #2969 - .slider("destroy") throws error - ↵Richard Worth2008-06-071-2/+4
| | | | 'this.handle.unwrap("a").mouse is not a function'
* Added resizable test for wrapped elementsEduardo Lundgren2008-06-063-0/+18
|
* effects - added standard UI plugin file headers with copyright, license, ↵Richard Worth2008-06-0613-11/+177
| | | | docs url, and depends list
* effects - fixed two (minor) missed renames from 'ec' (enchant) to 'effects'Richard Worth2008-06-062-3/+3
|
* effects - whitespace changes, spaces to tabs, newline at EOFRichard Worth2008-06-0613-905/+904
|
* datepicker: added depends list to headerRichard Worth2008-06-062-2/+5
|
* Fixed $(this).data('resizable') access to wrapped elementsEduardo Lundgren2008-06-061-0/+3
|
* Core: Reverted back to r149: Removed wrapper changes.Scott González2008-06-061-9/+2
|
* Added test for #2965Richard Worth2008-06-062-17/+78
|
* simulate - round(floor) the center x and y valuesRichard Worth2008-06-061-1/+1
|
* made draggable tests more robust by removing hardcoded expect valuesRichard Worth2008-06-061-147/+250
|
* (no commit message)Eduardo Lundgren2008-06-061-1/+1
|
* Fix ui.core to create the $(this).data('component') instance on the ↵Eduardo Lundgren2008-06-061-2/+9
| | | | "ui-wrapper" element, that is the current "this" inside a $.ui.plugin.add.
* fixed failing test 11 in IE6Richard Worth2008-06-061-0/+1
|
* fixed failing test 14 in OperaRichard Worth2008-06-061-1/+1
|
* fixed failing test 7 in IERichard Worth2008-06-061-1/+1
|
* reverted back to minimal drag. The other may have depended on some things ↵Richard Worth2008-06-051-51/+9
| | | | that got reverted recently, as I wasn't able to make it work. Also, mousemove's should happen on document, not target.
* reverted [150] - tests should be not be changed to match broken results:Richard Worth2008-06-051-31/+31
| | | | | | * 100 + 50 = 150; 100 + 50 != 149 * aspectRatio: 'preserve' should not allow 150x130 if original dimensions were 100x100
* Dialog: Removed unneeded parens.Scott González2008-06-051-4/+4
|
* removed x, y as they are not browser event options. Use clientX and clientYRichard Worth2008-06-051-2/+2
|
* Removed leading semicolons.Scott González2008-06-059-9/+9
|
* set a more reasonable default for relatedTarget: undefined for IE, ↵Richard Worth2008-06-051-2/+2
| | | | HEMLHtmlElement for other browsers
* reverted [158] - IE's default for relatedTarget is undefined, not documentRichard Worth2008-06-051-4/+0
|
* reverted [157] there is no IE bug. pageX != clientX, pageY != clientYRichard Worth2008-06-051-3/+0
|
* removed setting toElement/fromEelement as this is handled by the browserRichard Worth2008-06-051-7/+0
|
* Removed case insensitive checks: no method or event names are case insensitiveRichard Worth2008-06-051-6/+6
|
* datepicker: changed all forgotten camel cased classes to dash seperatedPaul Bakaus2008-06-053-39/+39
|
* sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't ↵Paul Bakaus2008-06-051-2/+2
| | | | checked in the intersectsWith container method.
* jquery.simulate - IE won't allow assignment to toElement or fromElementEduardo Lundgren2008-06-051-0/+4
|
* jquery.simulate fix for 2 pixels IE bug from mousecordsEduardo Lundgren2008-06-051-0/+3
|
* (no commit message)Eduardo Lundgren2008-06-051-1/+0
|
* Removed mousemove before synchronous drag loopEduardo Lundgren2008-06-051-1/+1
|
* (no commit message)Eduardo Lundgren2008-06-051-0/+1
|
* Added a TODO comment on triggerAsync()Eduardo Lundgren2008-06-051-0/+2
|
* Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for ↵Eduardo Lundgren2008-06-051-28/+85
| | | | some tests
* Update Draggable test case for jquery.simulateEduardo Lundgren2008-06-042-2/+2
|
* Update Resize test case for jquery.simulateEduardo Lundgren2008-06-041-31/+31
|
* Core: fixed broken UTF-8 characters.Scott González2008-06-041-1/+1
|
* Widget factory: fixed #2981: Graceful handling of method calls on ↵Scott González2008-06-041-3/+3
| | | | uninitialized plugins.
* slider: fixed mouse refactoring issue that caused clicking somewhere on the ↵Paul Bakaus2008-06-041-0/+1
| | | | slider not to fire any callbacks
* Slider: fixed #2552: Disabled should be an option, not a property on the ↵Scott González2008-06-041-11/+3
| | | | instance.
* Core: Exposed the base widget prototype; Adding/removing disabled classes ↵Scott González2008-06-047-59/+31
| | | | | | | automatically. Draggable, Droppable, Resizable, Selectable, Sortable: Removed unneeded enable/disable methods. Dialog: Delegating standard functionality for setData to the widget prototype.