summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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
| | |
| * | 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
| | |
| * | added: format option parameter in default demoFelix Nagel2012-09-041-1/+1
| | |
* | | Merge branch 'selectmenu' of github.com:fnagel/jquery-ui into selectmenuFelix Nagel2012-09-034-140/+144
|\| |
| * | Merge pull request #257 from aglemann/selectmenuFelix Nagel2012-08-304-140/+144
| |\ \ | | | | | | | | fixed: follow-up to #241, "focus" doesn't bubble, thx @aglemann
| | * | Fixed formattingAeron Glemann2012-08-102-2/+3
| | | |
| | * | https://github.com/fnagel/jquery-ui/issues/241Aeron Glemann2012-08-104-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 selectmenuFelix Nagel2012-08-122-3/+15
|\| |
| * | Merge pull request #255 from betalb/patch-2Felix Nagel2012-08-061-1/+1
| |\ \ | | | | | | | | fixes: operator precedence when using own collision option
| | * | 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-202-2/+14
| | |
* | | remove: unneeded index fileFelix Nagel2012-07-121-23/+0
|/ /
* | task: make selectmenu easier to download/extract/use, see #172Felix Nagel2012-07-12612-184019/+112
| |
* | improved: import needed files onlyFelix Nagel2012-07-1210-37/+47
| |
* | removed: dialog demoFelix Nagel2012-07-121-175/+0
| |
* | added: todo comment for last commitFelix Nagel2012-07-121-2/+2
| |
* | Merge pull request #247 from aglemann/selectmenuFelix Nagel2012-07-114-1/+131
|\ \ | | | | | | fixed: "focus" doesn't bubble, see #241
| * | fixed: "focus" doesn't bubble, see #241Aeron Glemann2012-07-114-1/+131
|/ /
* | fixed: edge case problem in IE, see #209, thx @tschettlerFelix Nagel2012-05-311-0/+1
| |
* | Merge pull request #223 from TheChad/selectmenuFelix Nagel2012-05-311-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 Chad2012-02-281-1/+1
| | | | | | | | | | | | menu to be scrolled on iOS.
* | | 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
| | |
* | | improved: readmeFelix Nagel2012-05-171-2/+2
| | |
* | | removed: unneeded widget varsFelix Nagel2012-05-171-3/+0
| | |
* | | updated: readme file, copyright notice and versionFelix Nagel2012-05-172-5/+7
| | |
* | | updated: files to jQuery 1.7.2Felix Nagel2012-05-1711-11/+11
| | |
* | | Upgrade to jQuery 1.7.2 and jQuery UI 1.8.20Felix Nagel2012-05-17391-2709/+31399
|\ \ \ | | |/ | |/|
| * | 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
| | |