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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build: Remove generateQuickDownload step, will happen later during a release
Jörn Zaefferer
2012-10-25
1
-31
/
+0
*
Build: Update the changelog shell to include more newlines, makes it easier t...
Jörn Zaefferer
2012-10-25
1
-0
/
+32
*
Effects: Remove deprecated $.effects[]. Fixes #7115 - Effects: Remove support...
Jörn Zaefferer
2012-10-25
4
-35
/
+7
*
Widget: Removed use of metadata. Fixes #7192 - Widget: Remove use of metadata.
Scott González
2012-10-25
3
-130
/
+1
*
Widget: Removed widgetBaseClass property. Fixes #8155 - Widget: Remove widget...
Scott González
2012-10-25
1
-2
/
+0
*
Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Auto...
Scott González
2012-10-25
3
-8
/
+2
*
Position: Removed offset option. Fixes #6982 - Position: Remove offset option.
Scott González
2012-10-25
11
-156
/
+17
*
Accordion: Removed change and changestart events. Fixes #6841 - Accordion: Re...
Scott González
2012-10-25
9
-306
/
+0
*
Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ...
Scott González
2012-10-25
2
-36
/
+1
*
Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and rem...
Scott González
2012-10-25
10
-504
/
+2
*
Tabs: Removed back-compat filter in tests for negative active option.
Scott González
2012-10-25
1
-22
/
+20
*
Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove back-com...
Scott González
2012-10-25
4
-132
/
+49
*
Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method.
Scott González
2012-10-25
2
-27
/
+0
*
Tabs: Removed spinner option. Fixes #7151 - Tabs: Remove spinner option.
Scott González
2012-10-25
3
-45
/
+0
*
Tabs: Removed selected option. Fixes #7152 - Tabs: Remove selected option.
Scott González
2012-10-25
2
-89
/
+0
*
Tabs: Removed select event. Fixes #7154 - Tabs: Remove select event.
Scott González
2012-10-25
3
-63
/
+1
*
Tabs: Removed show event. Fixes #7155 - Tabs: Remove show event.
Scott González
2012-10-25
3
-59
/
+3
*
Tabs: Removed select method. Fixes #7156 - Tabs: Remove select method.
Scott González
2012-10-25
2
-60
/
+0
*
Tabs: Removed enable and disable events. Fixes #7160 - Tabs: Remove enable an...
Scott González
2012-10-25
3
-74
/
+0
*
Tabs: Removed length method. Fixes #7161 - Tabs: Remove length method.
Scott González
2012-10-25
2
-14
/
+0
*
Tabs: Removed cookie option. Fixes #7162 - Tabs: Remove cookie option.
Scott González
2012-10-25
5
-178
/
+0
*
Tabs: Removed fx option. Fixes #8320 - Tabs: Remove fx option.
Scott González
2012-10-25
2
-71
/
+0
*
Tabs: Removed url method. Fixes #7148 - Tabs: Remove url method.
Scott González
2012-10-25
2
-22
/
+0
*
Tabs: Removed ajaxOptions and cache options. Fixes #7147 - Tabs: Remove ajaxO...
Scott González
2012-10-25
3
-120
/
+0
*
Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ...
Jörn Zaefferer
2012-10-24
2
-25
/
+0
*
Accordion: Removed deprecated activate method and expanded active option. Fix...
Jörn Zaefferer
2012-10-24
3
-141
/
+19
*
Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ic...
Jörn Zaefferer
2012-10-24
3
-36
/
+2
*
Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: Re...
Jörn Zaefferer
2012-10-24
3
-64
/
+0
*
Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ...
Jörn Zaefferer
2012-10-24
3
-123
/
+1
*
Dialog: Use _show and _hide consistently. Fixes #4892 - Dialog: zIndex error ...
Jörn Zaefferer
2012-10-24
2
-15
/
+12
*
Dialog: Keep focus inside dialog, even when dialog itself has focus.
Jörn Zaefferer
2012-10-24
1
-2
/
+2
*
Dialog: Prevent tabbing off any dialog. Fixes #3768 - Dialog: contain focus w...
David Souther
2012-10-24
1
-2
/
+2
*
Dialog: Save the active element that opened the dialog and restore focus to t...
Jörn Zaefferer
2012-10-24
2
-6
/
+21
*
Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).
Jörn Zaefferer
2012-10-24
2
-3
/
+22
*
Dialog: Awesome new stacking and overlay implementation. Fixes the following ...
Nate Eagle
2012-10-24
8
-291
/
+138
*
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
Jörn Zaefferer
2012-10-24
4
-5
/
+7
*
Widget: Bind the remove event to the element, not the .widget() element.
Scott González
2012-10-24
2
-2
/
+3
*
Effects (size): Adjusting behavior of toggled size effects - See gh-203 - Par...
Kato Kazuyoshi
2012-10-24
1
-10
/
+20
*
Widget: Fix _on to use element argument for delegated events. Fixes #8658 - W...
Jörn Zaefferer
2012-10-24
2
-3
/
+29
*
Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEv...
Scott González
2012-10-24
2
-1
/
+16
*
Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - To...
Jörn Zaefferer
2012-10-24
2
-0
/
+12
*
Menu: Use start icon (first is deprecated)
Jörn Zaefferer
2012-10-24
1
-1
/
+1
*
Fixes #8714, Build: Updated internal JSHint to latest
Mike Sherov
2012-10-23
1
-1170
/
+1615
*
Updated list of maintainers.
Scott González
2012-10-23
1
-5
/
+0
*
Core: Update :focsable and :tabbable to handle parents with no height/width, ...
Scott González
2012-10-23
3
-4
/
+21
*
Tooltip tests: Fixed new default value for position option.
Scott González
2012-10-23
1
-2
/
+2
*
Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - Dia...
Scott González
2012-10-23
1
-3
/
+3
*
Menu: Remove stupid demos, add an icons demo, improve the default demo
Jörn Zaefferer
2012-10-23
5
-179
/
+86
*
Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple col...
Maciej Mroziński
2012-10-23
1
-7
/
+0
*
Widget: Destroy only when element is the actual target. Fixes #8652 - Widget:...
Marc-Andre Lafortune
2012-10-23
2
-1
/
+14
[next]