index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed failing test 14 in Opera
Richard Worth
2008-06-06
1
-1
/
+1
*
fixed failing test 7 in IE
Richard Worth
2008-06-06
1
-1
/
+1
*
reverted back to minimal drag. The other may have depended on some things tha...
Richard Worth
2008-06-05
1
-51
/
+9
*
reverted [150] - tests should be not be changed to match broken results:
Richard Worth
2008-06-05
1
-31
/
+31
*
Dialog: Removed unneeded parens.
Scott González
2008-06-05
1
-4
/
+4
*
removed x, y as they are not browser event options. Use clientX and clientY
Richard Worth
2008-06-05
1
-2
/
+2
*
Removed leading semicolons.
Scott González
2008-06-05
9
-9
/
+9
*
set a more reasonable default for relatedTarget: undefined for IE, HEMLHtmlEl...
Richard Worth
2008-06-05
1
-2
/
+2
*
reverted [158] - IE's default for relatedTarget is undefined, not document
Richard Worth
2008-06-05
1
-4
/
+0
*
reverted [157] there is no IE bug. pageX != clientX, pageY != clientY
Richard Worth
2008-06-05
1
-3
/
+0
*
removed setting toElement/fromEelement as this is handled by the browser
Richard Worth
2008-06-05
1
-7
/
+0
*
Removed case insensitive checks: no method or event names are case insensitive
Richard Worth
2008-06-05
1
-6
/
+6
*
datepicker: changed all forgotten camel cased classes to dash seperated
Paul Bakaus
2008-06-05
3
-39
/
+39
*
sortable: fixed issue with dropOnEmpty not working, tolerance "guess" wasn't ...
Paul Bakaus
2008-06-05
1
-2
/
+2
*
jquery.simulate - IE won't allow assignment to toElement or fromElement
Eduardo Lundgren
2008-06-05
1
-0
/
+4
*
jquery.simulate fix for 2 pixels IE bug from mousecords
Eduardo Lundgren
2008-06-05
1
-0
/
+3
*
(no commit message)
Eduardo Lundgren
2008-06-05
1
-1
/
+0
*
Removed mousemove before synchronous drag loop
Eduardo Lundgren
2008-06-05
1
-1
/
+1
*
(no commit message)
Eduardo Lundgren
2008-06-05
1
-0
/
+1
*
Added a TODO comment on triggerAsync()
Eduardo Lundgren
2008-06-05
1
-0
/
+2
*
Updated jquery.simulate to do syncrhonous drag for each pixel - Needed for so...
Eduardo Lundgren
2008-06-05
1
-28
/
+85
*
Update Draggable test case for jquery.simulate
Eduardo Lundgren
2008-06-04
2
-2
/
+2
*
Update Resize test case for jquery.simulate
Eduardo Lundgren
2008-06-04
1
-31
/
+31
*
Core: fixed broken UTF-8 characters.
Scott González
2008-06-04
1
-1
/
+1
*
Widget factory: fixed #2981: Graceful handling of method calls on uninitializ...
Scott González
2008-06-04
1
-3
/
+3
*
slider: fixed mouse refactoring issue that caused clicking somewhere on the s...
Paul Bakaus
2008-06-04
1
-0
/
+1
*
Slider: fixed #2552: Disabled should be an option, not a property on the inst...
Scott González
2008-06-04
1
-11
/
+3
*
Core: Exposed the base widget prototype; Adding/removing disabled classes aut...
Scott González
2008-06-04
7
-59
/
+31
*
Mouse: invoke drag immediately on start if the start occurs during mousemove..
Scott González
2008-06-04
1
-1
/
+1
*
Mouse: trigger start on mouse down if distance 0 and delay 0; changed default...
Scott González
2008-06-04
1
-2
/
+7
*
Dialog: Fixed modal dialogs so they are always on top of other dialogs when t...
Scott González
2008-06-04
1
-3
/
+5
*
Added simulate "drag" method. Fixed some issues in resizable tests.
Richard Worth
2008-06-04
3
-95
/
+126
*
Added jquery.simulate.js as possible refactor of (low-level) parts of userAct...
Richard Worth
2008-06-04
3
-60
/
+127
*
Modified resizable grid test for #2939
Eduardo Lundgren
2008-06-04
1
-4
/
+4
*
Set svn:eol-style to native
Richard Worth
2008-06-04
84
-11235
/
+11235
*
Dialog: added ability to set the resize handles.
Scott González
2008-06-04
1
-3
/
+5
*
Dialog: restructured init method.
Scott González
2008-06-03
1
-77
/
+74
*
Resizable grid bug on IE - fixed #2939
Eduardo Lundgren
2008-06-03
1
-1
/
+1
*
Resizable grid option automated test added
Eduardo Lundgren
2008-06-03
1
-8
/
+11
*
Dialog: added stack option.
Scott González
2008-06-03
1
-19
/
+14
*
Updating version.txt for 1.5rc1
Eduardo Lundgren
2008-06-02
1
-1
/
+1
*
Calculating the correct time on resizable automated test
Eduardo Lundgren
2008-06-02
1
-359
/
+354
*
Removing extra blank line at the end - it break the yui compressor
Eduardo Lundgren
2008-06-02
1
-3
/
+3
*
unindentation
Scott González
2008-06-01
11
-3939
/
+3935
*
datepicker: getDate function now gets date whether or not datepicker is opene...
Marc Grabanski
2008-06-01
2
-1
/
+4
*
alsoResize IE bug fixes
Eduardo Lundgren
2008-06-01
1
-5
/
+6
*
datepicker: changed yearRange to be relative to current year instead of selec...
Marc Grabanski
2008-06-01
2
-3
/
+3
*
Image-cropper real-world demo css fixed
Eduardo Lundgren
2008-06-01
2
-13
/
+119
*
Updating labels on resizable testcase
Eduardo Lundgren
2008-06-01
1
-12
/
+12
*
Fix 2 pixels error on mouse coords in IE
Eduardo Lundgren
2008-06-01
1
-2
/
+9
[next]