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: Removed .focus( delay )
Scott González
2014-10-20
1
-16
/
+0
*
DatePicker: datepicker_instActive released on instance destroy
Chen Eshchar
2014-10-20
1
-0
/
+4
*
Selectmenu: Preserve text selection and button focus on click
Scott González
2014-10-16
1
-3
/
+47
*
Tooltip: Properly track hiding and closing for delegated tooltips
Scott González
2014-10-09
1
-26
/
+36
*
Slider: Don't allow a slider's value to exceed its max
Jyoti Deka
2014-10-08
1
-1
/
+9
*
Datepicker: Fix French locale
Scott González
2014-10-07
1
-1
/
+1
*
Menu: Typeahead now accounts for leading whitespace
Trisha Crowley
2014-10-07
1
-1
/
+1
*
Menu: Remove a redundant check
TJ VanToll
2014-10-03
1
-7
/
+3
*
Menu: Maintain focus on already selected item during typeahead
TJ VanToll
2014-10-03
1
-1
/
+1
*
Menu: Filter out non-items when typing
Simen Bekkhus
2014-09-29
1
-13
/
+17
*
Datepicker: Fix currentText in Greek locale
Scott González
2014-09-22
1
-1
/
+1
*
Menu: Ignore mouseenter events while typeahead is actice
Jörn Zaefferer
2014-08-27
1
-0
/
+6
*
Widget: Ensure window and document are defined in _getCreateOptions()
Alexander Schmitz
2014-08-27
1
-4
/
+5
*
Sortable: cancelHelperRemoval only considers helper, not placeholder
Mike Sherov
2014-08-26
1
-16
/
+6
*
Draggable: Whitespace and naming cleanup of connectToSortable
Mike Sherov
2014-08-26
1
-44
/
+41
*
Draggable: Refresh sortables when draggable is added or removed
Mike Sherov
2014-08-25
1
-0
/
+12
*
Draggable: Clarify comments and whitespace in connectToSortable
Mike Sherov
2014-08-25
1
-5
/
+6
*
Draggable: Ensure sortable revert still works after draggable is removed
Mike Sherov
2014-08-25
1
-7
/
+8
*
Draggable: Ensure css is always restored after connectToSortable drag
Mike Sherov
2014-08-25
1
-7
/
+8
*
Draggable: Ensure correct widget removes helper in connectToSortable
Mike Sherov
2014-08-24
1
-3
/
+10
*
Draggable: append divs to iframe parent for iframefix
Mike Sherov
2014-08-24
1
-13
/
+22
*
Draggable: Check all parents for fixed positioning when scrolling
Mike Sherov
2014-08-23
1
-2
/
+4
*
Draggable: No cloning in connectToSortable and ensure correct position
Mike Sherov
2014-08-23
1
-28
/
+34
*
Draggable: Clean spacing and names in connectToSortable drag callback
Mike Sherov
2014-08-22
1
-71
/
+83
*
Accordion: Avoid memory leak during refresh
Scott González
2014-08-21
1
-1
/
+10
*
Tabs: Avoid memory leak during refresh
Scott González
2014-08-21
1
-1
/
+11
*
Widget: Avoid memory leaks when unbinding events with `._off()`
Scott González
2014-08-21
1
-1
/
+7
*
Mouse: Only detect out of document mouseups after a mousemove
Mike Sherov
2014-08-20
1
-6
/
+18
*
Datepicker: Fix month names in Persian locale
Scott González
2014-08-20
1
-12
/
+12
*
Draggable: Ensure helper is positioned even if its the element itself
Mike Sherov
2014-08-19
1
-3
/
+21
*
Draggable: Set explicit width/height instead of right/bottom css.
Uri Gilad
2014-08-18
1
-0
/
+15
*
Draggable: Ensure overflow:visible containments are correctly measured
Mike Sherov
2014-08-17
1
-4
/
+14
*
Draggable: Only focus the draggable if the event occurs on a handle
Mike Sherov
2014-08-17
1
-10
/
+14
*
Draggable: Only blur the focused element if the event occurs on a handle
TJ VanToll
2014-08-17
1
-13
/
+23
*
Draggable: Recalculate hash offset on start after plugins run
Mike Sherov
2014-08-16
1
-2
/
+3
*
Draggable: Fix whitespace in trigger function
Mike Sherov
2014-08-16
1
-5
/
+6
*
Draggable: Account for margins when snapping
Mike Sherov
2014-08-14
1
-10
/
+10
*
Build: Update jscs and fix some code style issues
Jörn Zaefferer
2014-08-14
4
-5
/
+5
*
Sortable: fire "over" and "out" even when a connectWith hasn't changed
Andrei Picus
2014-08-13
1
-0
/
+4
*
Droppable: Account for draggable margins when detecting hover
Mike Sherov
2014-08-13
1
-2
/
+2
*
Draggable: ignore overflow:hidden containers with scroll option
Mike Sherov
2014-08-12
1
-9
/
+14
*
Draggable: clean up whitespace in scroll option
Mike Sherov
2014-08-12
1
-10
/
+10
*
Draggable: consider offsets from overflow:hidden parents
Mike Sherov
2014-08-12
1
-1
/
+1
*
Core: provide "includeHidden" parameter in $.ui.scrollParent
Mike Sherov
2014-08-12
1
-2
/
+3
*
Resizable: fix JSCS violations
Mike Sherov
2014-08-11
1
-73
/
+180
*
Droppable: only consider pointer location with tolerance "pointer"
Will Holley
2014-08-10
1
-9
/
+6
*
Autocomplete: Use `$.trim` instead of `jQuery.trim` for consistency
TJ VanToll
2014-08-08
1
-1
/
+1
*
Draggable: Fix several whitespace issues
Mike Sherov
2014-08-06
1
-12
/
+12
*
Tooltip: Treat the tooltip as closing until it's fully removed
Scott González
2014-08-06
1
-1
/
+8
*
Resizable: account for padding & border in grids.
Mike Sherov
2014-08-05
1
-21
/
+52
[next]