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
path:
root
/
ui
/
jquery.ui.dialog.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dialog: Don't use $.attrFn since it's empty in jQuery 1.8.0. Fixes #8484 - Te...
Scott González
2012-08-10
1
-13
/
+1
*
Protect all copyright notices against minification
Jörn Zaefferer
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-19
1
-1
/
+1
*
Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...
Corey Frang
2011-08-20
1
-1
/
+1
*
Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...
Corey Frang
2011-08-19
1
-3
/
+3
*
Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.
Andreas Pelme
2011-08-02
1
-2
/
+2
*
jQuery 1.6 support.
Scott González
2011-07-29
1
-1
/
+1
*
Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fix...
Jörn Zaefferer
2011-05-18
1
-2
/
+2
*
Dialog: Don't use .attr( props, true ) for creating buttons since that API do...
Scott González
2011-04-07
1
-2
/
+23
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Dialog: Moved the default value for the position.of option inside the _positi...
Scott González
2010-12-08
1
-2
/
+1
*
Dialog: Don't hide the dialog in _size if it started visible. Fixes #6717 - D...
Scott González
2010-12-03
1
-2
/
+5
*
Dialog: Ensure dialogs have a z-index when calculating the max z-index. Fixex...
jamiejag
2010-11-19
1
-2
/
+5
*
Dialog: Added some missing semicolons.
Scott González
2010-11-12
1
-2
/
+2
*
Dialog: Make sure the overlay instance still exists before trying to remove i...
Jay Merrifield
2010-11-12
1
-1
/
+4
*
Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto...
Scott González
2010-10-05
1
-14
/
+21
*
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...
John Firebaugh
2010-10-04
1
-3
/
+0
*
Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open...
Scott González
2010-10-04
1
-0
/
+3
*
Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...
Scott González
2010-10-04
1
-3
/
+0
*
Dialog: Don't pass props to jQuery when creating buttons.
Scott González
2010-10-01
1
-1
/
+2
*
Dialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="...
Scott González
2010-09-30
1
-1
/
+1
*
Dialog: Batch size-related option settings.
Scott González
2010-09-27
1
-43
/
+47
*
Dialog: Don't call draggable.destroy if we're not currently draggable. Fixes ...
Scott González
2010-09-20
1
-4
/
+7
*
Dialog: If the browser doesn't support minHeight, use height to set the minHe...
Scott González
2010-09-07
1
-1
/
+2
*
Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ...
Scott González
2010-09-02
1
-1
/
+1
*
Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: E...
Scott González
2010-08-31
1
-4
/
+9
*
Dialog: When using the title attribute, update the title option. Fixes #5877 ...
Scott González
2010-08-27
1
-1
/
+2
*
Dialog: Don't return true when we don't want to cancel events. Fixes #3523 - ...
Scott González
2010-08-27
1
-1
/
+4
*
Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...
Ziling Zhao
2010-07-30
1
-0
/
+4
*
Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...
Scott González
2010-07-30
1
-1
/
+1
*
Use pushStack in widget method. Fixes #5732 - make the widget method maintain...
jzaefferer
2010-07-30
1
-1
/
+1
*
Dialog: Wrap buttons in a div so we can float the div instead of the individu...
Scott González
2010-07-29
1
-2
/
+5
*
Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ...
Scott González
2010-07-21
1
-1
/
+5
*
Dialog: Don't set specific dimensions on the overlay - let it expand based on...
Scott González
2010-07-20
1
-5
/
+1
*
Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ...
Scott González
2010-07-16
1
-6
/
+3
*
Dialog: Fixed whitespace.
Scott González
2010-07-16
1
-9
/
+10
*
Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...
Ben Hollis
2010-07-14
1
-46
/
+40
*
All: Added http://jqueryui.com/about to header comments.
Scott González
2010-07-14
1
-1
/
+1
*
Dialog: Verify that we get a string back from .attr( "title" ) before using t...
Scott González
2010-07-14
1
-0
/
+4
*
All: Define a local undefined variable inside the main closure.
Scott González
2010-07-13
1
-1
/
+1
*
Dialog: add resize call when changing button options for correct height adjus...
Jon Palmer
2010-07-11
1
-0
/
+1
*
Updated copyright headers to make it clear that you can choose between MIT an...
Scott González
2010-07-09
1
-3
/
+3
*
Fixed size calculations for dialogs.
Scott González
2010-03-25
1
-2
/
+5
*
Dialog: Use .height(0) instead of .hide(0) when determining the size of the n...
Scott González
2010-03-22
1
-1
/
+1
*
Dialog: quiet JSLint
Richard Worth
2010-03-12
1
-90
/
+155
*
dialog: corrected typo in ui.position property for drag events. Updated unit ...
Richard Worth
2010-03-11
1
-1
/
+1
*
Filter properties to forward to dialog events on resize and drag etc. - fix f...
Jörn Zaefferer
2010-03-05
1
-6
/
+22
*
Pass through resizable and draggable ui objects in dialog - partial fix for #...
Jörn Zaefferer
2010-03-05
1
-11
/
+11
*
Dialog: Fixed modal overlay instance tracking.
Scott González
2010-03-03
1
-7
/
+7
*
Dialog: Use .height() to calculate height of dialog before drag.
Scott González
2010-02-24
1
-1
/
+1
[next]