aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-690/+0
* dialog: Fixes #4826 - Setting resizable false toggles resizable on dialogCa-Phun Ung2009-09-151-1/+1
* dialog: always convert value for closeText option to a string (fixes options-...Jörn Zaefferer2009-09-151-1/+2
* Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed positioni...Scott González2009-08-261-2/+0
* Dialog: Support hash, array, string for cursorAt option. Use position plugin...Scott González2009-08-031-45/+40
* Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ...Scott González2009-07-241-2/+2
* Dialog: Update position option after drag. Fixes #4679 - Dialogs should reme...Scott González2009-07-231-1/+4
* Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable n...Scott González2009-07-211-0/+1
* Dialog: Removed drag and resize option handling from setDataSwitch hash (lega...Scott González2009-07-161-7/+1
* Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: bef...Scott González2009-07-111-1/+1
* Dialog: Use _trigger for drag and resize events instead of executing callback...Scott González2009-07-101-13/+13
* replacing bgiframe with ui.stackfix, updated dialog and its demos accordinglyJörn Zaefferer2009-07-091-3/+3
* Dialog: adjusting minHeight when the height option is less than the minHeight...Scott González2009-06-091-11/+27
* Dialog: Using new delayed focus method. Also fixed a bug where focus would l...Scott González2009-04-181-11/+9
* Dialog: Expanded all self-closing tags for HTML conformance.Scott González2009-04-181-4/+4
* Dialog: Using local variables to improve minification.Scott González2009-04-181-66/+75
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget factor...Scott González2009-04-151-5/+9
* Dialog: Fixed the case where you open two modal dialogs and then close the to...Scott González2009-04-021-0/+18
* Dialog: Don't bind overlay event handlers if the overlays are destroyed befor...Scott González2009-03-281-4/+7
* Dialog: fix dialog height from being reset after drag in Safari. related to r...Richard Worth2009-03-031-0/+2
* Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ...Scott González2009-03-011-2/+0
* Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper option...Richard Worth2009-02-281-1/+7
* changed ui.jquery.com to jqueryui.comRichard Worth2009-02-271-1/+1
* Dialog: Fixed bug where dialogs wouldn't close if there was no animation.Scott González2009-02-261-1/+1
* Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-ind...Scott González2009-02-251-4/+4
* Dialog: When animating dialog close, wait until after the animation completes...Scott González2009-02-211-7/+12
* Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement...Scott González2009-02-191-4/+1
* Dialog: Refactored event delegation to cancel events for modal dialogs. Fixe...Scott González2009-02-191-20/+5
* Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807...Scott González2009-02-191-2/+2
* Dialog: Refactored moveToTop, greatly improving performance for opening dialo...Scott González2009-02-191-8/+11
* Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - f...Scott González2009-02-131-5/+3
* dialog: added some missing defaultsRichard Worth2009-02-091-0/+4
* Dialog: Don't allow the height of the content area to be negative.Scott González2009-02-091-1/+1
* Dialog: Fixed #4086: Allow changing the dialogClass option after init.Scott González2009-02-071-18/+23
* Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681).Scott González2009-02-051-38/+0
* Fixed #4050 (Dialog: undefined class being added to ui-dialog element)Richard Worth2009-02-031-0/+1
* Dialog: Fixed #4015: Set z-index on shadow when the dialog opens.Scott González2009-02-011-2/+1
* dialog: changed shadow default to false. Not quite ready to be on by default....Richard Worth2009-01-311-1/+1
* Dialog: Shadow cleanup.Scott González2009-01-311-17/+14
* dialog: all triggered custom events should have related events attached if po...Paul Bakaus2009-01-291-17/+17
* dialog: shadow is hidden during drag/resize for slow performance browsers (cu...Paul Bakaus2009-01-291-3/+11
* Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be neg...Scott González2009-01-291-1/+1
* dialog:Paul Bakaus2009-01-271-5/+36
* Dialog: Don't override title option on init.Scott González2009-01-201-2/+2
* Dialog: Fixed #3688: Don't add the button pane div if there are no buttons.Scott González2009-01-171-14/+12
* Dialog: Giving the content area and button pane priority over the title bar f...Scott González2009-01-171-6/+19
* Revert changes for #3838 for the release 1.6rc5Eduardo Lundgren2009-01-161-10/+3
* Fix for #3838 - Components should use this.widgetName on internallyEduardo Lundgren2009-01-161-3/+10
* Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).Scott González2009-01-141-16/+2
* Dialog: Fixed #3813: Ensure the content is visible during init.Scott González2009-01-141-0/+1