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-7574396d95
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
*
Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate enabl...
Scott González
2011-05-03
2
-27
/
+27
*
Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ...
Jean-Francois Remy
2011-05-03
2
-14
/
+48
*
Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initializat...
Adam Baratz
2011-05-02
1
-13
/
+19
*
Merge pull request #187 from virgofx/master.
Scott González
2011-05-02
1
-18
/
+20
|
\
|
*
Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270.
Mark Johnson
2011-04-19
1
-18
/
+20
*
|
Merge pull request #191 from whittet/patch-1.
Scott González
2011-05-02
1
-1
/
+1
|
\
\
|
*
|
Bug fix for another use case, see comment by whittet here: http://bugs.jquery...
whittet
2011-04-27
1
-1
/
+1
*
|
|
Merge pull request #192 from ef4/master.
Scott González
2011-05-02
1
-14
/
+28
|
\
\
\
|
*
|
|
Draggable: containment now updates dynamically to handle scrolling container....
Edward Faulkner
2011-04-28
1
-14
/
+28
*
|
|
|
Tooltip: Fix (most) of the unit tests. Not all issues resolved, but
Jörn Zaefferer
2011-05-02
5
-13
/
+20
*
|
|
|
Fix menu unit tests (regression fron Hans' branch)
Jörn Zaefferer
2011-05-02
1
-4
/
+7
*
|
|
|
Add simple error handling for domEqual method (was failing for menu, output n...
Jörn Zaefferer
2011-05-02
1
-0
/
+4
*
|
|
|
Tooltip: Replace offset property with inline my+offset to make it easier
Jörn Zaefferer
2011-05-02
2
-4
/
+3
*
|
|
|
Datepicker: bind hover events using delegate. Fixed #7256 - minimize event bi...
adambaratz
2011-05-02
1
-20
/
+27
*
|
|
|
Tooltip: Add drop effect to tooltip animations test
Jörn Zaefferer
2011-05-02
1
-0
/
+11
*
|
|
|
Merge remote branch 'gnarf37/widget-show-hide'
Scott González
2011-05-02
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Widget: show/hide effects added BackCompat
gnarf
2011-05-02
1
-2
/
+2
*
|
|
|
|
Tooltip: Add visual testpage for animations
Jörn Zaefferer
2011-05-02
1
-0
/
+61
|
/
/
/
/
*
|
|
|
widget: Updating code for show/hide to use new effects API namespace - DRY'ed...
gnarf
2011-05-02
1
-12
/
+3
*
|
|
|
Tooltip: update video player demo with custom animations
Jörn Zaefferer
2011-05-02
1
-2
/
+6
*
|
|
|
Merge branch 'master' into tooltip-animations
Jörn Zaefferer
2011-05-02
48
-1225
/
+1431
|
\
\
\
\
|
*
|
|
|
Tooltip: Update demo description
Jörn Zaefferer
2011-05-02
1
-1
/
+1
|
*
|
|
|
Tooltip: Custom styles for video player demo
Jörn Zaefferer
2011-05-02
1
-0
/
+6
|
*
|
|
|
Tooltip: Add video player demo
Jörn Zaefferer
2011-05-02
2
-1
/
+92
|
*
|
|
|
Core: reuse tabindex value. Fixed #7257 - optimize :tabbable.
adambaratz
2011-04-29
1
-21
/
+25
|
*
|
|
|
Resizable: switch data: background image to valid image file, small 1px trans...
Richard Worth
2011-04-29
1
-1
/
+1
|
*
|
|
|
Tabs: Added tests for add and remove events.
Scott González
2011-04-28
1
-21
/
+32
|
*
|
|
|
Tabs: Cleaned up add and remove methods.
Scott González
2011-04-28
4
-65
/
+96
|
*
|
|
|
Tabs: update sortable demo to call refresh method. Fixes #4524 Tabs: Sortable...
David Petersen
2011-04-28
1
-1
/
+7
|
*
|
|
|
Tabs: Added more tests for refresh method and changed the implementation a bit.
Scott González
2011-04-28
2
-71
/
+81
|
*
|
|
|
Tabs: Fix issues with refresh method, add refresh method tests
David Petersen
2011-04-28
2
-21
/
+54
|
*
|
|
|
Tabs: Remove refresh dependancy in _setOptions
David Petersen
2011-04-28
1
-2
/
+15
|
*
|
|
|
Tabs: Fixed disable method and cleaned up tests for enable and disable methods.
Scott González
2011-04-28
4
-71
/
+136
|
*
|
|
|
Tabs: enable/disable handle when current state already matches, fix error whe...
David Petersen
2011-04-28
2
-3
/
+29
|
*
|
|
|
Tabs: simplify disabled logic
David Petersen
2011-04-28
1
-46
/
+40
|
|
/
/
/
|
*
|
|
Tabs: Make sure prototype.url is defined before trying to shim it
David Petersen
2011-04-28
1
-8
/
+9
|
*
|
|
Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and adj...
Scott González
2011-04-27
1
-25
/
+24
|
|
/
/
|
*
|
Merge branch 'master' into menubar
Jörn Zaefferer
2011-04-26
37
-772
/
+600
|
|
\
\
|
|
*
|
Widget: define a null default for the create callback.
Scott González
2011-04-25
15
-121
/
+125
|
|
*
|
Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults.
Scott González
2011-04-25
8
-38
/
+77
|
|
*
|
Menu: Add ui-state-active to parent item when submenu item receives focus.
jzaefferer
2011-04-23
1
-2
/
+3
|
|
*
|
Set menu item link top padding to px (in place of em); this fixes the issue w...
maggiewachs
2011-04-21
1
-1
/
+1
|
|
*
|
Removed duplicate selector reference
maggiewachs
2011-04-21
1
-2
/
+0
|
|
*
|
Menu: Drop statis test pages. default was outdated, icons is replaced by actu...
jzaefferer
2011-04-20
2
-211
/
+0
|
|
*
|
Menu: Add icons support
jzaefferer
2011-04-20
3
-6
/
+56
|
|
*
|
Menu: Make keyboard focus matching take submenus into account
jzaefferer
2011-04-20
1
-2
/
+2
|
|
|
/
|
|
*
Close popup when blurred and make sure that shift-tab when popup is open
jzaefferer
2011-04-18
1
-1
/
+12
|
|
*
Accordion tests: Coding standards.
Scott González
2011-04-15
7
-268
/
+268
|
|
*
Tabs: Rewrote some ticket tests and moved to approriate file.
Scott González
2011-04-15
2
-62
/
+16
|
|
*
Tabs: Better tests for tab state.
Scott González
2011-04-15
4
-61
/
+42
[next]