aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #322 from kborchers/bug_5665Corey Frang2011-07-191-1/+10
* Datepicker: Added onSelect.apply() call to _setDate method if onSelect is def...marcneuwirth2011-06-282-0/+18
* Datepicker: Added onSelect.apply() call to _doKeyDown method when enter butto...marcneuwirth2011-06-282-0/+12
* Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _sel...marcneuwirth2011-06-271-2/+1
* Updating the 1-8-stable version to 1.8.15preScott González2011-06-171-1/+1
* Tagging the 1.8.14 release.1.8.14Scott González2011-06-171-1/+1
* Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-...kborchers2011-06-161-1/+1
* Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row d...kborchers2011-06-161-0/+1
* Datepicker: Calculate the max number of rows necessary when displaying months...kborchers2011-06-161-1/+7
* Datepicker: Don't use .delegate(). Fixes #7470 - Datepicker: 1.8.x can't be u...Scott González2011-06-131-10/+15
* Effects: Fixed typo. Fixes #7435 - animateClass ignores easing due to typo 'e...Scott González2011-05-281-1/+1
* Droppable: Added dragStart and dragStop to ddmanager and call them from dragg...kborchers2011-05-272-0/+18
* Mouse: Optimize the cancel locator, works around a bug where .add(event.targe...Jay Merrifield2011-05-261-1/+1
* Resizable: correct aspectRatio handling with min/max dimensions. Fixed #4951 ...Jeff Remy2011-05-261-3/+31
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...Andrew Powell2011-05-261-0/+1
* Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-262-7/+17
* Simulate: account for document scroll in findCenter function. Fixes #6859 - J...Richard D. Worth2011-05-261-3/+3
* Sortable: Changed to check the parent's length so that the dom position of th...kborchers2011-05-251-1/+1
* Resizable: Remove workaround for handles not working in IE when transparent w...Scott González2011-05-201-6/+1
* CSS: added support for konqueror border-radius. Fixed #6097.jgv2011-05-181-5/+5
* missing comma(cherry picked from commit 39fab1f39811818887e8906ede21453ef2183...Jesse Baird2011-05-181-1/+1
* There's no guard against unparsed characters at the end of the date string, a...Jörn Zaefferer2011-05-182-0/+12
* Dialog: Changed IE6 overlay width adjustment to apply to all IE versions. Fix...Jörn Zaefferer2011-05-181-2/+2
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh sc...Scott González2011-05-181-7/+5
* Datepicker: onClose callback should be triggered by show. Fixed #6656 - onClo...Kato Kazuyoshi2011-05-183-4/+18
* Button demo: modified order of selectors. Fixed #7094 - Buttons problem in OperaBen Boyle2011-05-161-1/+1
* Datepicker: Made the day of year calculator be more accurate. Fixes #6827 - D...Jay Merrifield2011-05-162-1/+6
* Draggable: Changed logic to only subtract left and top offsets of containment...kborchers2011-05-131-2/+2
* Button: Don't fire click/change events if mouse was dragged during click of t...Kris Borchers2011-05-131-3/+26
* Draggable: Check for grid elements set to 0 to prevent divide by 0 error caus...kborchers2011-05-131-2/+3
* Button: no longer calls _resetButton() after changing the disabled option. Fi...Doug Neiner2011-05-121-0/+2
* Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-122-2/+18
* Theme: Reducing size of CSS for Corner Properties - Fixes #7356 - Reducing si...gnarf2011-05-121-9/+4
* Updating the 1-8-stable version to 1.8.14preScott González2011-05-121-1/+1
* Tagging the 1.8.13 release.1.8.13Scott González2011-05-121-1/+1
* Datepicker: removed conditional mozilla browser check block. Fixes #7322 - Ye...Andrew Powell2011-05-121-9/+4
* Revert "Datepicker: Fixed #7043 - Using multiple months always renders 6 rows...Scott González2011-05-121-1/+1