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
...
*
|
Tooltip: Change default to flipfit for both dimensions, now that it is availa...
Jörn Zaefferer
2011-08-18
1
-1
/
+1
*
|
Merge remote branch 'kborchers/position_flipfit2'
Jörn Zaefferer
2011-08-15
1
-48
/
+124
|
\
\
|
*
|
Position: Added better collision detection for flip and fit, added visual tes...
kborchers
2011-08-12
1
-48
/
+124
*
|
|
Spinner: Removed value option. Don't change empty values to zero on init. Don...
Scott González
2011-08-13
1
-39
/
+36
*
|
|
Spinner: Fixed precision when stepping.
Scott González
2011-08-12
1
-2
/
+11
*
|
|
Spinner: Moved all event handlers into an object.
Scott González
2011-08-12
1
-84
/
+74
*
|
|
Widget: Use this.widget() for event delegation.
Scott González
2011-08-12
1
-1
/
+1
*
|
|
Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...
Scott González
2011-08-11
1
-30
/
+20
|
/
/
*
|
Tabs: Cleanup.
Scott González
2011-08-10
1
-7
/
+5
*
|
Spinner: Fixed integration with globalize.
Scott González
2011-08-10
1
-1
/
+1
*
|
Replace $.global with Globalize, update Spinner to use it. Related demos curr...
Jörn Zaefferer
2011-08-10
1
-3
/
+3
*
|
Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...
Scott González
2011-08-10
1
-1
/
+2
*
|
Spinner: Return formatted value when using value method.
Scott González
2011-08-09
1
-15
/
+15
*
|
Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...
Scott González
2011-08-09
1
-1
/
+4
*
|
Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...
Karl Kirch
2011-08-09
1
-1
/
+7
*
|
Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....
Scott González
2011-08-09
1
-1
/
+3
*
|
Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...
Scott González
2011-08-09
1
-8
/
+0
*
|
Merge remote branch 'kou/autocomplete-destroy-search-timeout'
Jörn Zaefferer
2011-08-09
1
-0
/
+1
|
\
\
|
*
|
Autocomplete: ensure clear searching timeout on destroy.
Kouhei Sutou
2011-08-07
1
-0
/
+1
*
|
|
Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping.
Scott González
2011-08-07
1
-10
/
+7
*
|
|
Spinner: More tests. Don't trigger spin when programmatically stepping or pag...
Scott González
2011-08-07
1
-1
/
+1
*
|
|
Spinner: Fixed double firing of change event when setting the value option di...
Scott González
2011-08-07
1
-9
/
+2
*
|
|
Spinner: Don't need to call _format() and _aria() in _setOptions() since it's...
Scott González
2011-08-07
1
-2
/
+0
*
|
|
Spinner: Trigger change event when the value is changed programmatically.
Scott González
2011-08-07
1
-26
/
+61
*
|
|
Spinner: Re-render value if numberFormat option changes.
Scott González
2011-08-07
1
-1
/
+1
*
|
|
Spinner: Use _getCreateOptions() for value.
Scott González
2011-08-07
1
-4
/
+4
|
/
/
*
|
Merge branch 'spinner-getCreateOptions'
Scott González
2011-08-06
1
-21
/
+14
|
\
\
|
*
|
Spinner: Use _getCreateOptions() instead of custom _markupOptions().
Scott González
2011-08-06
1
-21
/
+14
*
|
|
Spinner: Added comment with formula that approximates current incrementing lo...
Scott González
2011-08-06
1
-0
/
+1
*
|
|
Spinner: Define defaults for callbacks.
Scott González
2011-08-06
1
-1
/
+6
*
|
|
Spinner: Only trigger change when the field has blurred and the value has cha...
Scott González
2011-08-06
1
-27
/
+14
*
|
|
Spinner: Don't set focus on stop, focus should already be correct. Always rem...
Scott González
2011-08-06
1
-9
/
+2
*
|
|
Spinner: Keep the focus on the text field even when using the buttons.
Scott González
2011-08-06
1
-3
/
+7
*
|
|
Spinner: Don't clear invalid values on blur (but clear the value option).
Scott González
2011-08-06
1
-1
/
+7
*
|
|
Spinner: Don't stop propgation of mousedown. Added TODOs.
Scott González
2011-08-06
1
-3
/
+7
|
/
/
*
|
Spinner: Invoke _markupOptions() before _draw().
Scott González
2011-08-06
1
-1
/
+5
*
|
Spinner: Don't stop propagation for keydown events.
Scott González
2011-08-06
1
-8
/
+7
*
|
Spinner: Cleanup, use ._bind() and ._hoverable().
Scott González
2011-08-06
1
-99
/
+80
*
|
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...
Corey Frang
2011-08-03
1
-1
/
+1
*
|
Merge pull request #413 from kborchers/bug_4333_3
Scott González
2011-08-02
1
-4
/
+8
|
\
\
|
*
|
Mouse: Changed mouseHandled check to a local var rather than using originalEv...
kborchers
2011-08-02
1
-4
/
+8
*
|
|
Effects: Adding a check to retain focused elements after wrapping and unwrapp...
Corey Frang
2011-08-02
1
-3
/
+20
|
/
/
*
|
Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...
Scott González
2011-08-01
1
-15
/
+0
*
|
Revert "Mouse: Changed mouseHandled check to a local var rather than using or...
Scott González
2011-08-01
1
-8
/
+4
|
/
*
Autocomplete: Correcting readOnly from readonly - @scottgonzalez
Corey Frang
2011-07-29
1
-1
/
+1
*
Widget delegation: Small if-simplify refactoring
Jörn Zaefferer
2011-07-28
1
-3
/
+3
*
Whitespace
Jörn Zaefferer
2011-07-28
1
-1
/
+1
*
Widget delegation: Put back the simple click event handler where it was.
Jörn Zaefferer
2011-07-28
1
-5
/
+7
*
Widget delegation: Further simplify menu code, blur handler also doesn't do a...
Jörn Zaefferer
2011-07-28
1
-3
/
+1
*
Widget delegation: Further simplify menu code
Jörn Zaefferer
2011-07-28
1
-3
/
+1
[prev]
[next]