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
jtr-test
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
/
ui.dialog.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...
Scott González
2009-04-15
1
-5
/
+9
*
Dialog: Fixed the case where you open two modal dialogs and then close the to...
Scott González
2009-04-02
1
-0
/
+18
*
Dialog: Don't bind overlay event handlers if the overlays are destroyed befor...
Scott González
2009-03-28
1
-4
/
+7
*
Dialog: fix dialog height from being reset after drag in Safari. related to r...
Richard Worth
2009-03-03
1
-0
/
+2
*
Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ...
Scott González
2009-03-01
1
-2
/
+0
*
Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper option...
Richard Worth
2009-02-28
1
-1
/
+7
*
changed ui.jquery.com to jqueryui.com
Richard Worth
2009-02-27
1
-1
/
+1
*
Dialog: Fixed bug where dialogs wouldn't close if there was no animation.
Scott González
2009-02-26
1
-1
/
+1
*
Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-ind...
Scott González
2009-02-25
1
-4
/
+4
*
Dialog: When animating dialog close, wait until after the animation completes...
Scott González
2009-02-21
1
-7
/
+12
*
Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement...
Scott González
2009-02-19
1
-4
/
+1
*
Dialog: Refactored event delegation to cancel events for modal dialogs. Fixe...
Scott González
2009-02-19
1
-20
/
+5
*
Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807...
Scott González
2009-02-19
1
-2
/
+2
*
Dialog: Refactored moveToTop, greatly improving performance for opening dialo...
Scott González
2009-02-19
1
-8
/
+11
*
Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - f...
Scott González
2009-02-13
1
-5
/
+3
*
dialog: added some missing defaults
Richard Worth
2009-02-09
1
-0
/
+4
*
Dialog: Don't allow the height of the content area to be negative.
Scott González
2009-02-09
1
-1
/
+1
*
Dialog: Fixed #4086: Allow changing the dialogClass option after init.
Scott González
2009-02-07
1
-18
/
+23
*
Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).
Scott González
2009-02-05
1
-38
/
+0
*
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)
Richard Worth
2009-02-03
1
-0
/
+1
*
Dialog: Fixed #4015: Set z-index on shadow when the dialog opens.
Scott González
2009-02-01
1
-2
/
+1
*
dialog: changed shadow default to false. Not quite ready to be on by default....
Richard Worth
2009-01-31
1
-1
/
+1
*
Dialog: Shadow cleanup.
Scott González
2009-01-31
1
-17
/
+14
*
dialog: all triggered custom events should have related events attached if po...
Paul Bakaus
2009-01-29
1
-17
/
+17
*
dialog: shadow is hidden during drag/resize for slow performance browsers (cu...
Paul Bakaus
2009-01-29
1
-3
/
+11
*
Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be neg...
Scott González
2009-01-29
1
-1
/
+1
*
dialog:
Paul Bakaus
2009-01-27
1
-5
/
+36
*
Dialog: Don't override title option on init.
Scott González
2009-01-20
1
-2
/
+2
*
Dialog: Fixed #3688: Don't add the button pane div if there are no buttons.
Scott González
2009-01-17
1
-14
/
+12
*
Dialog: Giving the content area and button pane priority over the title bar f...
Scott González
2009-01-17
1
-6
/
+19
*
Revert changes for #3838 for the release 1.6rc5
Eduardo Lundgren
2009-01-16
1
-10
/
+3
*
Fix for #3838 - Components should use this.widgetName on internally
Eduardo Lundgren
2009-01-16
1
-3
/
+10
*
Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).
Scott González
2009-01-14
1
-16
/
+2
*
Dialog: Fixed #3813: Ensure the content is visible during init.
Scott González
2009-01-14
1
-0
/
+1
*
Happy New Year
Richard Worth
2009-01-03
1
-1
/
+1
*
Dialog: Fixed #3756: Wrong height on every other open.
Scott González
2009-01-03
1
-0
/
+1
*
Dialog: Fixed #3753: Cleaned ui hash in callbacks.
Scott González
2009-01-03
1
-5
/
+5
*
Dialog: Fixed #3731: Contain dialogs within the document when dragging.
Scott González
2009-01-03
1
-0
/
+1
*
Dialog: Fixed #3713: Set default height to auto and default minHeight to 150....
Scott González
2008-12-31
1
-6
/
+9
*
Resizable: Partial fix for supporting jQuery objects in alsoResize.
Scott González
2008-12-23
1
-1
/
+1
*
Dialog: Removed unnecessary call to moveToTop in drag start.
Scott González
2008-12-23
1
-1
/
+0
*
Dialog: Move to top on mousedown instead of mouseup.
Scott González
2008-12-23
1
-4
/
+1
*
Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to ...
Scott González
2008-12-23
1
-1
/
+1
*
Dialog: Setting the correct element for alsoResize.
Scott González
2008-12-23
1
-1
/
+1
*
Dialog: Added hover and focus states to all buttons.
Scott González
2008-12-21
1
-2
/
+22
*
Dialog: Fixed #3145: Added support for height: 'auto'.
Scott González
2008-12-21
1
-8
/
+12
*
Dialog: Fixed #3221: User outerWidth/Height for positioning.
Scott González
2008-12-19
1
-4
/
+4
*
Dialog: Fixed #3564: Proper positioning in Opera.
Scott González
2008-12-19
1
-2
/
+4
*
Dialog: Fixed #3648: Use new CSS framework.
Scott González
2008-12-19
1
-63
/
+56
*
Dialog: Partial fix for #3648: Added resizable grip.
Scott González
2008-12-19
1
-1
/
+2
[next]