summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0Felix Nagel2012-10-132-3/+4
|
* added: Super Theme Switcher as jQuery UI themeswitcher is not longer availableFelix Nagel2012-10-1230-12/+490
|
* fixed: trim trailing spacesFelix Nagel2012-10-101-2/+2
|
* fixed: index and value method will now fire change callback, THX @brunis, ↵Felix Nagel2012-10-101-8/+6
| | | | see #270
* Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenuFelix Nagel2012-10-1024-3501/+31777
|\
| * updated: demos to jQuery 1.8.2Felix Nagel2012-10-0310-10/+10
| |
| * fixed: unit testFelix Nagel2012-10-031-4/+0
| |
| * updated: release note to 1.3.0 preFelix Nagel2012-10-031-1/+1
| |
| * removed: unneeded filesFelix Nagel2012-10-03325-30326/+38
| |
| * Merge commit '1.8.24' into selectmenuFelix Nagel2012-10-03334-3480/+62050
| |\
| | * Tagging the 1.8.24 release.1.8.24Scott González2012-09-281-1/+1
| | |
| | * Upgrade jQuery to 1.8.2.Scott González2012-09-20312-881/+19835
| | |
| | * Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix ↵Jared A. Scheel2012-09-061-5/+4
| | | | | | | | | | | | | | | | | | option leaves iframes in DOM when using a selector. (cherry picked from commit 19a9d57868636eb1250143ab8e69e6748e6f82f1)
| | * Droppable: greedy children now consider only parents with same scope as ↵Philipp Benjamin Köppchen2012-08-291-1/+6
| | | | | | | | | | | | | | | | | | parents. Fixed #8524 - Nested greedy droppables trigger parents events even when scopes are different (cherry picked from commit bce08389388ec21bc904035a7267afed255573f4)
| | * Datepicker: Updated zh-CN, zh-HK, and zh-TW locales. Fixes #8511 - ↵Jiayi Yang2012-08-233-6/+6
| | | | | | | | | | | | | | | | | | Localization Issue: the monthNameShort in Chinese is wrong. (cherry picked from commit a922d4d5b659cb2fac8f5e0d6d875db81595b17b)
| | * Sortable: Fixed container change detection. Fixes #5159 - Remove and receive ↵Martin Hoch2012-08-221-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | events on nested sortables. (cherry picked from commit b9ef00f0c7fe20980e3811e6622d8e2287e0fbf5) Conflicts: ui/jquery.ui.sortable.js
| | * Sortable: Fixed jerkiness with nested-sortables. Fixes #4857 - Nested lists ↵Martin Hoch2012-08-221-1/+10
| | | | | | | | | | | | | | | | | | don't work properly with sortable. (cherry picked from commit 2b899cc8437c5bc16b60a01a51241e4096fd80db)
| | * Updating the 1-8-stable version to 1.8.24preScott González2012-08-151-1/+1
| | |
| | * Tagging the 1.8.23 release.1.8.23Scott González2012-08-151-1/+1
| | |
| | * Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; ↵Scott González2012-08-141-0/+5
| | | | | | | | | | | | Position still uses $.curCSS.
| | * Upgrade jQuery to 1.8.0.Scott González2012-08-13311-4134/+13184
| | |
| | * Easings: Rewrote all easings to only rely on state and reduce code size. ↵Scott González2012-08-132-213/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #8115 - Easings: Simplify equations to only rely on state. (cherry picked from commit c0093b599fcd58b6ad122ab425c4cc1a4da4a520) Conflicts: ui/jquery.effects.core.js
| | * Dialog: Don't use $.attrFn since it's empty in jQuery 1.8.0. Fixes #8484 - ↵Scott González2012-08-101-13/+1
| | | | | | | | | | | | Text of buttons in dialog is not shown with jquery 1.8.0.
| | * Datepicker: Unescape double escaped ids when handling events. Fixes #8480 - ↵Scott González2012-08-091-1/+1
| | | | | | | | | | | | | | | | | | Datepicker 1.8.22 escaped id does not work. (cherry picked from commit 30b579f598a3abdc9b0b7ad18bc76c8b5438d5ca)
| | * Mouse: Don't try to unbind delegated event handlers if they don't exist. ↵Scott González2012-07-311-3/+5
| | | | | | | | | | | | | | | | | | Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed. (cherry picked from commit e68bee9b84b16ee8a757a7a1f44d93f4ba78c656)
| | * Updating the 1-8-stable version to 1.8.23preScott González2012-07-241-1/+1
| | |
| | * 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)