summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* set trunk version to 1.8rc31.8rc3Richard Worth2010-02-251-1/+1
* Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d8...Richard Worth2010-02-2537-1874/+1392
* Visual testcase for #4231Jörn Zaefferer2010-02-241-0/+79
* ajax tabs demo: renamed tabs to fit on the demo templateJörn Zaefferer2010-02-241-5/+5
* Externals: updated jquery.cookie plugin to http://github.com/carhartl/jquery-...Richard Worth2010-02-247-102/+94
* Fix for #4451 - ajax tabs error handlingJörn Zaefferer2010-02-245-4/+38
* Accordion: Fixed oldContent and newContent for events.Scott González2010-02-241-2/+2
* Dialog: Use .height() to calculate height of dialog before drag.Scott González2010-02-241-1/+1
* Autocomplete: Fixed class removal in .destroy().Scott González2010-02-231-1/+1
* Autocomplete: Reposition menu every time it opens.Scott González2010-02-231-7/+6
* 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-222-7/+46
* Datepicker: Fixed #5156 Added Chinese Hong Kong localisationKeith Wood2010-02-223-0/+4
* use button on accordion demo page with a button-eleementJörn Zaefferer2010-02-201-1/+2
* partial for #5126 - less rows in remote demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
* partial for #5126 - improved custom data demoJörn Zaefferer2010-02-201-3/+2
* partial for #5126 - extra classes for combobox inputJörn Zaefferer2010-02-201-2/+1
* partial for #5126 - less rows in remote jsonp demo to avoid scrollingJörn Zaefferer2010-02-201-1/+1
* Sortable: Only trigger over event when changing the current container.Scott González2010-02-201-2/+2
* Autocomplete: Added a "ui-autocomplete-input" class to the text field.Scott González2010-02-201-0/+1
* Autocomplete: Deactivate menu on close.Scott González2010-02-201-2/+3
* Draggable: Don't try to stack if there are no elements in the stacking group.Scott González2010-02-181-0/+1
* 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-182-15/+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
* no delay need for local dataJörn Zaefferer2010-02-171-0/+1
* Autocomplete categories demo: Simplified styling.Scott González2010-02-171-1/+2
* Autocomplete categories demo: Removed custom jQuery methods and tweaked the c...Scott González2010-02-171-17/+3
* Autocomplete demo: Added styling to the categories.Scott González2010-02-171-2/+5
* Working categorized autocomplete demo.Scott González2010-02-171-31/+64
* 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-162-3/+77
* Missed change in build script for #5163 - css files renamed to be consistent ...Richard Worth2010-02-161-3/+3
* set trunk version to 1.8preRichard Worth2010-02-161-1/+1
* set trunk version to 1.8rc21.8rc2Richard Worth2010-02-161-1/+1
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-16306-748/+910
* Dialog: Update the internal flag for whether or not the dialog is open before...Scott González2010-02-162-2/+16
* fixed #5163 - themes: css files need to be renamed to be consistent with js f...Richard Worth2010-02-16303-337/+336
* 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-092-1/+38
* Unit Tests: Added autocomplete and button to list of tests.Scott González2010-02-081-0/+4
* Autocomplete: Split out logic for rendering individual items.Scott González2010-02-081-5/+10