aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* BEGIN trunk restructureRichard Worth2008-06-072-0/+3549
* 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 - 'this.handle.unwrap("a").mous...Richard Worth2008-06-071-2/+4
* Added resizable test for wrapped elementsEduardo Lundgren2008-06-063-0/+18
* effects - added standard UI plugin file headers with copyright, license, docs...Richard Worth2008-06-0613-11/+177
* 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 "ui-wrapp...Eduardo Lundgren2008-06-061-2/+9
* 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 tha...Richard Worth2008-06-051-51/+9
* reverted [150] - tests should be not be changed to match broken results:Richard Worth2008-06-051-31/+31
* 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, HEMLHtmlEl...Richard Worth2008-06-051-2/+2
* 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
* 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 so...Eduardo Lundgren2008-06-051-28/+85
* 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 uninitializ...Scott González2008-06-041-3/+3
* slider: fixed mouse refactoring issue that caused clicking somewhere on the s...Paul Bakaus2008-06-041-0/+1
* Slider: fixed #2552: Disabled should be an option, not a property on the inst...Scott González2008-06-041-11/+3
* Core: Exposed the base widget prototype; Adding/removing disabled classes aut...Scott González2008-06-047-59/+31
* Mouse: invoke drag immediately on start if the start occurs during mousemove..Scott González2008-06-041-1/+1