summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Release version 1.3.0 (jQuery 1.8.2 / UI 1.8.24)selectmenu_v1.3.0Felix Nagel2012-10-131-1/+1
|
* 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
* updated: release note to 1.3.0 preFelix Nagel2012-10-031-1/+1
|
* removed: unneeded filesFelix Nagel2012-10-0316-6040/+0
|
* Merge commit '1.8.24' into selectmenuFelix Nagel2012-10-0318-42/+6107
|\
| * 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)
| * 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.
| * Easings: Rewrote all easings to only rely on state and reduce code size. ↵Scott González2012-08-131-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á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)
| * 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
| * 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
| * 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)
| * 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)
| * Datepicker: Corrected language code for Georgian language according to ISO ↵Pavel Stetina2012-05-291-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 Varvanovich2012-05-241-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á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
| * 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
| * 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)
* | tag version 1.2.2selectmenu_v1.2.2Felix Nagel2012-10-031-1/+1
| |
* | fixed: removed unneeded and problematic .selector property, see #269, THX to ↵Felix Nagel2012-10-011-1/+1
| | | | | | | | @brunis
* | changed: copyright and license text textFelix Nagel2012-09-061-4/+2
| |
* | Fixed formattingAeron Glemann2012-08-101-2/+2
| |
* | https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-101-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-031-1/+1
| |
* | fixed: its now possible to have a disabled and selected option on init, see #234Felix Nagel2012-07-201-1/+1
| |
* | task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-1296-12528/+0
| |
* | added: todo comment for last commitFelix Nagel2012-07-121-2/+2
| |
* | fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-111-1/+6
| |
* | fixed: edge case problem in IE, see #209, thx @tschettlerFelix Nagel2012-05-311-0/+1
| |
* | fixed: bug when using selectors like #one:two, improved replace for specific ↵Felix Nagel2012-05-171-1/+1
| | | | | | | | selector chars, see #230, thx to @sirsimo
* | regression: unneeded and broken appendTo, breaks Selectmenu with overflow in ↵Felix Nagel2012-05-171-1/+0
| | | | | | | | older IE
* | removed: option transferClasses, see #229Felix Nagel2012-05-171-7/+0
| |
* | removed: unneeded widget varsFelix Nagel2012-05-171-3/+0
| |