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
*
Remove trailing whitespace.
Scott González
2012-04-18
1
-7
/
+7
*
Lint fixes.
Scott González
2012-04-02
1
-21
/
+24
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Dialog: When destroy is called place the element back in original DOM positio...
Alberto Monteiro
2011-12-15
1
-3
/
+14
*
Dialog: Modified the dialog._size() to use outerHeight in calculating the non...
James Khoury
2011-11-28
1
-1
/
+1
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-8
/
+8
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
1
-4
/
+3
*
Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - S...
Florian Gutmann
2011-10-14
1
-6
/
+5
*
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
-1
/
+1
*
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
[next]