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
*
Core: Move escape selector into its own module
Alexander Schmitz
2015-08-08
4
-9
/
+25
*
Core: Move focusable into its own module
Alexander Schmitz
2015-08-08
3
-34
/
+67
*
Core: Move disable-selection into its own module
Alexander Schmitz
2015-08-08
3
-20
/
+51
*
Core: Move data selector from core into its own module
Alexander Schmitz
2015-08-08
5
-12
/
+43
*
Core: Move version and creation of the ui namespace into its own module
Alexander Schmitz
2015-08-08
39
-17
/
+60
*
Dialog: Fix removal of event listener for modal dialogs
Scott González
2015-07-17
1
-3
/
+2
*
Sortable: Optimize `_intersectsWithPointer()`
Victor Homyakov
2015-07-08
1
-5
/
+7
*
Position: Guard against passing window to offset
Alexander Schmitz
2015-07-08
1
-2
/
+3
*
Autocomplete: Revert mistaken event alias change
Jörn Zaefferer
2015-07-01
1
-1
/
+1
*
Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points
Alexander Schmitz
2015-06-03
1
-24
/
+56
*
Resizable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-4
/
+4
*
Mouse: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-10
/
+10
*
Core: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-3
/
+3
*
Effects: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-2
/
+2
*
Widget: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-6
/
+6
*
Tabs: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-5
/
+5
*
Spinner: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-1
/
+1
*
Slider: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-1
/
+1
*
Droppable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-2
/
+2
*
Draggable: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-1
/
+1
*
Dialog: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-10
/
+12
*
Datepicker: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-18
/
+18
*
Button: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-14
/
+14
*
Autocomplete: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-3
/
+3
*
Accordion: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
1
-2
/
+2
*
Form Reset: Add form reset mixin
Scott González
2015-05-14
1
-0
/
+62
*
Widget: Support mixins
Scott González
2015-05-14
1
-0
/
+4
*
Tabs: Use $.ui.escapeSelector to avoid invalid selectors
Alexander Schmitz
2015-05-05
1
-1
/
+1
*
Selectmenu: Use $.ui.escapeSelector
Alexander Schmitz
2015-05-05
1
-2
/
+3
*
Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods
Alexander Schmitz
2015-05-05
2
-4
/
+54
*
Effect: Make .transfer() callback optional
Jörn Zaefferer
2015-04-24
1
-1
/
+3
*
Slider: Range fills all space after changing orientation
Ablay Keldibek
2015-04-22
1
-0
/
+12
*
Tooltip: Remove name attribute from elements in the live region
Jiabao Wu
2015-04-22
1
-0
/
+1
*
Slider: Pass 0 value if slider reaches it
Ablay Keldibek
2015-04-20
1
-2
/
+2
*
Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes
Jörn Zaefferer
2015-04-18
1
-2
/
+17
*
Revert "Draggable: Set explicit width/height instead of right/bottom"
TJ VanToll
2015-04-08
1
-15
/
+0
*
Menu: Ignore bubbled mouseenter events on parent items
Jörn Zaefferer
2015-04-08
1
-1
/
+10
*
Slider: Proper animation of range
Ablay Keldibek
2015-04-06
1
-2
/
+2
*
Core: Work around more IE activeElement bugs
Scott González
2015-03-29
1
-0
/
+7
*
All: Standard spacing inside selector strings
Scott González
2015-03-26
3
-3
/
+3
*
All: Include native dialogs in appendTo logic (ui-front walking)
Scott González
2015-03-26
2
-2
/
+2
*
Tooltip: Follow the standard appendTo logic
Scott González
2015-03-26
1
-1
/
+11
*
Spinner: Properly handle empty attributes in create with jQuery git
Scott González
2015-03-25
1
-1
/
+1
*
Dialog: Properly handle empty title with jQuery git
Scott González
2015-03-25
1
-3
/
+6
*
Core: Fix `:focusable` and `:tabbable` with jQuery git
Scott González
2015-03-25
1
-6
/
+6
*
Core: Handle IE11 bug with document.activeElement in iframes
Scott González
2015-03-24
1
-0
/
+7
*
Menu: Default for classes option is defined in $.Widget
Jörn Zaefferer
2015-03-18
1
-1
/
+0
*
Autocomplete: Default for classes option is defined in $.Widget
Jörn Zaefferer
2015-03-18
1
-1
/
+0
*
Position: Simplify fraction support test
Scott González
2015-03-18
1
-40
/
+21
*
Slider: Fix handle order when setting values of range slider to max
Ablay Keldibek
2015-03-18
1
-1
/
+3
[next]