aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace.Scott González2012-04-181-7/+7
* Lint fixes.Scott González2012-04-021-21/+24
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Dialog: When destroy is called place the element back in original DOM positio...Alberto Monteiro2011-12-151-3/+14
* Dialog: Modified the dialog._size() to use outerHeight in calculating the non...James Khoury2011-11-281-1/+1
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-8/+8
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-4/+3
* Dialog: fix small memory leak when having lot's of instances. Fixes #7793 - S...Florian Gutmann2011-10-141-6/+5
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-201-1/+1
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-191-1/+1
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-3/+2
|\
| * Dialog: Append the dialog to the body early to make sure styles from the clas...Scott González2011-07-121-3/+2
* | .attr() -> .prop()Scott González2011-06-081-2/+2
|/
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-2/+1
* Dialog: Removed the height() tinkering which stops the dialog from shrinking....Jay Merrifield2011-05-261-6/+2
* Dialog: Make close() a noop if the dialog is already closed. Fixes #7327 - Di...David Murdoch2011-05-261-2/+6
* Merge remote branch 'kborchers/bug_3623'Jörn Zaefferer2011-05-181-2/+2
|\
| * Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fix...kborchers2011-05-121-2/+2
* | Dialog: Reduce old overlay dimensions to 0x0 to avoid sizing issues. Fixes #5...Scott González2011-05-181-1/+1
* | Dialog: Create modal overlay after dialog is shown and check scrollHeight and...kborchers2011-05-121-3/+3
|/
* Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).Kato Kazuyoshi2011-05-071-1/+1
* Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize initializat...Adam Baratz2011-05-021-13/+19
* Dialog: Before handling escape key presses, check if the default action has b...Jay Merrifield2011-03-081-2/+2
* Dialog: Added a class to dialog wrapper when it is currently displaying butto...Douglas Neiner2011-03-031-0/+3
* 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