Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release version 1.2.0selectmenu_v1.2.0 | Felix Nagel | 2011-11-06 | 2 | -3/+7 |
| | |||||
* | some code cleanup | Felix Nagel | 2011-11-06 | 2 | -67/+79 |
| | |||||
* | Merge pull request #181 from thg2k/selectmenu-typeahead | Felix Nagel | 2011-11-06 | 1 | -53/+76 |
|\ | | | | | New sequential typeahead implementation | ||||
| * | New sequential typeahead implementation which supports both prefix matching ↵ | Giovanni Giacobbi | 2011-10-18 | 1 | -53/+76 |
| | | | | | | | | and first letter cycling. The no longer useful 'typeAhead' option now became the default delay given for the type ahead | ||||
* | | fixed: problem with flickering / jumping (follow-up) | Felix Nagel | 2011-10-27 | 1 | -6/+9 |
| | | |||||
* | | fixed: problem with flickering / jumping (see: #147) | Felix Nagel | 2011-10-24 | 1 | -13/+17 |
| | | |||||
* | | added: dialog.html demo file | Felix Nagel | 2011-10-24 | 1 | -0/+177 |
| | | |||||
* | | fixed: unneeded close when init widget | Felix Nagel | 2011-10-24 | 1 | -1/+1 |
| | | |||||
* | | fixed: zIndex when using dialog (new version backport) | Felix Nagel | 2011-10-24 | 1 | -12/+10 |
| | | |||||
* | | improved: label event handling (backport of new version, see #140) | Felix Nagel | 2011-10-20 | 1 | -13/+11 |
|/ | |||||
* | fixed: destroy method (issue with window event), thx to @thg2k, see #177 | Felix Nagel | 2011-10-18 | 1 | -4/+4 |
| | |||||
* | fixed: destroy function (window event follow-up) | Felix Nagel | 2011-10-18 | 1 | -2/+1 |
| | |||||
* | id handling (follow-up), thx to @thg2k, see #176 | Felix Nagel | 2011-10-18 | 1 | -2/+2 |
| | |||||
* | improved: id handling (follow-up), destroy method | Felix Nagel | 2011-10-10 | 1 | -9/+9 |
| | |||||
* | fixed: problem with unusual chars in selector, thx to @dominicgamble | Felix Nagel | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | added: demo compatibility to jQuery 1.6.2 | Felix Nagel | 2011-10-10 | 10 | -10/+10 |
| | |||||
* | Merge commit '1.8.16' into selectmenu | Felix Nagel | 2011-10-10 | 391 | -1879/+90861 |
|\ | |||||
| * | Tagging the 1.8.16 release.1.8.16 | Scott González | 2011-08-15 | 1 | -1/+1 |
| | | |||||
| * | Droppable: Don't use .parentsUntil(). Fixes #7530 - Droppable fails on ↵ | Scott González | 2011-08-12 | 1 | -2/+2 |
| | | | | | | | | a.element.parentsuntil in version 1.8.14. | ||||
| * | Draggable: Only run iframeFix logic if the option is truthy. Fixes #7632 - ↵ | Scott González | 2011-08-12 | 1 | -9/+11 |
| | | | | | | | | Draggable: iframeFix always runs with old versions of jQuery. | ||||
| * | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed ↵ | Scott González | 2011-08-10 | 1 | -1/+2 |
| | | | | | | | | | | | | #6669 - Datepicker: _selectDate restores focus to non-object" Fixes #7623 - DatePicker reappears after selection in ie8. This reverts commit 86a09aeb332851971bc2b2ce6bbf4d4292b12020. | ||||
| * | Widget demo: Fixed typo. | Scott González | 2011-08-09 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit a0eb042bcdb3a8028631e648269fefdad762f522) | ||||
| * | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - ↵ | Scott González | 2011-08-09 | 1 | -2/+8 |
| | | | | | | | | jQuery.data throws a script error in certain circumstances. | ||||
| * | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - ↵ | Karl Kirch | 2011-08-09 | 2 | -1/+40 |
| | | | | | | | | | | | | Ability to stop datepicker from appearing with beforeShow event handler. (cherry picked from commit d14629735648fb10403e38eac2b764ce6adf56c9) | ||||
| * | Mouse: Work around a bug in IE 8 where disabled inputs don't have a ↵ | Scott González | 2011-08-09 | 1 | -1/+3 |
| | | | | | | | | | | | | nodeName. Fixes #7620 - Mouse: Error in IE 8 with disabled inputs. (cherry picked from commit 7f812f8be99bf8dc483b84b12432b61a8e3d59cd) | ||||
| * | Revert "Datepicker: Added onSelect.apply() call to _setDate method if ↵ | Scott González | 2011-08-09 | 2 | -18/+0 |
| | | | | | | | | | | | | onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called" This reverts commit b8e14e79e5bc630bf459137896c08fc37936f52f. | ||||
| * | Backport widget demo from master to get it up on jqueryui.com with the next ↵ | Jörn Zaefferer | 2011-08-04 | 3 | -1/+209 |
| | | | | | | | | 1.8.x release | ||||
| * | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵ | Corey Frang | 2011-08-03 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | Button label selector omits quotes / fails for ids with ":" (cherry picked from commit 065aef537b7533046907fcffc6896949e44679eb) Conflicts: ui/jquery.ui.button.js | ||||
| * | Mouse: Changed mouseHandled check to a local var rather than using ↵ | kborchers | 2011-08-02 | 1 | -4/+8 |
| | | | | | | | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE (cherry picked from commit dafc941b3632bb79823a72c36bfae7f1f985ca25) | ||||
| * | Effects: Backporting 8108ec8 - Fixes #7595 - Wrapper-creating jquery-ui ↵ | Corey Frang | 2011-08-02 | 1 | -3/+20 |
| | | | | | | | | animations will discard any focus state during the animation - Thanks @rubyruy | ||||
| * | Merge pull request #415 from pelme/1-8-stable | Scott González | 2011-08-02 | 2 | -2/+27 |
| |\ | | | | | | | Backport of #6966 fix (multiple dialogs and ESC) | ||||
| | * | Backport of f9996682b5739661c21548f0de3d4c4883c5119d for 1-8-stable. | Andreas Pelme | 2011-08-02 | 2 | -2/+27 |
| |/ | | | | | | | | | Original commit message from f9996682b5739661c21548f0de3d4c4883c5119d: Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs. | ||||
| * | Build: Updated release script. | Scott González | 2011-08-02 | 1 | -7/+8 |
| | | |||||
| * | Updating the 1-8-stable version to 1.8.16pre | Scott González | 2011-08-01 | 1 | -1/+1 |
| | | |||||
| * | Tagging the 1.8.15 release.1.8.15 | Scott González | 2011-08-01 | 1 | -1/+1 |
| | | |||||
| * | Upgrade jQuery to 1.6.2. | Scott González | 2011-08-01 | 309 | -1493/+2158 |
| | | |||||
| * | Datepicker: Removed click handling for month and year dropdowns. Fixes #6198 ↵ | Scott González | 2011-08-01 | 1 | -15/+0 |
| | | | | | | | | | | | | | | - Datepicker Month and Year dropdowns in IE have to click twice. Thanks jdufresne (cherry picked from commit 70687f7955cb2471ad6df3a7806031245e5979cd) | ||||
| * | Revert "Mouse: Changed mouseHandled check to a local var rather than using ↵ | Scott González | 2011-08-01 | 1 | -8/+4 |
| | | | | | | | | | | | | originalEvent. Fixed #4333 - Nested draggables problem in IE" This reverts commit 7eda94a8c916760de4093df85f58cc694838b52b. | ||||
| * | jQuery 1.6 support. | Scott González | 2011-07-29 | 18 | -54/+26812 |
| | | |||||
| * | Tests: Added ability to run tests against different versions of jQuery core. | Scott González | 2011-07-28 | 27 | -19/+61676 |
| | | |||||
| * | Tests: Delete everything that fails. | Scott González | 2011-07-28 | 13 | -835/+6 |
| | | |||||
| * | Tests: Deleted failing widget tests. | Scott González | 2011-07-28 | 8 | -122/+6 |
| | | |||||
| * | Accordion tests: Fixed fixture id. | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | |||||
| * | Added compound test suite and updated QUnit. | Scott González | 2011-07-28 | 20 | -435/+815 |
| | | |||||
| * | Slider: Fixed var statement. Fixes #7564 - alignValue Global Scope. | Scott González | 2011-07-19 | 1 | -1/+1 |
| | | |||||
| * | Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed ↵ | Richard D. Worth | 2011-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | #7566 - Dutch march name translation (cherry picked from commit 5002bf61855ffe365f759f0b2c484188bfe4e1d6) | ||||
| * | Datepicker: show inline datepicker setting explicit display:block instead of ↵ | Richard D. Worth | 2011-07-19 | 2 | -1/+26 |
| | | | | | | | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height (cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9) | ||||
| * | Merge pull request #322 from kborchers/bug_5665 | Corey Frang | 2011-07-19 | 1 | -1/+10 |
| | | | | | | | | Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: Disabled parameter doesn't work(cherry picked from commit 4bdbab9a671c1eaeaea0a2c179b74cde2f84d75e) | ||||
| * | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 2 | -0/+18 |
| | | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called (cherry picked from commit effdd5d19c534f8445ebafe4212278c4366b0041) | ||||
| * | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵ | marcneuwirth | 2011-06-28 | 2 | -0/+12 |
| | | | | | | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed (cherry picked from commit a56aa861b1deb6d71ec74a77647d12d50570ea57) |