aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)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 ↵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.
* 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 ↵Scott González2008-06-041-2/+7
| | | | default distance to 1.
* Dialog: Fixed modal dialogs so they are always on top of other dialogs when ↵Scott González2008-06-041-3/+5
| | | | they open.
* 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 ↵Richard Worth2008-06-043-60/+127
| | | | userAction and testmouse
* 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 ↵Marc Grabanski2008-06-012-1/+4
| | | | opened (fixes #2832)
* alsoResize IE bug fixesEduardo Lundgren2008-06-011-5/+6
|
* datepicker: changed yearRange to be relative to current year instead of ↵Marc Grabanski2008-06-012-3/+3
| | | | selected year (fixes #2627)
* 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
|