Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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 | |||||
| | * | Autocomplete combobox demo: Define this.wrapper for use inside destroy(). | Scott González | 2012-05-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | (cherry picked from commit c974d0fc69849d9e7854a532da01f00587d04527) | |||||
| | * | 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) | |||||
| | * | Datepicker range demo: Use public APIs. Fixes #8292 - Double Click on from ↵ | Scott González | 2012-05-03 | 1 | -8/+10 | |
| | | | | | | | | | | | | | | | | | | date in Date range datepicker. (cherry picked from commit f6c0b71ae9cbed55bdcfd8058a4c89fee0b4c068) | |||||
| | * | Updating the 1-8-stable version to 1.8.21pre | Scott González | 2012-04-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | added: format option parameter in default demo | Felix Nagel | 2012-09-04 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenu | Felix Nagel | 2012-09-03 | 4 | -140/+144 | |
|\| | | ||||||
| * | | Merge pull request #257 from aglemann/selectmenu | Felix Nagel | 2012-08-30 | 4 | -140/+144 | |
| |\ \ | | | | | | | | | fixed: follow-up to #241, "focus" doesn't bubble, thx @aglemann | |||||
| | * | | Fixed formatting | Aeron Glemann | 2012-08-10 | 2 | -2/+3 | |
| | | | | ||||||
| | * | | https://github.com/fnagel/jquery-ui/issues/241 | Aeron Glemann | 2012-08-10 | 4 | -140/+143 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenu | Felix Nagel | 2012-08-12 | 2 | -3/+15 | |
|\| | | ||||||
| * | | Merge pull request #255 from betalb/patch-2 | Felix Nagel | 2012-08-06 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | fixes: operator precedence when using own collision option | |||||
| | * | | 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 | 2 | -2/+14 | |
| | | | ||||||
* | | | remove: unneeded index file | Felix Nagel | 2012-07-12 | 1 | -23/+0 | |
|/ / | ||||||
* | | task: make selectmenu easier to download/extract/use, see #172 | Felix Nagel | 2012-07-12 | 612 | -184019/+112 | |
| | | ||||||
* | | improved: import needed files only | Felix Nagel | 2012-07-12 | 10 | -37/+47 | |
| | | ||||||
* | | removed: dialog demo | Felix Nagel | 2012-07-12 | 1 | -175/+0 | |
| | | ||||||
* | | added: todo comment for last commit | Felix Nagel | 2012-07-12 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #247 from aglemann/selectmenu | Felix Nagel | 2012-07-11 | 4 | -1/+131 | |
|\ \ | | | | | | | fixed: "focus" doesn't bubble, see #241 | |||||
| * | | fixed: "focus" doesn't bubble, see #241 | Aeron Glemann | 2012-07-11 | 4 | -1/+131 | |
|/ / | ||||||
* | | fixed: edge case problem in IE, see #209, thx @tschettler | Felix Nagel | 2012-05-31 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #223 from TheChad/selectmenu | Felix Nagel | 2012-05-31 | 1 | -1/+1 | |
|\ \ | | | | | | | fixed: CSS adjustment to make selectmenu scrollable on newer iOS, see #223, thx @TheChad | |||||
| * | | Added -webkit-overflow-scrolling: touch; to the selectmenu. This enables the ↵ | The Chad | 2012-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | menu to be scrolled on iOS. | |||||
* | | | 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 | |
| | | | ||||||
* | | | improved: readme | Felix Nagel | 2012-05-17 | 1 | -2/+2 | |
| | | | ||||||
* | | | removed: unneeded widget vars | Felix Nagel | 2012-05-17 | 1 | -3/+0 | |
| | | | ||||||
* | | | updated: readme file, copyright notice and version | Felix Nagel | 2012-05-17 | 2 | -5/+7 | |
| | | | ||||||
* | | | updated: files to jQuery 1.7.2 | Felix Nagel | 2012-05-17 | 11 | -11/+11 | |
| | | | ||||||
* | | | Upgrade to jQuery 1.7.2 and jQuery UI 1.8.20 | Felix Nagel | 2012-05-17 | 391 | -2709/+31399 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Tagging the 1.8.20 release.1.8.20 | Scott González | 2012-04-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Sortable: update placeholder when axis is x or y. Fixed #8274 - placeholder ↵ | Jason Moon | 2012-04-30 | 1 | -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ález | 2012-04-30 | 1 | -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ález | 2012-04-30 | 1 | -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ález | 2012-04-30 | 1 | -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ález | 2012-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | (cherry picked from commit e55391a4193a870c3e65f9d462433045f1717143) | |||||
| * | | Resizable: Apply zIndex option to all handles. Partial Fix for #7960- Modal ↵ | TJ VanToll | 2012-04-19 | 3 | -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 Karunakar | 2012-04-19 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | Datepicker: Incorrect translations for Hindi locale. (cherry picked from commit d783766f9053a2075c579296d819f0941796ac1c) | |||||
| * | | Sortable: Always set placeholder size when necessary. Fixes #8262 - jQuery ↵ | Bertjh | 2012-04-19 | 1 | -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ález | 2012-04-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | terminating semicolon. (cherry picked from commit 55e13692ee2937df9bda8e3348c4b07834e093d8) | |||||
| * | | Build: Removed ant build. | Scott González | 2012-04-18 | 13 | -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ález | 2012-04-18 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | @VERSION replacement incomplete. (cherry picked from commit 7475763474ba2dc976136c9374b201a1f6df8a83) | |||||
| * | | Updating the 1-8-stable version to 1.8.20pre | Scott González | 2012-04-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | Tagging the 1.8.19 release.1.8.19 | Scott González | 2012-04-16 | 1 | -1/+1 | |
| | | |