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
/
ui.dialog.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dialog: Fixed #3637: Added role of button to close link.
Scott González
2008-12-06
1
-1
/
+9
*
dialog: formatting changes
Richard Worth
2008-11-21
1
-0
/
+3
*
New file: AUTHORS.txt instead of having a single contributor's name in each f...
Richard Worth
2008-11-21
1
-1
/
+1
*
Source formatting: Removing trailing spaces
Eduardo Lundgren
2008-11-20
1
-1
/
+1
*
Removed all trailing whitespace from .js and .html files
Richard Worth
2008-11-18
1
-63
/
+63
*
fixed #3578 - ALL CODE: e, ui should be changed to event, ui
Richard Worth
2008-11-14
1
-8
/
+8
*
Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.
Scott González
2008-11-07
1
-2
/
+4
*
Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...
David Bolter
2008-11-05
1
-2
/
+2
*
core: restructured helper functions, made enableSelection/disableSelection jQ...
Paul Bakaus
2008-11-03
1
-3
/
+1
*
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
Richard Worth
2008-11-01
1
-20
/
+27
*
adding version property to all ui components
Jörn Zaefferer
2008-10-05
1
-0
/
+1
*
Dialog: Made moveToTop public.
Scott González
2008-09-29
1
-22
/
+22
*
Dialog: Removed functionality for copying classes from the main element to th...
Scott González
2008-09-28
1
-4
/
+0
*
Added ariaRole and ariaState to ui.core with tests.
David Bolter
2008-09-22
1
-0
/
+2
*
Dialog: Added an id to the title span (needed for ARIA support).
Scott González
2008-09-19
1
-4
/
+15
*
Reverted r695.
Scott González
2008-09-19
1
-62
/
+62
*
Remove Trailing Spaces
Eduardo Lundgren
2008-09-19
1
-62
/
+62
*
Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent clos...
Scott González
2008-09-19
1
-0
/
+4
*
Dialog: Reordered functions.
Scott González
2008-09-14
1
-164
/
+164
*
Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.
Scott González
2008-09-14
1
-21
/
+26
*
Dialog: Fixed #3220: Non-resizable dialogs shouldn't instantiate resizables.
Scott González
2008-09-14
1
-29
/
+45
*
Dialog: Partial fix for #3327: When opening a dialog, give focus to the first...
Scott González
2008-09-11
1
-0
/
+1
*
Dialog: Fixed #3123: Prevent tabbing out of modal dialogs.
Scott González
2008-09-06
1
-1
/
+24
*
Fixed #3284 - Put version numbers inside of individual files.
Richard Worth
2008-09-04
1
-1
/
+1
*
Dialog: Fixed #3259: Remove title attribute from dialog elements on init.
Scott González
2008-09-03
1
-1
/
+5
*
Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEs...
Scott González
2008-08-27
1
-4
/
+4
*
Use type button to avoid undesired submits
Eduardo Lundgren
2008-08-24
1
-1
/
+1
*
dialog: $.keyCode
Chi Cheng
2008-08-24
1
-4
/
+2
*
Dialog: Fixed #3198: Prevent exposure of internal methods.
Scott González
2008-08-16
1
-21
/
+21
*
Dialog: Added isOpen method.
Scott González
2008-08-12
1
-4
/
+10
*
Dialog: Removed fakeEvent method (no longer needed with the trigger method).
Scott González
2008-08-11
1
-7
/
+0
*
Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51.
Scott González
2008-07-14
1
-1
/
+17
*
Dialog: If options.title is empty on init, set it to the title attribute of t...
Scott González
2008-07-12
1
-1
/
+3
*
Dialog: Fixed #3013: Force dialog titlebars to have a full line height when n...
Scott González
2008-07-12
1
-1
/
+1
*
Dialog: Fixed #3013: Force dialog titlebars to have a full line height when n...
Scott González
2008-07-11
1
-1
/
+1
*
Dialog: Fixed #3086: Fixed problem with auto margins in IE.
Scott González
2008-07-11
1
-5
/
+5
*
Dialog: Use new trigger method from the widget factory.
Scott González
2008-07-10
1
-21
/
+5
*
Dialog: fixed triggered events.
Scott González
2008-07-10
1
-4
/
+16
*
Dialog: cleanup.
Scott González
2008-07-09
1
-15
/
+27
*
dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), im...
Paul Bakaus
2008-07-04
1
-3
/
+5
*
fixed #3061 - dialog buttons not visible without a theme file
Richard Worth
2008-07-03
1
-1
/
+1
*
Fixed #3059 - cannot select text in dialog content
Richard Worth
2008-07-03
1
-1
/
+7
*
Dialog - Update resizable dialgos to use helper instead of proxy
Eduardo Lundgren
2008-06-30
1
-1
/
+1
*
fixed #3012 - Dialog causing iframe load event to fire in firefox 2
Richard Worth
2008-06-28
1
-1
/
+1
*
Dialog: Fixed #3032: Calling open on an already open dialog no longer causes ...
Scott González
2008-06-26
1
-0
/
+7
*
Dialog: Fixed stacking problem with modal dialogs.
Scott González
2008-06-26
1
-1
/
+2
*
Dialog: Restructured button creation and fixed the problem with not being abl...
Scott González
2008-06-26
1
-14
/
+30
*
fixed #3025 - dialog should have an autoResize option; default value: true
Richard Worth
2008-06-25
1
-2
/
+16
*
Dialog - fixed #3017
Eduardo Lundgren
2008-06-18
1
-6
/
+12
*
dialog - added dragHelper
Eduardo Lundgren
2008-06-17
1
-0
/
+1
[next]