aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mouse: trigger start on mouse down if distance 0 and delay 0; changed default...Scott González2008-06-041-2/+7
* Dialog: Fixed modal dialogs so they are always on top of other dialogs when t...Scott González2008-06-041-3/+5
* Added simulate "drag" method. Fixed some issues in resizable tests.Richard Worth2008-06-043-95/+126
* Added jquery.simulate.js as possible refactor of (low-level) parts of userAct...Richard Worth2008-06-043-60/+127
* Modified resizable grid test for #2939Eduardo Lundgren2008-06-041-4/+4
* Set svn:eol-style to nativeRichard Worth2008-06-0484-11235/+11235
* Dialog: added ability to set the resize handles.Scott González2008-06-041-3/+5
* Dialog: restructured init method.Scott González2008-06-031-77/+74
* Resizable grid bug on IE - fixed #2939Eduardo Lundgren2008-06-031-1/+1
* Resizable grid option automated test addedEduardo Lundgren2008-06-031-8/+11
* Dialog: added stack option.Scott González2008-06-031-19/+14
* Updating version.txt for 1.5rc1Eduardo Lundgren2008-06-021-1/+1
* Calculating the correct time on resizable automated testEduardo Lundgren2008-06-021-359/+354
* Removing extra blank line at the end - it break the yui compressorEduardo Lundgren2008-06-021-3/+3
* unindentationScott González2008-06-0111-3939/+3935
* datepicker: getDate function now gets date whether or not datepicker is opene...Marc Grabanski2008-06-012-1/+4
* alsoResize IE bug fixesEduardo Lundgren2008-06-011-5/+6
* datepicker: changed yearRange to be relative to current year instead of selec...Marc Grabanski2008-06-012-3/+3
* Image-cropper real-world demo css fixedEduardo Lundgren2008-06-012-13/+119
* Updating labels on resizable testcaseEduardo Lundgren2008-06-011-12/+12
* Fix 2 pixels error on mouse coords in IEEduardo Lundgren2008-06-011-2/+9