aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ...Scott González2011-10-251-1/+3
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
* Build: Switching to uglify.js instead of closure compilier. Saves 4 minutes ...Corey Frang2011-10-188-65/+8804
* Default to jQuery 1.6.4 for tests.Scott González2011-10-181-1/+1
* Sortable tests: Commented out assertions that don't make sense.Scott González2011-10-181-4/+4
* Upgraded jQuery to 1.6.4.Scott González2011-10-18311-471/+18626
* Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ...Scott González2011-10-181-0/+8
* Build: For some reason, using parallel for gzip is causing some truncation is...Corey Frang2011-10-171-11/+9
* Build: Fixing the sizer script to handle this many filesCorey Frang2011-10-171-9/+11
* Build: whitespaceCorey Frang2011-10-171-98/+89
* Build: `ant size` will now give you a report detailing differences in size si...Corey Frang2011-10-173-113/+192
* Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div c...Scott González2011-09-271-1/+1
* Sortable: replaced hard-coded sortable with this.widgetName, and removed line...Richard D. Worth2011-09-271-10/+9
* Datepicker: Added additional check to checkExternalClick to work when clickin...kborchers2011-09-161-15/+14
* Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hu...Richard D. Worth2011-09-131-1/+1
* Datepicker i17n hu: Corrected some spellings and abbreviations as well as dat...Richard D. Worth2011-09-131-6/+6
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
* Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it w...Corey Frang2011-08-202-2/+2
* Dialog: Tabbing out of a modal dialog was possible because keypress doesn't f...Corey Frang2011-08-192-4/+33
* Updating the 1-8-stable version to 1.8.17preScott González2011-08-151-1/+1
* Tagging the 1.8.16 release.1.8.16Scott González2011-08-151-1/+1
* Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on a.elem...Scott González2011-08-121-2/+2
* Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - Dr...Scott González2011-08-121-9/+11
* Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...Scott González2011-08-101-1/+2
* Widget demo: Fixed typo.Scott González2011-08-091-1/+1
* Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...Scott González2011-08-091-2/+8
* Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-092-1/+40
* Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....Scott González2011-08-091-1/+3
* Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-092-18/+0
* Backport widget demo from master to get it up on jqueryui.com with the next 1...Jörn Zaefferer2011-08-043-1/+209
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-032-1/+7
* Mouse: Changed mouseHandled check to a local var rather than using originalEv...kborchers2011-08-021-4/+8
* Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui anima...Corey Frang2011-08-021-3/+20
* Merge pull request #415 from pelme/1-8-stableScott González2011-08-022-2/+27
|\
| * Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable.Andreas Pelme2011-08-022-2/+27
|/
* Build: Updated release script.Scott González2011-08-021-7/+8
* Updating the 1-8-stable version to 1.8.16preScott González2011-08-011-1/+1
* Tagging the 1.8.15 release.1.8.15Scott González2011-08-011-1/+1
* Upgrade jQuery to 1.6.2.Scott González2011-08-01309-1493/+2158
* Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ...Scott González2011-08-011-15/+0
* Revert "Mouse: Changed mouseHandled check to a local var rather than using or...Scott González2011-08-011-8/+4
* jQuery 1.6 support.Scott González2011-07-2918-54/+26812
* Tests: Added ability to run tests against different versions of jQuery core.Scott González2011-07-2827-19/+61676
* Tests: Delete everything that fails.Scott González2011-07-2813-835/+6
* Tests: Deleted failing widget tests.Scott González2011-07-288-122/+6
* Accordion tests: Fixed fixture id.Scott González2011-07-281-1/+1
* Added compound test suite and updated QUnit.Scott González2011-07-2820-435/+815
* Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope.Scott González2011-07-191-1/+1
* Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #756...Richard D. Worth2011-07-191-1/+1
* Datepicker: show inline datepicker setting explicit display:block instead of ...Richard D. Worth2011-07-192-1/+26