| Commit message (Expand) | Author | Age | Files | Lines |
* | Selectmenu: added custom_render.html demo to index.html | Felix Nagel | 2011-10-10 | 1 | -0/+1 |
* | Selectmenu: improved event handling, fixed anchor problem when clicking menu ... | Felix Nagel | 2011-10-10 | 1 | -7/+4 |
* | Selectmenu: added test for methods | Felix Nagel | 2011-10-10 | 1 | -0/+62 |
* | Selectmenu: fixed destroy method, show original select again, thx to @jzaefferer | Felix Nagel | 2011-10-10 | 1 | -3/+3 |
* | Selectmenu: fixed disabled.html demo | Felix Nagel | 2011-10-09 | 1 | -3/+3 |
* | Selectmenu: added custom_render.html demo, removed widgetBaseClass | Felix Nagel | 2011-10-09 | 5 | -5/+125 |
* | Selectmenu: fixed click scrollbar issue (follow up), improved document event ... | Felix Nagel | 2011-10-09 | 1 | -37/+29 |
* | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-10-09 | 15 | -50/+141 |
|\ |
|
| * | Tooltip demo: Use position option in tracking demo. | Scott González | 2011-10-08 | 1 | -6/+8 |
| * | Popup: Added tooltip style demo and link to demos index | kborchers | 2011-10-06 | 2 | -0/+67 |
| * | Menubar: moved mouseleave _bind call into existing _bind block, added the mou... | Marian Rudzynski | 2011-10-01 | 1 | -11/+12 |
| * | Merge pull request #484 from david/master | Scott González | 2011-10-01 | 1 | -1/+1 |
| |\ |
|
| | * | Autocomplete: Fix stray reference to element.val(). | David Leal | 2011-10-01 | 1 | -1/+1 |
| |/ |
|
| * | Accordion: Fixed nested accordions. | Scott González | 2011-09-30 | 1 | -5/+5 |
| * | Effects: fixing an animateClass issue when the class was empty | Corey Frang | 2011-09-29 | 1 | -1/+1 |
| * | Effect core: Making animate class cross-frame safe, style guidence | Corey Frang | 2011-09-29 | 1 | -3/+3 |
| * | Menubar: Fixed an issue with autoExpand binding that caused the menu to close... | kborchers | 2011-09-29 | 1 | -16/+9 |
| * | Spinner: Added culture option. | Scott González | 2011-09-28 | 4 | -2/+31 |
| * | Effects tests: Ignore leading/trailing whitespace when comparing style proper... | Scott González | 2011-09-28 | 1 | -2/+2 |
| * | Tooltip: Fixed defaults in tests. | Scott González | 2011-09-28 | 1 | -1/+1 |
| * | Progressbar: Hide overflowing content. Fixes #7743 - Progressbar: Value div c... | Scott González | 2011-09-27 | 1 | -1/+1 |
| * | Sortable: replaced hard-coded sortable with this.widgetName, and removed line... | Richard D. Worth | 2011-09-27 | 1 | -10/+9 |
* | | Selectmenu: fixed event for hovering, click scrollbar issue | Felix Nagel | 2011-10-09 | 1 | -3/+2 |
* | | Selectmenu: fixed unwanted focus events | Felix Nagel | 2011-10-06 | 1 | -10/+6 |
* | | Selectmenu: code cleanup | Felix Nagel | 2011-10-06 | 2 | -3/+1 |
* | | Selectmenu: fixed positioning (change to inline element follow-up) | Felix Nagel | 2011-10-06 | 1 | -1/+1 |
* | | Selectmenu: removed outdated comment | Felix Nagel | 2011-10-06 | 1 | -1/+0 |
* | | Selectmenu: fixed CSS class for button wrapper | Felix Nagel | 2011-10-05 | 1 | -1/+1 |
* | | Selectmenu: changed button to inline element | Felix Nagel | 2011-10-05 | 5 | -1/+5 |
* | | Selectmenu: fixed ENTER event on closed button, fixed demo events.html | Felix Nagel | 2011-10-05 | 2 | -5/+7 |
* | | Selectmenu: adjusted default demo description | Felix Nagel | 2011-10-03 | 1 | -1/+1 |
* | | Selectmenu: removed option wrapperElement | Felix Nagel | 2011-09-30 | 3 | -12/+17 |
* | | Selectmenu: removed old click event (follow up) | Felix Nagel | 2011-09-30 | 1 | -4/+0 |
* | | Selectmenu: change to _bind (follow up), improved anchor handling | Felix Nagel | 2011-09-30 | 1 | -5/+11 |
* | | Selectmenu: improved events.html demo | Felix Nagel | 2011-09-30 | 1 | -3/+3 |
* | | Selectmenu: changed to _bind, _create refactoring, removed source option, rep... | Felix Nagel | 2011-09-30 | 1 | -121/+143 |
* | | Selectmenu: fixed disabled status of the widget (keyboard control) | Felix Nagel | 2011-09-29 | 2 | -7/+13 |
* | | Selectmenu: replaced self with that | Felix Nagel | 2011-09-28 | 1 | -83/+83 |
* | | Selectmenu: removed iconWidth | Felix Nagel | 2011-09-28 | 1 | -4/+8 |
* | | Selectmenu: changed from return false to event.preventDefault() | Felix Nagel | 2011-09-28 | 1 | -8/+6 |
* | | Selectmenu: improved width handling and visual style | Felix Nagel | 2011-09-28 | 2 | -4/+5 |
* | | Selectmenu: added zIndex for positioned element | Felix Nagel | 2011-09-27 | 1 | -5/+7 |
* | | Selectmenu: improved value option, added demo file | Felix Nagel | 2011-09-27 | 3 | -17/+81 |
* | | Selectmenu: improved events and added test file with callbacks | Felix Nagel | 2011-09-27 | 3 | -15/+91 |
* | | Selectmenu: improved disable method, added and improved demo files | Felix Nagel | 2011-09-27 | 3 | -15/+156 |
* | | Selectmenu: implemented change callback event | Felix Nagel | 2011-09-27 | 1 | -7/+14 |
* | | Selectmenu: fixed method _setSelected called twice | Felix Nagel | 2011-09-27 | 1 | -3/+2 |
* | | Selectmenu: “eats” too many key strokes when focused | Felix Nagel | 2011-09-27 | 1 | -2/+1 |
* | | Selectmenu: improve positioning and keyboard control | Felix Nagel | 2011-09-26 | 3 | -49/+61 |
* | | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-09-24 | 32 | -463/+883 |
|\| |
|