aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* Dialog: Use ._focusable() and ._hoverable().Scott González2011-01-241-14/+2
* Updated copyright year.Scott González2011-01-171-1/+1
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-1/+1
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ...Scott González2011-01-141-4/+1
* Dialog: Fixed creation of close button in IE.Scott González2011-01-111-1/+1
* Dialog: Modified close button binding to use event.preventDefault() instead o...Max Schnur2010-12-201-1/+1
* Dialog: Coding standards.Scott González2010-12-171-277/+276
* All: Remove workaround for .offset() setter bug from older versions of jQuery.Scott González2010-12-111-4/+1
* Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - Dial...Scott González2010-12-101-13/+0
* Revert "Dialog: Moved the default value for the position.of option inside the...Scott González2010-12-101-1/+2
* Dialog: Moved the default value for the position.of option inside the _positi...Scott González2010-12-081-2/+1
* Dialog: Don't hide the dialog in _size if it started visible. Fixes #6717 - D...Scott González2010-12-031-2/+5
* Dialog: Ensure dialogs have a z-index when calculating the max z-index. Fixex...jamiejag2010-11-191-2/+5
* Dialog: Added some missing semicolons.Scott González2010-11-121-2/+2
* Dialog: Make sure the overlay instance still exists before trying to remove i...Jay Merrifield2010-11-121-1/+4
* Dialog: Fixed logic for mimicking minHeight. Fixes #6150 - Dialog height:auto...Scott González2010-10-051-14/+21
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...John Firebaugh2010-10-041-3/+0
* Revert "Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open...Scott González2010-10-041-0/+3
* Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') cause...Scott González2010-10-041-3/+0
* Dialog: Don't pass props to jQuery when creating buttons.Scott González2010-10-011-1/+2
* Dialog: Set the type on buttons. Fixes #6128 - Dialog: Buttons are not type="...Scott González2010-09-301-1/+1
* Dialog: Batch size-related option settings.Scott González2010-09-271-43/+47
* Dialog: Don't call draggable.destroy if we're not currently draggable. Fixes ...Scott González2010-09-201-4/+7
* Dialog: If the browser doesn't support minHeight, use height to set the minHe...Scott González2010-09-071-1/+2
* Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ...Scott González2010-09-021-1/+1
* Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: E...Scott González2010-08-311-4/+9
* Dialog: When using the title attribute, update the title option. Fixes #5877 ...Scott González2010-08-271-1/+2
* Dialog: Don't return true when we don't want to cancel events. Fixes #3523 - ...Scott González2010-08-271-1/+4
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width sh...Ziling Zhao2010-07-301-0/+4
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-1/+1
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+1
* Dialog: Wrap buttons in a div so we can float the div instead of the individu...Scott González2010-07-291-2/+5
* Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ...Scott González2010-07-211-1/+5
* Dialog: Don't set specific dimensions on the overlay - let it expand based on...Scott González2010-07-201-5/+1
* Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ...Scott González2010-07-161-6/+3
* Dialog: Fixed whitespace.Scott González2010-07-161-9/+10
* Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dial...Ben Hollis2010-07-141-46/+40
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* Dialog: Verify that we get a string back from .attr( "title" ) before using t...Scott González2010-07-141-0/+4
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Dialog: add resize call when changing button options for correct height adjus...Jon Palmer2010-07-111-0/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Fixed size calculations for dialogs.Scott González2010-03-251-2/+5
* Dialog: Use .height(0) instead of .hide(0) when determining the size of the n...Scott González2010-03-221-1/+1
* Dialog: quiet JSLintRichard Worth2010-03-121-90/+155
* dialog: corrected typo in ui.position property for drag events. Updated unit ...Richard Worth2010-03-111-1/+1
* Filter properties to forward to dialog events on resize and drag etc. - fix f...Jörn Zaefferer2010-03-051-6/+22
* Pass through resizable and draggable ui objects in dialog - partial fix for #...Jörn Zaefferer2010-03-051-11/+11
* Dialog: Fixed modal overlay instance tracking.Scott González2010-03-031-7/+7
* Dialog: Use .height() to calculate height of dialog before drag.Scott González2010-02-241-1/+1