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
*
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan lan...
Scott González
2011-11-01
1
-2
/
+2
*
Effects Core: Do not overwrite css or class changes that aren't animated duri...
ddstreet
2011-10-25
1
-16
/
+16
*
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...
Scott González
2011-10-25
1
-1
/
+3
*
Widget: Use parentWindow if defaultView doesn't exist.
Scott González
2011-10-21
1
-1
/
+1
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
8
-19
/
+19
*
Button: Create text span in correct document.
Scott González
2011-10-20
1
-1
/
+1
*
Widget: Refactoring setOptions loop to remove unnesecary closure / that refer...
Corey Frang
2011-10-19
1
-4
/
+5
*
Popup: Remove any references to "that" and use _delay instead of setTimeout.
kborchers
2011-10-19
1
-16
/
+12
*
Rewrite popup/menu interaction to make popup managed by menu (adds trigger op...
Hans Hillen
2011-10-19
2
-38
/
+142
*
Spinner: Re-enable autocomplete if the page is unloaded so the browser will r...
Scott González
2011-10-17
1
-0
/
+9
*
Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...
Scott González
2011-10-17
1
-0
/
+10
*
Autocomplete: Avoid handling keypress when keydown modified the search term. ...
Scott González
2011-10-17
1
-0
/
+14
*
Scale: We can't detect this reliably currently, so assume all elements are po...
Corey Frang
2011-10-14
1
-18
/
+3
*
Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - S...
Florian Gutmann
2011-10-14
1
-6
/
+5
*
Spinner: Fixed mousewheel stop timer.
Scott González
2011-10-13
1
-1
/
+1
*
Spinner: Adjust height check for IE 6 rendering.
Scott González
2011-10-13
1
-1
/
+2
*
Menu: Check if menu is scrolling to prevent inadvertent mouseover events from...
kborchers
2011-10-12
1
-4
/
+12
*
Autocomplete: Don't react to the escape key if the menu isn't open. Fixes #75...
Scott González
2011-10-12
1
-2
/
+4
*
Autocomplete: Added missing semicolon.
Scott González
2011-10-12
1
-1
/
+1
*
Autocomplete: Use strict equality check.
Scott González
2011-10-12
1
-1
/
+1
*
Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur sho...
Scott González
2011-10-12
1
-8
/
+0
*
Popup: Removed the focusout and focusin handlers which are nolonger necessary...
kborchers
2011-10-11
1
-13
/
+0
*
Tabs: Force ajax tabs to resolve asynchronously to avoid a bug caused by cach...
Scott González
2011-10-10
1
-11
/
+19
*
Menubar: moved mouseleave _bind call into existing _bind block, added the mou...
Marian Rudzynski
2011-10-01
1
-11
/
+12
*
Autocomplete: Fix stray reference to element.val().
David Leal
2011-10-01
1
-1
/
+1
*
Accordion: Fixed nested accordions.
Scott González
2011-09-30
1
-5
/
+5
*
Effects: fixing an animateClass issue when the class was empty
Corey Frang
2011-09-29
1
-1
/
+1
*
Effect core: Making animate class cross-frame safe, style guidence
Corey Frang
2011-09-29
1
-3
/
+3
*
Menubar: Fixed an issue with autoExpand binding that caused the menu to close...
kborchers
2011-09-29
1
-16
/
+9
*
Spinner: Added culture option.
Scott González
2011-09-28
1
-2
/
+4
*
Sortable: replaced hard-coded sortable with this.widgetName, and removed line...
Richard D. Worth
2011-09-27
1
-10
/
+9
*
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
1
-22
/
+24
*
Popup: Make menu dependency actually optional, cleanup demos
Jörn Zaefferer
2011-09-21
1
-3
/
+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
1
-8
/
+15
*
Merge remote branch 'kborchers/menu_notJustUL'
Jörn Zaefferer
2011-09-19
1
-11
/
+12
|
\
|
*
Menu: Add support for structures other than UL/LI plus visual and unit tests
kborchers
2011-09-14
1
-11
/
+12
*
|
Position: Check to also make sure to only flip if more of the element is insi...
kborchers
2011-09-16
1
-2
/
+2
*
|
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
*
|
|
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
1
-19
/
+36
|
|
/
|
/
|
*
|
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
1
-21
/
+19
[next]