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-7574396d95
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
*
Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu
Felix Nagel
2011-09-24
32
-463
/
+883
|
\
|
*
Autocomplete: Delay option just delays request, doesn't clear existing timeou...
Jörn Zaefferer
2011-09-24
1
-1
/
+2
|
*
Spinner: Fix the IE6-height-fix to not break the spinner when initialized whi...
Jörn Zaefferer
2011-09-24
1
-1
/
+1
|
*
Menu: Refactoring the collapseAll to deal with some issues selecting - Updati...
Corey Frang
2011-09-22
3
-24
/
+32
|
*
Popup: Make menu dependency actually optional, cleanup demos
Jörn Zaefferer
2011-09-21
3
-27
/
+4
|
*
Popup: Use duration:fast for default animations. Also fix two missing semicol...
Jörn Zaefferer
2011-09-21
1
-5
/
+11
|
*
Popup: Added show/hide animations and a demo
kborchers
2011-09-21
3
-8
/
+112
|
*
Merge remote branch 'kborchers/menu_notJustUL'
Jörn Zaefferer
2011-09-19
6
-15
/
+210
|
|
\
|
|
*
Menu: Add support for structures other than UL/LI plus visual and unit tests
kborchers
2011-09-14
6
-15
/
+210
|
*
|
Position: Check to also make sure to only flip if more of the element is insi...
kborchers
2011-09-16
1
-2
/
+2
|
*
|
Position demo: Updated sizes of elements.
Scott González
2011-09-16
1
-4
/
+11
|
*
|
Merge remote branch 'kborchers/bug_7686'
Scott González
2011-09-16
1
-15
/
+14
|
|
\
\
|
|
*
|
Datepicker: Added additional check to checkExternalClick to work when clickin...
kborchers
2011-09-12
1
-15
/
+14
|
*
|
|
Updating the master version to 1.9pre.
Scott González
2011-09-14
1
-1
/
+1
|
*
|
|
Tagging the 1.9m6 release.
1.9m6
Scott González
2011-09-14
1
-1
/
+1
|
*
|
|
Spinner: Fixed map demo.
Scott González
2011-09-14
1
-4
/
+5
|
*
|
|
Spinner: Work around a bug in IE 6 with the height of the buttons.
Scott González
2011-09-14
1
-1
/
+7
|
*
|
|
Spinner: Added missing dependency to header comment.
Scott González
2011-09-14
1
-0
/
+1
|
*
|
|
Spinner: Fix step mismatches whenever stepping, paging or using the value set...
Scott González
2011-09-14
4
-39
/
+58
|
|
|
/
|
|
/
|
|
*
|
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu...
Richard D. Worth
2011-09-13
1
-1
/
+1
|
*
|
Datepicker i18n hu: Corrected some spellings and abbreviations as well as dat...
Richard D. Worth
2011-09-13
1
-6
/
+6
|
*
|
Spinner: Replace var that with this and _delay
Jörn Zaefferer
2011-09-13
1
-3
/
+2
|
*
|
Popup: Replace var that with this and _delay
Jörn Zaefferer
2011-09-13
1
-6
/
+4
|
*
|
Menu: Refactor to get rid of var that. Cleanup some odd formattings and unnee...
Jörn Zaefferer
2011-09-13
2
-27
/
+25
|
*
|
Merge remote branch 'kborchers/menu_autoCollapse'
Jörn Zaefferer
2011-09-12
2
-16
/
+48
|
|
\
\
|
|
*
|
Menu: Added autoCollapse as the default and added a unit test
kborchers
2011-09-12
2
-16
/
+48
|
*
|
|
Menu: Get rid of `var self`, replacing with `that` or calls to _delay
Jörn Zaefferer
2011-09-12
1
-47
/
+41
|
*
|
|
Widget: return timer value from _delay
Jörn Zaefferer
2011-09-12
2
-4
/
+6
|
*
|
|
Widget: Get rid of `var self`
Jörn Zaefferer
2011-09-12
1
-2
/
+2
|
*
|
|
Widget: Add a _delay method. Will be used in various places to replace setTim...
Jörn Zaefferer
2011-09-12
2
-0
/
+33
|
*
|
|
Widget: Tests code cleanup
Jörn Zaefferer
2011-09-12
2
-20
/
+19
|
*
|
|
Menu: Replace regular bind call with _bind
Jörn Zaefferer
2011-09-12
1
-94
/
+94
|
*
|
|
Spinner: Added ability to specify custom incremental function.
Scott González
2011-09-09
2
-41
/
+74
|
*
|
|
Spinner: Default min and max options to null.
Scott González
2011-09-09
3
-13
/
+19
|
*
|
|
Tabs: Find panels using aria-controls instead of index for remove method. Fix...
Scott González
2011-09-06
1
-2
/
+5
|
*
|
|
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...
Scott González
2011-09-06
1
-3
/
+3
|
*
|
|
Popup: Missing semicolon. Can't use :ui-button selected if button isn't loaded.
Jörn Zaefferer
2011-09-05
1
-2
/
+2
|
*
|
|
Autocomplete: Fixed setting of valueMethod for textareas. Fixes #7674 - Autoc...
Scott González
2011-08-30
3
-105
/
+71
|
*
|
|
Tabs: Pass the required deep parameter to cloneNode(). Fixes completely broke...
Scott González
2011-08-30
1
-1
/
+1
|
*
|
|
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...
Corey Frang
2011-08-20
2
-2
/
+2
|
|
|
/
|
|
/
|
|
*
|
Position: Added the missing div required for the fraction tests that were add...
kborchers
2011-08-19
1
-0
/
+4
|
*
|
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...
Corey Frang
2011-08-19
2
-2
/
+31
|
*
|
Tooltip: Change default to flipfit for both dimensions, now that it is availa...
Jörn Zaefferer
2011-08-18
1
-1
/
+1
*
|
|
Selectmenu: improved disabled implementation
Felix Nagel
2011-09-24
2
-36
/
+54
*
|
|
Selectmenu: added destroy method
Felix Nagel
2011-09-24
1
-0
/
+4
*
|
|
Selectmenu: added callback events
Felix Nagel
2011-09-24
1
-49
/
+56
*
|
|
Selectmenu: implemented disable for option and optgroup, code cleanup
Felix Nagel
2011-09-24
3
-37
/
+34
*
|
|
Selectmenu: refresh method, value option, code cleanup
Felix Nagel
2011-09-24
2
-96
/
+98
*
|
|
Selectmenu: code cleanup
Felix Nagel
2011-09-24
1
-45
/
+29
*
|
|
Selectmenu: improved popop style, styles and focus handling
Felix Nagel
2011-09-24
3
-36
/
+98
[next]