aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Corey Frang2012-07-201-1/+1
| | | | | | 1.8 core backport of ed64ccf
* Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 ↵Corey Frang2012-07-201-1/+1
| | | | | | core Backport of commit 4e3d31e
* Position: Fix initial positioning of cycler demo.Jörn Zaefferer2012-07-191-12/+15
| | | | (cherry picked from commit 8f71accb75770f56b5983c0e29515e7182c23604)
* 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 ↵Luis Dalmolin2012-07-171-2/+2
| | | | | | #5626 - DatePicker doesn't work inside fixed div. (cherry picked from commit 147ec7bd624e631fe019973876ad587e85d112bf)
* Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker ↵Maciej Mroziński2012-07-171-1/+1
| | | | | | dialog has a negative z-index. (cherry picked from commit cb44dc6c2840a77fbb13a398910ca8818d6439e3)
* Sortable: Reset fromOutside property when canceling helper removal. Fixes ↵Baoju Yuan2012-07-161-0/+2
| | | | | | #8430 - draggable with sortable makes sortable event receive triggered wrong. (cherry picked from commit dcea4f043adc7f37674feead31ded148d311ab72)
* Core: Check if jQuery supports inner/outer/Width/Height setters.Scott González2012-07-111-38/+41
| | | | | | | | (cherry picked from commit 033f83ffebf2c25284796d661c01613936674a47) Conflicts: ui/jquery.ui.core.js
* Datepicker: Remove styles specifically for IE5.Scott González2012-07-111-2/+0
| | | | (cherry picked from commit 90050c7cee24078c968f98b33d466d864d97722b)
* Core: Adjust data pseudo creation to use new Sizzle pseudo creation for ↵Timmy Willison2012-07-111-3/+10
| | | | | | pseudos with arguments. (cherry picked from commit 2d643032c553ea2804946b4f0cdba4b7820e1bfc)
* 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
| | | | | | does not respond to any click events in AIR, Google Sites, Windows Metro. (cherry picked from commit 6dcc5c14c824ae9d653b1bc293680f6af6baf1b4)
* 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 - ↵Amir E. Aharoni2012-06-011-1/+1
| | | | | | | | | | | Datepicker: Incorrect dayNamesMin for Arabic locale. Before this change the minimal names for days of week were the same as the long names. This caused the datepicker to be too wide. The one-letter strings come from the CLDR: http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html (cherry picked from commit 8f42ab013469865ae790089717a56b6ca774dc75)
* 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 ↵Pavel Stetina2012-05-293-4/+4
| | | | | | 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code. (cherry picked from commit 0bbad349b982839c607d7c16bf2e46a293532dee)
* Draggable: Apply ui-draggable-dragging class prior to calculating ↵Viktar Varvanovich2012-05-241-1/+3
| | | | | | dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions (cherry picked from commit a0c18ea25086ed07634baff5b4fea46e69aad38e)
* Progressbar demo: Made animated background selector more specific. Fixes ↵Scott González2012-05-221-1/+1
| | | | | | #8314 - Theme on animated progressbar remains the same. (cherry picked from commit cb70a5e302aae16fa4b47454c1d7d5aca514bfb7)
* Sortable: calculating item positions on the fly and setting the direction ↵Scott González2012-05-221-24/+25
| | | | | | | | | | variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables (cherry picked from commit c42bdcecf825e295f483413f8d20b2079947faec) Conflicts: ui/jquery.ui.sortable.js
* Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ↵Scott González2012-05-141-4/+4
| | | | | | | | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles. (cherry picked from commit 1b19121189356879ca39a19ba241a04ff4786b62) Conflicts: demos/autocomplete/combobox.html
* Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque ↵Eneko Illarramendi2012-05-141-9/+9
| | | | | | locale incorrect. (cherry picked from commit 1304c50532b65738a7fc3c9deb3943f7de308539)
* Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - ↵Scott González2012-05-081-1/+6
| | | | Position module throws uncaught exception on IE8 with jQuery 1.3.2.
* Effects: Check for anonymous content being exposed via ↵Scott González2012-05-071-1/+10
| | | | | | | | | | document.activeElement. Fixes #8288 - Regression: jquery-ui animations focus fix causes Firefox Security Manager veto. (cherry picked from commit a7e143b4fe395baeda297ea96ef39921ea7f5a5d) Conflicts: ui/jquery.effects.core.js
* Autocomplete combobox demo: Define this.wrapper for use inside destroy().Scott González2012-05-071-1/+1
| | | | (cherry picked from commit c974d0fc69849d9e7854a532da01f00587d04527)
* Sortable: Moved change of helper position css. Fixed #5321 – Helper in a ↵martinf552012-05-071-5/+5
| | | | | | bottom-positioned Sortable is positioned wrong on drag start. (cherry picked from commit 32f356bbfa9a8f3b90b4e64331e9108b4d87a349)
* Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵Scott González2012-05-031-8/+10
| | | | | | date in Date range datepicker. (cherry picked from commit f6c0b71ae9cbed55bdcfd8058a4c89fee0b4c068)
* 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 ↵Jason Moon2012-04-301-2/+2
| | | | | | doesn't move when dragging outside of container element (cherry picked from commit b8b0c528301ab2bfc49e36143a3c4f6451e58ccd)
* Draggable: Don't run stop methods for elements that have been removed. ↵Scott González2012-04-301-2/+8
| | | | | | | | | | Fixed #8269 - Removing draggable element on drop : a(this).data("draggable") is undefined. (cherry picked from commit 27d10235539e0f5baad6ee7e8d3d91cab65e2cfd) Conflicts: ui/jquery.ui.draggable.js
* Revert "Sortable: modified the contents of placeholder to a single " ". ↵Scott González2012-04-301-1/+1
| | | | | | | Fixed #8135 - sortable: Horizontal sortable shifts causes elements to shift down." This reverts commit b6e1f25ab8c038306146a6ead041dc18bfb9e8c2. (cherry picked from commit b38dd26da0a7297941839195ff75885d6ecc67d0)
* Revert "Sortable: Always set placeholder size when necessary. Fixes #8262 - ↵Scott González2012-04-301-2/+3
| | | | | | | jQuery UI 1.8.19 don't respect forcePlaceholderSize." This reverts commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37. (cherry picked from commit 21df5c27e312c6e5fda66e602abefa51c484d676)
* Datepicker: Added missing quote in Hindi i18n.Scott González2012-04-221-1/+1
| | | | (cherry picked from commit e55391a4193a870c3e65f9d462433045f1717143)
* Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵TJ VanToll2012-04-193-4/+12
| | | | | | dialog does not disable resizables on the page. (cherry picked from commit 6150abae49f77a3b2f67c39a3c60a06792b4de8f)
* Datepicker: Corrections in Hindi weekday names, text labels. Fixes #8265 - ↵G Karunakar2012-04-191-9/+9
| | | | | | Datepicker: Incorrect translations for Hindi locale. (cherry picked from commit d783766f9053a2075c579296d819f0941796ac1c)
* Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery ↵Bertjh2012-04-191-3/+2
| | | | | | UI 1.8.19 don't respect forcePlaceholderSize. (cherry picked from commit 4f19289c10e733a07cf60435c2e5df4ed2e23d37)
* Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing ↵Scott González2012-04-181-1/+1
| | | | | | terminating semicolon. (cherry picked from commit 55e13692ee2937df9bda8e3348c4b07834e093d8)
* Build: Removed ant build.Scott González2012-04-1813-9419/+2
| | | | | | | | | | (cherry picked from commit 84ac716fbfef194622ddeed4cadf03a769725de8) Conflicts: .gitignore build/build.xml version.txt
* Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: ↵Scott González2012-04-181-9/+12
| | | | | | @VERSION replacement incomplete. (cherry picked from commit 7475763474ba2dc976136c9374b201a1f6df8a83)
* 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
| | | | | | | | | | elements. Fixes #5380 - Position Demo breaks when dragging an element. (cherry picked from commit 6da7278e879c0dc734c23231a71fdd92f7a57a0c) Conflicts: demos/position/default.html
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-122-72/+4
| | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* Build: Update prepare-release for use with grunt.Scott González2012-04-111-15/+15
|
* Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵Scott González2012-04-071-12/+32
| | | | | | | | | | Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0). (cherry picked from commit 218bd47ecd8066e51d58c1df8fdbf3fa05fac26c) Conflicts: demos/autocomplete/combobox.html
* Autocomplete: Don't invoke a search from arrow keys when the element can ↵meh-cfl2012-04-073-6/+75
| | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.
* Autocomplete: Move race condition logic from ajax requests to general ↵Scott González2012-04-032-19/+50
| | | | | | | | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. (cherry picked from commit 96f9c84b7b2149c6b93ac226a52065652f218e1e) Conflicts: tests/unit/autocomplete/autocomplete_core.js ui/jquery.ui.autocomplete.js