aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Effects: Properly normalizing arguments for named speeds.Scott González2010-02-181-1/+1
* Buttons: Removed the logic for triggering click events on checkboxes and radi...Scott González2010-02-181-6/+0
* Button: Added missing semicolons;Scott González2010-02-181-2/+2
* Autocomplete: Fixed bug with bgiframe usage.Scott González2010-02-181-1/+1
* Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed #518...Brant Burnett2010-02-171-7/+10
* Another partial fix for #5188 - add ui-menu-item class only to list items wit...Jörn Zaefferer2010-02-161-1/+1
* Fix for #5188 along with a half-functional demo (buggy keyboard navigation)Jörn Zaefferer2010-02-161-3/+8
* Dialog: Update the internal flag for whether or not the dialog is open before...Scott González2010-02-161-2/+2
* Fixed #5178 - Slider's change event fires on slideRichard Worth2010-02-151-8/+13
* Position: Conform to coding standards.Scott González2010-02-141-99/+114
* Draggable: Don't recalculate the relative offset during drag. I couldn't repr...Scott González2010-02-141-9/+0
* Fixed missing variable in menu's refresh method.Scott González2010-02-121-1/+3
* Autocomplete: Fix for #5154 - cleanupJörn Zaefferer2010-02-101-3/+0
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+1
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+4
* datepicker: fixes #4443: Datepicker's vertical position in thickbox. This als...Ca-Phun Ung2010-02-091-1/+1
* Autocomplete: Split out logic for rendering individual items.Scott González2010-02-081-5/+10
* Autocomplete: Fixed a few places that got missed during the change to always ...Scott González2010-02-081-7/+4
* Progressbar: Conform to coding standards.Scott González2010-02-071-48/+36
* Datepicker: Separate month and year unless both are drop-downsKeith Wood2010-02-061-3/+3
* Datepicker: Fixed #5128 Datepicker opens when setDate calledKeith Wood2010-02-061-5/+5
* Tabs: Fixed selected tab detection.Scott González2010-02-061-1/+1
* Widget: Fixed a problem with the .remove() proxy.Scott González2010-02-061-6/+10
* Dialog: Prevent the titlebar from displaying above the top of the document.Scott González2010-02-061-1/+8
* Slider: added missing comma.Scott González2010-02-051-1/+1
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-055-10/+10
* Draggable: Don't adjust offsets for fixed position elements in Safari 4.Scott González2010-02-041-4/+4
* cleaning up dependency listingsJörn Zaefferer2010-02-032-2/+3
* cleaning up dependency listingsJörn Zaefferer2010-02-032-3/+1
* resizable method destroy: put unwrapped original element in wrapper's place i...Richard Worth2010-02-031-2/+2
* create-html-elements conventionJörn Zaefferer2010-02-021-1/+1
* Fix for #5120 - create menu only once and return that element from the widget...Jörn Zaefferer2010-02-021-51/+51
* Datepicker: No longer dependent on dialog in order to close datepicker when d...Brant Burnett2010-02-012-11/+1
* Datepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed #4...Brant Burnett2010-02-011-0/+1
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-012-1/+8
* Autocomplete: Turned off collision detection.Scott González2010-01-301-1/+2
* Dialog: Changed overlay to use zIndex() to test which events to cancel (fixed...Brant Burnett2010-01-291-2/+2
* 'ChangedBrant Burnett2010-01-291-10/+20
* Datepicker: Fixed conflict between beforeShowDay and getDateKeith Wood2010-01-291-2/+5
* effects: fixed #4097 - bind/fold didnt workPaul Bakaus2010-01-281-0/+1
* draggable: implemented #4145 - start,drag and stop events should be preventablePaul Bakaus2010-01-281-7/+27
* Autocomplete: Removed CSS framework classes from text field. We can add them ...Scott González2010-01-281-1/+1
* Prevent the default styles for resizable elements from totally killing dialog...Scott González2010-01-281-0/+4
* $.ui.ddmanager.drop() now works properly for nested droppables.Scott González2010-01-281-1/+1
* removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anywayJörn Zaefferer2010-01-271-31/+0
* Deprecated beforeclose option instead of removing it for now, fixes reopened ...Richard Worth2010-01-271-0/+13
* Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elementsKeith Wood2010-01-251-2/+3
* Datepicker: Fixed #5088 Date picker localization in ROKeith Wood2010-01-251-3/+3
* fixed #5094 - selectable: destroy method doesn't clean up selecteesRichard Worth2010-01-241-0/+3
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8