aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tagging the 1.8.22 release.1.8.22Scott González2012-07-241-1/+1
* Effects (Bounce): Fixed call to .outerHeight/Width() for jQuery 1.8 compat.Scott González2012-07-211-1/+1
* Effects: Fixing call to outerHeight/Width in slide effect for compat with 1.8...Corey Frang2012-07-201-1/+1
* Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 ...Corey Frang2012-07-201-1/+1
* Position: Fix initial positioning of cycler demo.Jörn Zaefferer2012-07-191-12/+15
* Effects: Fallback from $.curCSS to $.css to support jQuery 1.8+.Scott González2012-07-191-1/+2
* Datepicker: Fixed position problem when input is in a fixed element. Fixes #5...Luis Dalmolin2012-07-171-2/+2
* Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker d...Maciej Mroziński2012-07-171-1/+1
* Sortable: Reset fromOutside property when canceling helper removal. Fixes #84...Baoju Yuan2012-07-161-0/+2
* Core: Check if jQuery supports inner/outer/Width/Height setters.Scott González2012-07-111-38/+41
* Datepicker: Remove styles specifically for IE5.Scott González2012-07-111-2/+0
* Core: Adjust data pseudo creation to use new Sizzle pseudo creation for pseud...Timmy Willison2012-07-111-3/+10
* Core: Define $.curCSS if it doesn't exist for jQuery 1.8+ support.Scott González2012-06-251-0/+5
* Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker ...Mike Stay2012-06-061-16/+46
* Updating the 1-8-stable version to 1.8.22preScott González2012-06-051-1/+1
* Tagging the 1.8.21 release.1.8.21Scott González2012-06-051-1/+1
* Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - D...Amir E. Aharoni2012-06-011-1/+1
* Build: Ask user to verify AUTHORS.txt is up to date before doing a release.Scott González2012-06-011-0/+9
* Datepicker: Corrected language code for Georgian language according to ISO 63...Pavel Stetina2012-05-293-4/+4
* Draggable: Apply ui-draggable-dragging class prior to calculating dimensions....Viktar Varvanovich2012-05-241-1/+3
* Progressbar demo: Made animated background selector more specific. Fixes #831...Scott González2012-05-221-1/+1
* Sortable: calculating item positions on the fly and setting the direction var...Scott González2012-05-221-24/+25
* Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ...Scott González2012-05-141-4/+4
* Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque locale...Eneko Illarramendi2012-05-141-9/+9
* Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - Position...Scott González2012-05-081-1/+6
* Effects: Check for anonymous content being exposed via document.activeElement...Scott González2012-05-071-1/+10
* Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-05-071-1/+1
* Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bo...martinf552012-05-071-5/+5
* Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from da...Scott González2012-05-031-8/+10
* Updating the 1-8-stable version to 1.8.21preScott González2012-04-301-1/+1
* Tagging the 1.8.20 release.1.8.20Scott González2012-04-301-1/+1
* Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder d...Jason Moon2012-04-301-2/+2
* Draggable: Don't run stop methods for elements that have been removed. Fixed...Scott González2012-04-301-2/+8
* Revert "Sortable: modified the contents of placeholder to a single " ". ...Scott González2012-04-301-1/+1
* Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - j...Scott González2012-04-301-2/+3
* Datepicker: Added missing quote in Hindi i18n.Scott González2012-04-221-1/+1
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal d...TJ VanToll2012-04-193-4/+12
* Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - Da...G Karunakar2012-04-191-9/+9
* Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery UI...Bertjh2012-04-191-3/+2
* Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing termin...Scott González2012-04-181-1/+1
* Build: Removed ant build.Scott González2012-04-1813-9419/+2
* Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @V...Scott González2012-04-181-9/+12
* Updating the 1-8-stable version to 1.8.20preScott González2012-04-161-1/+1
* Tagging the 1.8.19 release.1.8.19Scott González2012-04-161-1/+1
* Position: Simplify default demo by removing drag functionality on positioned ...Scott González2012-04-151-20/+7
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-122-72/+4
* Build: Update prepare-release for use with grunt.Scott González2012-04-111-15/+15
* Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - Autocomple...Scott González2012-04-071-12/+32
* Autocomplete: Don't invoke a search from arrow keys when the element can have...meh-cfl2012-04-073-6/+75
* Autocomplete: Move race condition logic from ajax requests to general respons...Scott González2012-04-032-19/+50