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
*
Tagging the 1.10.0-rc.1 release.
1.10.0-rc.1
Scott González
2013-01-09
35
-3
/
+2233
*
Effects: fix backwards compatibility in animateClass for jQuery Core <1.8
Mike Sherov
2013-01-08
1
-0
/
+9
*
Release: Remove TODO for uploading release zip to GitHub since downloads are ...
Scott González
2013-01-08
1
-2
/
+0
*
Release: Remove support for node <0.8.
Scott González
2013-01-08
1
-4
/
+1
*
Updated maintainers list.
Scott González
2013-01-08
1
-0
/
+10
*
Updated AUTHORS.txt.
Scott González
2013-01-08
1
-0
/
+2
*
Libs/externals: Fix line endings.
Jörn Zaefferer
2013-01-08
3
-3447
/
+3447
*
Update .gitattributes to only touch files with text content.
Jörn Zaefferer
2013-01-08
1
-1
/
+1
*
Datepicker i18n: Fix line endings.
Scott González
2013-01-08
2
-46
/
+46
*
Core: Resume focus test based on the event, not the callback.
Scott González
2013-01-08
1
-1
/
+1
*
Dev: add .gitattributes file to force all line endings to LF
Mike Sherov
2013-01-03
1
-0
/
+1
*
Effects: Avoid cssHook blending in non-rgba browsers when the value is "trans...
Mike Sherov
2013-01-03
1
-3
/
+3
*
Interactions: Update widget defaults to match documented API.
Mike Sherov
2013-01-02
10
-15
/
+91
*
Tests: Correct all 404 errors in the test suite
Mike Sherov
2013-01-02
4
-6
/
+6
*
Datepicker Tests: Prepare for widget-ization tests.
Mike Sherov
2013-01-02
3
-12
/
+8
*
Slider: add options for event callbacks
Mike Sherov
2013-01-02
2
-2
/
+12
*
Draggable Tests: Cover all cursorAt option formats.
Mike Sherov
2013-01-01
1
-12
/
+9
*
Selectable: Account for scrolling on the helper's initial position. Fixed #89...
TJ VanToll
2013-01-01
2
-2
/
+30
*
Selectable tests: Removed a non-existent script tag causing a 404 in the tests.
TJ VanToll
2013-01-01
1
-1
/
+0
*
Add comment explaining the mouseHandled flag
Kris Borchers
2012-12-29
1
-0
/
+2
*
Tabs: Update manipulation demo - implement alt+del shortcut to remove active ...
Jörn Zaefferer
2012-12-28
1
-2
/
+10
*
Tabs: Update manipulation demo - use delegate instead of live (can't use on u...
Jörn Zaefferer
2012-12-28
1
-1
/
+1
*
Theme: Split opacityOverlay from opacityFilterOverlay on theme styles.
Rafael Xavier de Souza
2012-12-28
1
-4
/
+4
*
Accordion: Fix testsuite overflow issue in IE7.
Jörn Zaefferer
2012-12-28
1
-0
/
+4
*
Create mouseHandled flag per instance instead of globally. Fixes #8866 - Menu...
Kris Borchers
2012-12-27
1
-5
/
+4
*
Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't c...
Jörn Zaefferer
2012-12-27
2
-1
/
+13
*
Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes...
Jörn Zaefferer
2012-12-27
2
-17
/
+23
*
Draggable Tests: Fix IE7 offset failures
Mike Sherov
2012-12-27
1
-2
/
+2
*
Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can'...
Jörn Zaefferer
2012-12-27
2
-4
/
+19
*
Tests: Convert single quotes to double quotes.
Mike Sherov
2012-12-26
35
-2085
/
+2086
*
All: Convert single quotes to double quotes.
Mike Sherov
2012-12-25
12
-653
/
+654
*
Datepicker: Use tabs for indentation.
Mike Sherov
2012-12-25
1
-9
/
+9
*
Draggable Tests: add back in unreliable offset hack for cursorAt tests
Mike Sherov
2012-12-22
1
-5
/
+6
*
Draggable Tests: use jquery.simulate.js to simulate drag events
Mike Sherov
2012-12-22
1
-133
/
+25
*
Dialog Tests: Fix test fails due to window measurements in FF and IE7
Mike Sherov
2012-12-22
3
-57
/
+78
*
Dev: stop loading *_tickets.js in the test suite.
Mike Sherov
2012-12-22
4
-4
/
+0
*
Datepicker: Remove data event handlers from the dark ages.
Scott González
2012-12-20
1
-12
/
+2
*
Build: Added notStrictEqual to the globals list for unit tests.
Scott González
2012-12-20
1
-0
/
+1
*
Slider: Create clone of options.values during _create(). Fixed #8892 - Multip...
Dominic Barnes
2012-12-18
2
-5
/
+31
*
Tooltip: Clear the tracking interval on close. Fixes #8920 -Tooltip potential...
Scott González
2012-12-18
1
-1
/
+4
*
Datepicker: Added Candian French locale. Fixes #8917 - Datepicker: Add Canadi...
Matthieu Penant
2012-12-17
2
-0
/
+25
*
All: Use .addBack() instead of .andSelf().
Scott González
2012-12-14
11
-12
/
+21
*
Autocomplete: Append to closest .ui-front if available.
Scott González
2012-12-14
3
-9
/
+21
*
Dialog: Removed unnecessary style properties.
Scott González
2012-12-14
1
-3
/
+2
*
Autocomplete: Combobox demo - Collapse menu when clicking button.
Scott González
2012-12-13
1
-7
/
+7
*
Release: Add support for pre-releases.
Scott González
2012-12-13
1
-23
/
+66
*
Updated AUTHORS.txt.
Scott González
2012-12-13
1
-0
/
+5
*
Added CONTRIBUTING.md.
Scott González
2012-12-12
1
-0
/
+205
*
Core: Moved selectstart support test to deprecated section.
Scott González
2012-12-12
1
-3
/
+1
*
Progressbar: Moved .ui-progressbar-indeterminate to main element. Added tests...
Scott González
2012-12-12
3
-3
/
+29
[next]