Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0 | Felix Nagel | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | fixed: trim trailing spaces | Felix Nagel | 2012-10-10 | 1 | -2/+2 |
| | |||||
* | fixed: index and value method will now fire change callback, THX @brunis, ↵ | Felix Nagel | 2012-10-10 | 1 | -8/+6 |
| | | | | see #270 | ||||
* | updated: release note to 1.3.0 pre | Felix Nagel | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | removed: unneeded files | Felix Nagel | 2012-10-03 | 16 | -6040/+0 |
| | |||||
* | Merge commit '1.8.24' into selectmenu | Felix Nagel | 2012-10-03 | 18 | -42/+6107 |
|\ | |||||
| * | Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix ↵ | Jared A. Scheel | 2012-09-06 | 1 | -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öppchen | 2012-08-29 | 1 | -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 Yang | 2012-08-23 | 3 | -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 Hoch | 2012-08-22 | 1 | -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 Hoch | 2012-08-22 | 1 | -1/+10 |
| | | | | | | | | | | | | don't work properly with sortable. (cherry picked from commit 2b899cc8437c5bc16b60a01a51241e4096fd80db) | ||||
| * | Position: Create curCSS alias if it doesn't exist. Fixes #8501 - 1.8 Compat; ↵ | Scott González | 2012-08-14 | 1 | -0/+5 |
| | | | | | | | | Position still uses $.curCSS. | ||||
| * | Easings: Rewrote all easings to only rely on state and reduce code size. ↵ | Scott González | 2012-08-13 | 1 | -196/+35 |
| | | | | | | | | | | | | | | | | | | | | 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ález | 2012-08-10 | 1 | -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ález | 2012-08-09 | 1 | -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ález | 2012-07-31 | 1 | -3/+5 |
| | | | | | | | | | | | | Fixes #8416 - Draggable breaks during drag if any other draggable is removed or destroyed. (cherry picked from commit e68bee9b84b16ee8a757a7a1f44d93f4ba78c656) | ||||
| * | Effects (Bounce): Fixed call to .outerHeight/Width() for jQuery 1.8 compat. | Scott González | 2012-07-21 | 1 | -1/+1 |
| | | |||||
| * | Effects: Fixing call to outerHeight/Width in slide effect for compat with ↵ | Corey Frang | 2012-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | 1.8 core backport of ed64ccf | ||||
| * | Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 ↵ | Corey Frang | 2012-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | core Backport of commit 4e3d31e | ||||
| * | Effects: Fallback from $.curCSS to $.css to support jQuery 1.8+. | Scott González | 2012-07-19 | 1 | -1/+2 |
| | | |||||
| * | Datepicker: Fixed position problem when input is in a fixed element. Fixes ↵ | Luis Dalmolin | 2012-07-17 | 1 | -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ński | 2012-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | dialog has a negative z-index. (cherry picked from commit cb44dc6c2840a77fbb13a398910ca8818d6439e3) | ||||
| * | Sortable: Reset fromOutside property when canceling helper removal. Fixes ↵ | Baoju Yuan | 2012-07-16 | 1 | -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ález | 2012-07-11 | 1 | -38/+41 |
| | | | | | | | | | | | | | | | | (cherry picked from commit 033f83ffebf2c25284796d661c01613936674a47) Conflicts: ui/jquery.ui.core.js | ||||
| * | Core: Adjust data pseudo creation to use new Sizzle pseudo creation for ↵ | Timmy Willison | 2012-07-11 | 1 | -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ález | 2012-06-25 | 1 | -0/+5 |
| | | |||||
| * | Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker ↵ | Mike Stay | 2012-06-06 | 1 | -16/+46 |
| | | | | | | | | | | | | does not respond to any click events in AIR, Google Sites, Windows Metro. (cherry picked from commit 6dcc5c14c824ae9d653b1bc293680f6af6baf1b4) | ||||
| * | Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - ↵ | Amir E. Aharoni | 2012-06-01 | 1 | -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) | ||||
| * | Datepicker: Corrected language code for Georgian language according to ISO ↵ | Pavel Stetina | 2012-05-29 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 Varvanovich | 2012-05-24 | 1 | -1/+3 |
| | | | | | | | | | | | | dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions (cherry picked from commit a0c18ea25086ed07634baff5b4fea46e69aad38e) | ||||
| * | Sortable: calculating item positions on the fly and setting the direction ↵ | Scott González | 2012-05-22 | 1 | -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 | ||||
| * | Datepicker: Fixed Basque locale. Fixes #8318 - Datepicker i18n: Basque ↵ | Eneko Illarramendi | 2012-05-14 | 1 | -9/+9 |
| | | | | | | | | | | | | locale incorrect. (cherry picked from commit 1304c50532b65738a7fc3c9deb3943f7de308539) | ||||
| * | Position: Patch .offset( fn ) setter for jQuery 1.3.2. Fixes #8254 - ↵ | Scott González | 2012-05-08 | 1 | -1/+6 |
| | | | | | | | | Position module throws uncaught exception on IE8 with jQuery 1.3.2. | ||||
| * | Effects: Check for anonymous content being exposed via ↵ | Scott González | 2012-05-07 | 1 | -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 | ||||
| * | Sortable: Moved change of helper position css. Fixed #5321 – Helper in a ↵ | martinf55 | 2012-05-07 | 1 | -5/+5 |
| | | | | | | | | | | | | bottom-positioned Sortable is positioned wrong on drag start. (cherry picked from commit 32f356bbfa9a8f3b90b4e64331e9108b4d87a349) | ||||
* | | tag version 1.2.2selectmenu_v1.2.2 | Felix Nagel | 2012-10-03 | 1 | -1/+1 |
| | | |||||
* | | fixed: removed unneeded and problematic .selector property, see #269, THX to ↵ | Felix Nagel | 2012-10-01 | 1 | -1/+1 |
| | | | | | | | | @brunis | ||||
* | | changed: copyright and license text text | Felix Nagel | 2012-09-06 | 1 | -4/+2 |
| | | |||||
* | | Fixed formatting | Aeron Glemann | 2012-08-10 | 1 | -2/+2 |
| | | |||||
* | | https://github.com/fnagel/jquery-ui/issues/241 | Aeron Glemann | 2012-08-10 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | Updated jquery.simulate.js to latest Fixed broken path in tests/jquery.js Updated test to not use jquery.simulate for keypress (simulate was failing, not the test) Fixed #241 in jquery.ui.selectmenu.js Added the option object as optional parameter to formatText | ||||
* | | fix operator precedence | Виталий | 2012-08-03 | 1 | -1/+1 |
| | | |||||
* | | fixed: its now possible to have a disabled and selected option on init, see #234 | Felix Nagel | 2012-07-20 | 1 | -1/+1 |
| | | |||||
* | | task: make selectmenu easier to download/extract/use, see #172 | Felix Nagel | 2012-07-12 | 96 | -12528/+0 |
| | | |||||
* | | added: todo comment for last commit | Felix Nagel | 2012-07-12 | 1 | -2/+2 |
| | | |||||
* | | fixed: "focus" doesn't bubble, see #241 | Aeron Glemann | 2012-07-11 | 1 | -1/+6 |
| | | |||||
* | | fixed: edge case problem in IE, see #209, thx @tschettler | Felix Nagel | 2012-05-31 | 1 | -0/+1 |
| | | |||||
* | | fixed: bug when using selectors like #one:two, improved replace for specific ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+1 |
| | | | | | | | | selector chars, see #230, thx to @sirsimo | ||||
* | | regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵ | Felix Nagel | 2012-05-17 | 1 | -1/+0 |
| | | | | | | | | older IE | ||||
* | | removed: option transferClasses, see #229 | Felix Nagel | 2012-05-17 | 1 | -7/+0 |
| | | |||||
* | | removed: unneeded widget vars | Felix Nagel | 2012-05-17 | 1 | -3/+0 |
| | |