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
/
jquery.ui.dialog.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
1
-3
/
+2
|
\
|
*
Dialog: Append the dialog to the body early to make sure styles from the clas...
Scott González
2011-07-12
1
-3
/
+2
*
|
.attr() -> .prop()
Scott González
2011-06-08
1
-2
/
+2
|
/
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-2
/
+1
*
Dialog: Removed the height() tinkering which stops the dialog from shrinking....
Jay Merrifield
2011-05-26
1
-6
/
+2
*
Dialog: Make close() a noop if the dialog is already closed. Fixes #7327 - Di...
David Murdoch
2011-05-26
1
-2
/
+6
*
Merge remote branch 'kborchers/bug_3623'
Jörn Zaefferer
2011-05-18
1
-2
/
+2
|
\
|
*
Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fix...
kborchers
2011-05-12
1
-2
/
+2
*
|
Dialog: Reduce old overlay dimensions to 0x0 to avoid sizing issues. Fixes #5...
Scott González
2011-05-18
1
-1
/
+1
*
|
Dialog: Create modal overlay after dialog is shown and check scrollHeight and...
kborchers
2011-05-12
1
-3
/
+3
|
/
*
Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
Kato Kazuyoshi
2011-05-07
1
-1
/
+1
*
Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initializat...
Adam Baratz
2011-05-02
1
-13
/
+19
*
Dialog: Before handling escape key presses, check if the default action has b...
Jay Merrifield
2011-03-08
1
-2
/
+2
*
Dialog: Added a class to dialog wrapper when it is currently displaying butto...
Douglas Neiner
2011-03-03
1
-0
/
+3
*
Dialog: Use ._focusable() and ._hoverable().
Scott González
2011-01-24
1
-14
/
+2
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Updated widgets to use new methods from $.Widget.
Scott González
2011-01-15
1
-1
/
+1
*
Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...
Scott González
2011-01-14
1
-4
/
+1
*
Dialog: Fixed creation of close button in IE.
Scott González
2011-01-11
1
-1
/
+1
*
Dialog: Modified close button binding to use event.preventDefault() instead o...
Max Schnur
2010-12-20
1
-1
/
+1
*
Dialog: Coding standards.
Scott González
2010-12-17
1
-277
/
+276
*
All: Remove workaround for .offset() setter bug from older versions of jQuery.
Scott González
2010-12-11
1
-4
/
+1
*
Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dial...
Scott González
2010-12-10
1
-13
/
+0
*
Revert "Dialog: Moved the default value for the position.of option inside the...
Scott González
2010-12-10
1
-1
/
+2
*
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
[next]