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
*
Dialog: Fixed #3648: Use new CSS framework.
Scott González
2008-12-19
1
-63
/
+56
*
Dialog: Partial fix for #3648: Added resizable grip.
Scott González
2008-12-19
1
-1
/
+2
*
Dialog: Partial fix for #3648: Setting proper class on hover of close button.
Scott González
2008-12-18
1
-2
/
+2
*
sortable: removed default tolerance "guess" for the simplier (and better work...
Paul Bakaus
2008-12-17
1
-4
/
+6
*
Sortable accurateIntersection using outerWidth/outerHeight
Eduardo Lundgren
2008-12-17
1
-6
/
+7
*
accordion: #3646 update - expose icons as headerIcon and headerIconSelected o...
Jörn Zaefferer
2008-12-14
1
-4
/
+6
*
Fixed #3655 - $.keyCode should be $.ui.keyCode
Richard Worth
2008-12-14
3
-35
/
+34
*
Dialog: Fixed #3664: Dialog fails to init on removed elements.
Scott González
2008-12-13
1
-1
/
+1
*
corrected some invalid html <div/> to <div></div>
Richard Worth
2008-12-13
2
-6
/
+6
*
Slider: started on #3650 - Slider: Update markup to new UI CSS Framework specs
Richard Worth
2008-12-13
1
-4
/
+3
*
Accordion: #3646 - fixed icons
Jörn Zaefferer
2008-12-12
1
-4
/
+4
*
Accordion: #3646 - add hover classes and unbind on destroy
Jörn Zaefferer
2008-12-12
1
-2
/
+4
*
Accordion: Fixed jumpy behaviour (#3646) by wrapping content elements in an a...
Jörn Zaefferer
2008-12-12
1
-9
/
+8
*
Accordion: Fixed #3646 - Update markup to new UI CSS Framework specs; Added v...
Jörn Zaefferer
2008-12-12
1
-26
/
+26
*
sortable: fixed connectToSortable option, wasn't working with Arrays as descr...
Paul Bakaus
2008-12-11
1
-9
/
+13
*
sortable,draggable: fixed issues with _convertPositionTo, missed from latest ...
Paul Bakaus
2008-12-11
2
-14
/
+12
*
sortable: fixed containment issue (with 'parent', height was miscalculated du...
Paul Bakaus
2008-12-11
1
-10
/
+10
*
Dialog: Remove ui-widget-content class on destroy.
Scott González
2008-12-11
1
-1
/
+1
*
Progressbar: Fixed #3645: Use new CSS framework.
Scott González
2008-12-11
1
-0
/
+2
*
Dialog: Fixed variable re-declaration.
Scott González
2008-12-11
1
-18
/
+16
*
Dialog: Partial fix for #3648: Use new CSS framework.
Scott González
2008-12-11
1
-5
/
+32
*
Dialog: Fixed #3638: Added closeText option (default 'close').
Scott González
2008-12-11
1
-1
/
+5
*
effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8 BOM
Richard Worth
2008-12-10
1
-2
/
+2
*
Removed names from ui.core.js as all contribution credit is given in AUTHORS....
Richard Worth
2008-12-10
1
-1
/
+0
*
Removed UTF-8 BOM again. Turns out it was added by Notepad.
Richard Worth
2008-12-10
1
-2
/
+2
*
progressbar: Removed all progressbar options except value. Added visual test ...
Richard Worth
2008-12-10
1
-102
/
+6
*
core widget: added ui-state-disabled and aria-disabled to widget plugin's dis...
Richard Worth
2008-12-10
1
-3
/
+7
*
Fixed 3642. firstDay displays day names incorrectly.
Keith Wood
2008-12-08
1
-1
/
+2
*
Escape text to prevent date info substitution
Keith Wood
2008-12-08
2
-2
/
+2
*
Fixed 3598. Datepicker Japanese translation replacement
Keith Wood
2008-12-08
1
-20
/
+21
*
Fixed 3610. Error in French l18n file.
Keith Wood
2008-12-08
1
-4
/
+4
*
Removed some UTF-8 BOMs causing problems in the download builder versions of ...
Richard Worth
2008-12-06
1
-1
/
+1
*
Dialog: Fixed #3637: Added role of button to close link.
Scott González
2008-12-06
1
-1
/
+9
*
progressbar: a little clean up and some more visual tests
Richard Worth
2008-12-05
1
-59
/
+69
*
progressbar refactor
Richard Worth
2008-12-05
1
-150
/
+120
*
sortable: fixed regression that caused wrong offset calculation if the helper...
Paul Bakaus
2008-12-02
1
-6
/
+7
*
Updated Dutch localisation
Keith Wood
2008-12-01
1
-19
/
+19
*
Source formatting
Eduardo Lundgren
2008-11-28
4
-50
/
+50
*
sortable:
Paul Bakaus
2008-11-25
1
-250
/
+252
*
slider: fixed regression caused by a recent change in the mouse core - since ...
Paul Bakaus
2008-11-24
1
-2
/
+11
*
sortable: Another regex for the innerHTML copying in the placeholder, removes...
Paul Bakaus
2008-11-24
1
-1
/
+3
*
core (mouse): preventDefault in most cases instead of returning false, that b...
Paul Bakaus
2008-11-23
1
-2
/
+6
*
core: improved logic of $.fn.scrollParent, taking positioning in account
Paul Bakaus
2008-11-23
2
-119
/
+129
*
Resizable: disableSelection using jquery plugin.
Eduardo Lundgren
2008-11-22
1
-1
/
+1
*
draggable: added missing default for zIndex and cursorAt, added missing scrol...
Paul Bakaus
2008-11-21
1
-1
/
+3
*
Sortables: using isOverAxis.
Eduardo Lundgren
2008-11-21
1
-4
/
+4
*
Core: isOverAxis avoid duplicated method logic.
Eduardo Lundgren
2008-11-21
1
-9
/
+4
*
Sortables: Fixed tolerance guess. Changed name _intersectsWithEdges to _inter...
Eduardo Lundgren
2008-11-21
1
-12
/
+59
*
draggable: the snap events 'release' and 'snap' now both have valid mousemove...
Paul Bakaus
2008-11-21
1
-2
/
+2
*
accordion: formatting changes - moved some things around for consistency.
Richard Worth
2008-11-21
1
-17
/
+19
[next]