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
*
Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 ...
ALLPRO
2010-06-10
1
-20
/
+33
*
Selectable: moved position absolute and z-index to css. Fixed #4475 - Selecta...
Richard D. Worth
2010-05-26
1
-2
/
+0
*
Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ...
Richard D. Worth
2010-05-26
1
-3
/
+3
*
Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.po...
Scott González
2010-05-19
1
-3
/
+12
*
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mou...
jzaefferer
2010-05-18
1
-1
/
+7
*
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in clos...
Scott González
2010-05-17
1
-2
/
+10
*
Selectable: Creation of helper must conform with style guide.
adam j. sontag
2010-05-13
1
-1
/
+1
*
Selectable: Add default CSS for ui-selectable-helper to CSS framework to allo...
adam j. sontag
2010-05-13
1
-3
/
+1
*
Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepic...
Paul Irish
2010-05-13
1
-2
/
+2
*
Selectable: modified _mouseStart function to unselect event.target if the
Jack Hsu
2010-05-12
1
-4
/
+11
*
Selectable: modified _mouseStart function to unselect event.target if the Ctr...
Jack Hsu
2010-05-12
1
-6
/
+9
*
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ...
Richard D. Worth
2010-05-11
1
-2
/
+2
*
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong dat...
Richard D. Worth
2010-05-11
1
-1
/
+1
*
Slider: fixed step alignment to handle negative fractional values. Fixed #558...
Richard D. Worth
2010-05-11
1
-3
/
+3
*
Slider: trim value to min and max when page_up or page_down is pressed. Fixed...
Richard D. Worth
2010-05-11
1
-2
/
+2
*
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepic...
Richard D. Worth
2010-05-11
1
-1
/
+1
*
Fix 'this.options is undefined' in sortable by using this instead of self
ornicar
2010-05-05
1
-1
/
+1
*
Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid...
Richard D. Worth
2010-05-04
1
-3
/
+6
*
Remove previous text/icon classes when updating buttons.
Scott González
2010-04-29
1
-4
/
+4
*
Removed case-sensitive .nodeName check.
Scott González
2010-04-27
1
-3
/
+1
*
Revert "Draggable: Don't use computed style for top and left of position:rela...
Richard D. Worth
2010-04-23
1
-2
/
+2
*
Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock...
Scott González
2010-04-23
1
-0
/
+7
*
Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.
Scott González
2010-04-23
1
-1
/
+6
*
Button: Added missing semicolon.
Scott González
2010-04-23
1
-1
/
+1
*
Draggable: Don't use computed style for top and left of position:relative ele...
Richard D. Worth
2010-04-22
1
-2
/
+2
*
Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file
Richard D. Worth
2010-04-21
1
-6
/
+6
*
Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filt...
jzaefferer
2010-04-16
1
-5
/
+7
*
sortable: don't call the base widget _setOption for disabled to avoid the ui-...
Richard D. Worth
2010-04-09
1
-0
/
+12
*
Autocomplete: Track input changes and fire change-event on blur, along with s...
jzaefferer
2010-04-08
1
-2
/
+9
*
Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Sp...
Jörn Zaefferer
2010-04-06
1
-1
/
+1
*
Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test...
jzaefferer
2010-04-03
1
-2
/
+2
*
slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet...
Richard D. Worth
2010-04-02
1
-334
/
+382
*
ui core: enableSelection, disableSelection: Removed selectstart event filters...
Richard D. Worth
2010-04-02
1
-4
/
+2
*
slider: corrected a regression introduced by commit 5ffd3ab
Richard D. Worth
2010-04-02
1
-2
/
+2
*
Slider: added support for canceling start event. Fixes #5472 - slider: event ...
Richard D. Worth
2010-04-01
1
-3
/
+9
*
Align slider value to step. Fixes #5471 - value not aligned to step when set ...
Richard D. Worth
2010-04-01
1
-19
/
+22
*
Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"
jzaefferer
2010-04-01
1
-145
/
+0
*
Merge branch 'tooltip' of github.com:jquery/jquery-ui
jzaefferer
2010-04-01
1
-0
/
+145
|
\
|
*
Tooltip: Renamed show to open and open to _show (based on spec), changed trig...
unknown
2010-03-31
1
-6
/
+8
|
*
Merge branch 'master' into tooltip
jzaefferer
2010-03-27
3
-18
/
+13
|
|
\
|
*
\
Merge branch 'master' into tooltip
jzaefferer
2010-03-26
3
-5
/
+9
|
|
\
\
|
*
|
|
Tooltip: Added comment about asny response handling
jzaefferer
2010-03-25
1
-0
/
+1
|
*
|
|
Tooltip: Add role='application' to body when there is no role attribute; requ...
jzaefferer
2010-03-25
1
-0
/
+5
|
*
|
|
Tooltip: Fix positioning
jzaefferer
2010-03-25
1
-1
/
+4
|
*
|
|
Tooltip: Replacing mouseover/out with mouseenter/leave, dropping (for now) su...
jzaefferer
2010-03-25
1
-2
/
+2
|
*
|
|
Copying files from old Googlecode dev branch for tooltip
jzaefferer
2010-03-21
1
-0
/
+134
*
|
|
|
Changed widget factory to keep generic css framework class -state-disabled in...
Richard D. Worth
2010-03-29
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'master' of github.com:jquery/jquery-ui
jzaefferer
2010-03-27
1
-0
/
+4
|
\
\
\
|
*
|
|
Position: Use parseInt() to prevent fractional pixel values.
Scott González
2010-03-26
1
-0
/
+4
*
|
|
|
Accordion: Moving IE layout fix (via zoom: 1) from js to css - fixes the dest...
jzaefferer
2010-03-27
1
-5
/
+0
[next]