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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
removing true from outerWidth/outerHeight to solve Safari Issue (fixes #2983 ...
Aaron Eisenberger
2008-06-26
1
-2
/
+2
*
typo in createWrapper (fixes #2974 fixes #2975)
Aaron Eisenberger
2008-06-26
1
-1
/
+1
*
sortable: update callback wass not called everytime (fixes #3028)
Paul Bakaus
2008-06-26
1
-1
/
+1
*
tests visual draggable - moved handle test to its own file. default visual te...
Richard Worth
2008-06-26
2
-4
/
+29
*
slider: range can now be toggled on-the-fly (fixes #3004)
Paul Bakaus
2008-06-26
1
-0
/
+10
*
tests dialog - added unit tests for #3017 - Dialog callback scopes
Richard Worth
2008-06-26
1
-11
/
+67
*
visual css: corrected styles for slider
Paul Bakaus
2008-06-26
1
-2
/
+2
*
fixed #3010
Paul Bakaus
2008-06-26
1
-1
/
+1
*
resizable, selectable, sortable: changed cancel default to ':input' instead o...
Richard Worth
2008-06-26
4
-4
/
+4
*
sortable: update callback wass not called everytime (fixes #3028)
Paul Bakaus
2008-06-26
1
-3
/
+2
*
tests draggable #2965 - fixed to account for distance: 1 default
Richard Worth
2008-06-26
1
-2
/
+2
*
sortable: fixed serialize issue when a key was specified as option, but no cu...
Paul Bakaus
2008-06-26
1
-1
/
+1
*
tests resizable - restructured to match others, added defaults test
Richard Worth
2008-06-26
1
-232
/
+231
*
css method - change class id name for generated div
Eduardo Lundgren
2008-06-26
1
-1
/
+1
*
Resizable functional demo more updates
Eduardo Lundgren
2008-06-26
1
-3
/
+3
*
Resizable functional demo updates
Eduardo Lundgren
2008-06-26
1
-9
/
+9
*
alsoResize option bug fixes
Eduardo Lundgren
2008-06-26
1
-1
/
+2
*
Fixed #2996
Eduardo Lundgren
2008-06-26
1
-19
/
+19
*
Fixed #2990
Eduardo Lundgren
2008-06-26
1
-2
/
+2
*
Fixed #2988
Eduardo Lundgren
2008-06-26
1
-3
/
+4
*
Dialog: Fixed stacking problem with modal dialogs.
Scott González
2008-06-26
1
-1
/
+2
*
Fixed #2340: Consistent parameters for dispatched events and callbacks.
Scott González
2008-06-26
2
-9
/
+9
*
Dialog: Restructured button creation and fixed the problem with not being abl...
Scott González
2008-06-26
1
-14
/
+30
*
sortable: added visual test page for profiling performance
Paul Bakaus
2008-06-25
1
-0
/
+757
*
Fix #3026 - Plugins callbacks need to be called first and user callbacks at t...
Eduardo Lundgren
2008-06-25
1
-3
/
+7
*
sortable: extreme performance increase by using setTimeout delegation and loc...
Paul Bakaus
2008-06-25
1
-13
/
+30
*
fixed #3026 - resizable resize handler is called too early
Richard Worth
2008-06-25
1
-2
/
+2
*
fixed #3025 - dialog should have an autoResize option; default value: true
Richard Worth
2008-06-25
2
-2
/
+36
*
draggable: removed a silly console.log
Paul Bakaus
2008-06-24
1
-2
/
+0
*
sortable: connected lists items are not refreshed until you actually move int...
Paul Bakaus
2008-06-24
2
-8
/
+20
*
sortable: changed default distance to 1
Paul Bakaus
2008-06-24
1
-1
/
+1
*
sortable: changed default distance to 1
Paul Bakaus
2008-06-24
2
-3
/
+5
*
fix for clip to better work with images (animates wrapper for images only)
Aaron Eisenberger
2008-06-24
1
-1
/
+1
*
fix for clip to better work with images (animates wrapper for images only)
Aaron Eisenberger
2008-06-24
1
-3
/
+4
*
draggable: fixed issue when placeholder didn't exist (fixes #3018)
Paul Bakaus
2008-06-24
1
-5
/
+5
*
draggable: fixed failing test, mousemove is actually called 3 times in jquery...
Paul Bakaus
2008-06-24
1
-1
/
+1
*
sortable: added default checks for scroll options
Paul Bakaus
2008-06-24
1
-0
/
+3
*
sortable:
Paul Bakaus
2008-06-24
1
-17
/
+34
*
sortable:fixed #3019, stop being fird too early
Paul Bakaus
2008-06-24
2
-4
/
+19
*
accordion: simplified find-header-element code, thanks Ariel
Jörn Zaefferer
2008-06-22
1
-3
/
+2
*
tests dialog - added missing tests (placeholders)
Richard Worth
2008-06-22
1
-0
/
+24
*
Fixed 2038 Split out display date and date value formats
Keith Wood
2008-06-21
2
-3
/
+44
*
accordion: added test for headers with descendants; replaced while-loop to fi...
Jörn Zaefferer
2008-06-21
4
-259
/
+199
*
tests dialog - added some tests and placeholders
Richard Worth
2008-06-21
2
-70
/
+177
*
simulate - drag: added mousemove [+1, +1] after mousedown. Removed mouseover ...
Richard Worth
2008-06-21
2
-2
/
+6
*
tests selectable - removed unneeded refs to draggable and resizable
Richard Worth
2008-06-21
1
-2
/
+0
*
tests draggable - corrected defaults tests tracking [304], and [305]
Richard Worth
2008-06-21
1
-2
/
+2
*
tests datepicker - added closure (for isolation in all.html)
Richard Worth
2008-06-21
1
-0
/
+7
*
tests all - added sortable
Richard Worth
2008-06-21
1
-0
/
+9
*
tests sortable - fixed failing disable tests
Richard Worth
2008-06-21
1
-4
/
+4
[prev]
[next]