aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.dialog.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Happy New YearRichard Worth2009-01-031-1/+1
* Dialog: Fixed #3756: Wrong height on every other open.Scott González2009-01-031-0/+1
* Dialog: Fixed #3753: Cleaned ui hash in callbacks.Scott González2009-01-031-5/+5
* Dialog: Fixed #3731: Contain dialogs within the document when dragging.Scott González2009-01-031-0/+1
* Dialog: Fixed #3713: Set default height to auto and default minHeight to 150....Scott González2008-12-311-6/+9
* Resizable: Partial fix for supporting jQuery objects in alsoResize.Scott González2008-12-231-1/+1
* Dialog: Removed unnecessary call to moveToTop in drag start.Scott González2008-12-231-1/+0
* Dialog: Move to top on mousedown instead of mouseup.Scott González2008-12-231-4/+1
* Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to ...Scott González2008-12-231-1/+1
* Dialog: Setting the correct element for alsoResize.Scott González2008-12-231-1/+1
* Dialog: Added hover and focus states to all buttons.Scott González2008-12-211-2/+22
* Dialog: Fixed #3145: Added support for height: 'auto'.Scott González2008-12-211-8/+12
* Dialog: Fixed #3221: User outerWidth/Height for positioning.Scott González2008-12-191-4/+4
* Dialog: Fixed #3564: Proper positioning in Opera.Scott González2008-12-191-2/+4
* Dialog: Fixed #3648: Use new CSS framework.Scott González2008-12-191-63/+56
* Dialog: Partial fix for #3648: Added resizable grip.Scott González2008-12-191-1/+2
* Dialog: Partial fix for #3648: Setting proper class on hover of close button.Scott González2008-12-181-2/+2
* Fixed #3655 - $.keyCode should be $.ui.keyCodeRichard Worth2008-12-141-3/+3
* Dialog: Fixed #3664: Dialog fails to init on removed elements.Scott González2008-12-131-1/+1
* corrected some invalid html <div/> to <div></div>Richard Worth2008-12-131-5/+5
* Dialog: Remove ui-widget-content class on destroy.Scott González2008-12-111-1/+1
* Dialog: Fixed variable re-declaration.Scott González2008-12-111-18/+16
* Dialog: Partial fix for #3648: Use new CSS framework.Scott González2008-12-111-5/+32
* Dialog: Fixed #3638: Added closeText option (default 'close').Scott González2008-12-111-1/+5
* Dialog: Fixed #3637: Added role of button to close link.Scott González2008-12-061-1/+9
* dialog: formatting changesRichard Worth2008-11-211-0/+3
* New file: AUTHORS.txt instead of having a single contributor's name in each f...Richard Worth2008-11-211-1/+1
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-63/+63
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-8/+8
* Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.Scott González2008-11-071-2/+4
* Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ...David Bolter2008-11-051-2/+2
* core: restructured helper functions, made enableSelection/disableSelection jQ...Paul Bakaus2008-11-031-3/+1
* Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51Richard Worth2008-11-011-20/+27
* adding version property to all ui componentsJörn Zaefferer2008-10-051-0/+1
* Dialog: Made moveToTop public.Scott González2008-09-291-22/+22
* Dialog: Removed functionality for copying classes from the main element to th...Scott González2008-09-281-4/+0
* Added ariaRole and ariaState to ui.core with tests.David Bolter2008-09-221-0/+2
* Dialog: Added an id to the title span (needed for ARIA support).Scott González2008-09-191-4/+15
* Reverted r695.Scott González2008-09-191-62/+62
* Remove Trailing SpacesEduardo Lundgren2008-09-191-62/+62
* Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent clos...Scott González2008-09-191-0/+4
* Dialog: Reordered functions.Scott González2008-09-141-164/+164
* Dialog: Fixed #3389: Non-draggable dialogs shouldn't instantiate draggables.Scott González2008-09-141-21/+26