aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dialog: ESC key event was not being canceled after it was handled (Fixed #492...Brant Burnett2010-02-221-4/+12
* Dialog: Changed height measurement to hide content because IE quirks mode ign...Brant Burnett2010-02-221-7/+7
* Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed #518...Brant Burnett2010-02-171-7/+10
* Dialog: Update the internal flag for whether or not the dialog is open before...Scott González2010-02-161-2/+2
* Dialog: Prevent the titlebar from displaying above the top of the document.Scott González2010-02-061-1/+8
* cleaning up dependency listingsJörn Zaefferer2010-02-031-2/+2
* Datepicker: No longer dependent on dialog in order to close datepicker when d...Brant Burnett2010-02-011-4/+1
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-011-1/+1
* Dialog: Changed overlay to use zIndex() to test which events to cancel (fixed...Brant Burnett2010-01-291-2/+2
* Prevent the default styles for resizable elements from totally killing dialog...Scott González2010-01-281-0/+4
* Deprecated beforeclose option instead of removing it for now, fixes reopened ...Richard Worth2010-01-271-0/+13
* Happy New YearRichard Worth2010-01-201-1/+1
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-191-3/+2
* Dialog: Added button to the list of dependencies.Scott González2010-01-171-1/+1
* Dialog: Moved autoOpen detection to the new _init() method.Scott González2010-01-151-1/+5
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Dialog: workaround for positioning bug.Scott González2010-01-151-7/+10
* Replaced stackfix with bgiframe.Scott González2010-01-141-3/+3
* Dialog: force the dialog to be visible before trying to position it so we can...Scott González2010-01-071-0/+1
* (no commit message)Scott González2010-01-071-0/+7
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-61/+53
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHT...Andrew Powell2009-11-211-2/+2
* Dialog: Fixed position parsing.Scott González2009-09-301-28/+28
* Dialog: fixes a typo.Chi Cheng2009-09-271-1/+1
* dialog: fixed _position regression; wrote a test for the default positon, whi...Jörn Zaefferer2009-09-191-27/+28
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-0/+5
* dialog: filter invalid option-position values, convert title argument to stri...Jörn Zaefferer2009-09-171-1/+4
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery...Richard Worth2009-09-171-0/+690