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
jtr-test
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
...
*
Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQ...
David Petersen
2012-10-17
2
-3
/
+20
*
Slider: Count the handles after setting up a range. Fixes #7922 - Slider with...
David Petersen
2012-10-17
1
-2
/
+3
*
Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m...
David Petersen
2012-10-16
1
-0
/
+6
*
Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...
TJ VanToll
2012-10-16
2
-1
/
+9
*
Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working insi...
David Petersen
2012-10-16
1
-3
/
+0
*
Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 -...
Dale Kocian
2012-10-16
1
-0
/
+4
*
Spinner: Remove ui-state- classes from spinner, along with the background:non...
Jörn Zaefferer
2012-10-14
2
-5
/
+1
*
Resizable: Use .insertAfter() instead of .after() to avoid recursively destro...
Scott González
2012-10-13
1
-9
/
+8
*
Tooltip: Change the default items selector to exclude disabled elements. Fixe...
Scott González
2012-10-12
2
-2
/
+3
*
Tabs: Use aria-controls instead of the anchor's href to match against locatio...
Scott González
2012-10-12
2
-5
/
+12
*
Autocomplete: Set the top position of the menu so that the menu doesn't affec...
Scott González
2012-10-11
1
-1
/
+5
*
Update AUTHORS.txt based on CLA responses.
Dave Methvin
2012-10-11
1
-21
/
+21
*
Datepicker demo: Fixed date range restriction when clearing dates. Fixes #547...
Scott González
2012-10-11
1
-2
/
+2
*
Whitespace.
Scott González
2012-10-11
1
-1
/
+1
*
Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Acc...
Scott González
2012-10-11
1
-1
/
+1
*
Sortable: Calculating item distance and direction using a more robust algorit...
John Chen
2012-10-10
1
-4
/
+14
*
Draggable: Fix a bug when dragging into nested sortables there are duplicated...
John Chen
2012-10-10
1
-0
/
+16
*
Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571...
John Chen
2012-10-10
1
-6
/
+5
*
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González
2012-10-10
9
-12
/
+18
*
Tabs: Handle extraneous list items when using ui-tabs-active to set the initi...
Scott González
2012-10-09
1
-1
/
+1
*
Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog...
Richard D. Worth
2012-10-09
1
-1
/
+1
*
Demos: Fixed titles.
Scott González
2012-10-08
3
-4
/
+4
*
Updating the master version to 1.9.1pre.
Scott González
2012-10-05
1
-1
/
+1
*
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method ...
Scott González
2012-10-05
2
-4
/
+27
*
Tooltip: Check if event exists before checking properties in open(). Fixes #8...
Scott González
2012-10-05
2
-1
/
+18
*
Build: Generate quick download in release script.
Scott González
2012-10-04
1
-3
/
+34
*
typo
Scott González
2012-10-04
1
-1
/
+1
*
Build: Throw an Error object instead of a string.
Scott González
2012-10-04
1
-2
/
+2
*
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - To...
Scott González
2012-10-04
1
-0
/
+2
*
Revert "Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae24...
Jörn Zaefferer
2012-10-04
1
-1
/
+1
*
Grunt/testswarm: Undo the change from 6e55168318495da50cae457433eae2438699e1f...
Jörn Zaefferer
2012-10-04
1
-1
/
+1
*
Update lint task to include the release script.
Scott González
2012-10-03
3
-2
/
+16
*
Build: Fixed core.json syntax.
Scott González
2012-10-02
1
-1
/
+1
*
Autocomplete cache demo: Let the widget handle request synchronization. Fixes...
Scott González
2012-10-02
1
-6
/
+3
*
Accordion: Only adjust height animations for heightStyle: content. Fix tests ...
Scott González
2012-10-01
2
-20
/
+20
*
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion ...
Scott González
2012-10-01
1
-17
/
+23
*
Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 ...
Scott González
2012-10-01
1
-1
/
+2
*
Release: Build themes and CDN zips.
Scott González
2012-09-29
1
-2
/
+4
*
Updated docs URLs for core files.
Scott González
2012-09-29
2
-2
/
+2
*
Manifest: Fixed docs URL for widget factory.
Scott González
2012-09-29
1
-1
/
+2
*
Updated AUTHORS.txt.
Scott González
2012-09-29
1
-0
/
+5
*
grunt testswarm: Job name consistent with other jquery repos.
Timo Tijhof
2012-09-29
1
-2
/
+3
*
Updated docs URLS.
Scott González
2012-09-26
34
-33
/
+35
*
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :ac...
Scott González
2012-09-26
1
-1
/
+0
*
Grunt: New task for downloading themes using new themeroller.
Jörn Zaefferer
2012-09-24
3
-86
/
+52
*
Upgrade jQuery to 1.8.2.
Scott González
2012-09-20
189
-758
/
+19712
*
Build: Remove summary from changelog.
Scott González
2012-09-20
2
-37
/
+2
*
Build: Convert changelog to markdown.
Scott González
2012-09-20
2
-36
/
+73
*
Button demos: Fix selector since demo wrapper div was removed
Kris Borchers
2012-09-20
1
-1
/
+1
*
Tests: Fix padding from 4% to 2%, since width is 96%.
Rafael Xavier de Souza
2012-09-19
1
-1
/
+1
[prev]
[next]