| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Selectmenu: code cleanup | Felix Nagel | 2011-10-17 | 1 | -4/+4 |
* | | | | Selectmenu: fixed disabled option | Felix Nagel | 2011-10-17 | 1 | -0/+1 |
* | | | | Selectmenu: fixed IE width calc | Felix Nagel | 2011-10-17 | 1 | -2/+2 |
* | | | | Selectmenu: removed unneeded data binding, improved event handling, | Felix Nagel | 2011-10-17 | 1 | -54/+45 |
* | | | | Selectmenu: added braces to if clauses, coding guidelines | Felix Nagel | 2011-10-12 | 1 | -11/+26 |
* | | | | Selectmenu: changed this.ids to associative array | Felix Nagel | 2011-10-12 | 1 | -6/+6 |
* | | | | Selectmenu: improved event handling, fixed tabindex when disabled | Felix Nagel | 2011-10-12 | 1 | -3/+2 |
* | | | | Selectmenu: changed to _delay | Felix Nagel | 2011-10-12 | 1 | -2/+2 |
* | | | | Selectmenu: renamed vars and methods | Felix Nagel | 2011-10-12 | 1 | -53/+53 |
* | | | | Selectmenu: fixed disabled state tabindex | Felix Nagel | 2011-10-12 | 1 | -1/+1 |
* | | | | Selectmenu: removed unneeded that, use this instead | Felix Nagel | 2011-10-12 | 1 | -87/+75 |
* | | | | Selectmenu: improved event handling, fixed anchor problem when clicking menu ... | Felix Nagel | 2011-10-10 | 1 | -7/+4 |
* | | | | Selectmenu: fixed destroy method, show original select again, thx to @jzaefferer | Felix Nagel | 2011-10-10 | 1 | -3/+3 |
* | | | | Selectmenu: added custom_render.html demo, removed widgetBaseClass | Felix Nagel | 2011-10-09 | 1 | -5/+5 |
* | | | | 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 | 6 | -40/+35 |
|\| | | |
|
| * | | | Menubar: moved mouseleave _bind call into existing _bind block, added the mou... | Marian Rudzynski | 2011-10-01 | 1 | -11/+12 |
| * | | | 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 | 1 | -2/+4 |
| * | | | 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 | 1 | -1/+0 |
* | | | | 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 | 1 | -1/+1 |
* | | | | Selectmenu: fixed ENTER event on closed button, fixed demo events.html | Felix Nagel | 2011-10-05 | 1 | -5/+6 |
* | | | | Selectmenu: removed option wrapperElement | Felix Nagel | 2011-09-30 | 1 | -6/+9 |
* | | | | 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: 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 | 1 | -5/+11 |
* | | | | 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 | 1 | -3/+4 |
* | | | | 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 | 1 | -13/+15 |
* | | | | Selectmenu: improved events and added test file with callbacks | Felix Nagel | 2011-09-27 | 1 | -14/+18 |
* | | | | Selectmenu: improved disable method, added and improved demo files | Felix Nagel | 2011-09-27 | 1 | -0/+5 |
* | | | | 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 | 1 | -43/+55 |
* | | | | Merge branch 'master' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2011-09-24 | 12 | -242/+303 |
|\| | | |
|