aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; ...Scott González2012-08-141-0/+5
* Easings: Rewrote all easings to only rely on state and reduce code size. Fixe...Scott González2012-08-131-196/+35
* Dialog: Don't use $.attrFn since it's empty in jQuery 1.8.0. Fixes #8484 - Te...Scott González2012-08-101-13/+1
* Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - D...Scott González2012-08-091-1/+1
* Mouse: Don't try to unbind delegated event handlers if they don't exist. Fixe...Scott González2012-07-311-3/+5
* 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
* 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
* 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
* Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - D...Amir E. Aharoni2012-06-011-1/+1
* Datepicker: Corrected language code for Georgian language according to ISO 63...Pavel Stetina2012-05-291-2/+2
* Draggable: Apply ui-draggable-dragging class prior to calculating dimensions....Viktar Varvanovich2012-05-241-1/+3
* Sortable: calculating item positions on the fly and setting the direction var...Scott González2012-05-221-24/+25
* 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
* Sortable: Moved change of helper position css. Fixed #5321 – Helper in a bo...martinf552012-05-071-5/+5
* 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-191-3/+2
* 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
* Autocomplete: Don't invoke a search from arrow keys when the element can have...meh-cfl2012-04-071-6/+11
* Autocomplete: Move race condition logic from ajax requests to general respons...Scott González2012-04-031-18/+20
* Datepicker: Don't set _curInst in hideDatepicker. Fixes #8174 - jQuery datepi...Scott González2012-04-031-2/+0
* Protect all copyright notices against minificationJörn Zaefferer2012-04-0228-28/+28
* Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - ...Simon2012-04-021-1/+1
* Fixes #6979 - Several components are leaking variables into the global scope.felix2012-03-295-6/+5
* Datepicker: Fixed nextText, prevText, and Sunday and split words onto multipl...Scott González2012-03-291-7/+43
* Effects: Backporting e8ba367 to 1-8-stable - Fixes #8113 - addClass not anima...Corey Frang2012-03-271-1/+1
* Tabs: Wrap attribute value in quotes when querying. Fixes #8207 - Tabs: Error...Scott González2012-03-221-1/+1
* Datepicker: Fixed month name for Macedonian localization. Fixes #8206 - Datep...stojce2012-03-221-2/+2
* Datepicker: Added Georgian localization. Fixes #8205 - Datepicker: Add Georgi...Lado Lomidze2012-03-221-0/+21
* Mouse: Unbind events bound to document on destroy. Fixes #8199 - _mouseDestro...Scott González2012-03-191-0/+3
* Updated copyright year.Scott González2012-03-1931-31/+31
* Datepicker: Corrected values of dayNamesShort in Finnish translation. Fixes #...Scott González2012-03-141-12/+12
* Resizable: Update aspectRatio to use calculated aspectRatio in case of: conta...gromo2012-03-021-2/+2
* Datepicker: modified a catch variable to no longer mask an existing variable ...Jasvir Nagra2012-02-251-2/+2
* Sortable: modified the contents of placeholder to a single " ". Fixed #8...Bertjh2012-02-241-1/+1
* Corrected week header for et locale. Fixed #8129 - Localization error in et l...Richard D. Worth2012-02-231-1/+1