| Commit message (Expand) | Author | Age | Files | Lines |
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -4/+3 |
* | Menu: Properly remove submenu carat icons and menu dividers during destroy an... | kborchers | 2012-06-01 | 1 | -4/+14 |
* | Menu: Add comment explaining extra filter from keypress | kborchers | 2012-05-31 | 1 | -1/+2 |
* | Menu: Typo in comment | kborchers | 2012-05-31 | 1 | -1/+1 |
* | Menu: Don't remove the icon elements on destroy since they exist in the origi... | kborchers | 2012-05-31 | 1 | -4/+1 |
* | Menu: Use new uniqueId and removeUniqueId methods for generating id's on menu... | kborchers | 2012-05-29 | 1 | -10/+8 |
* | Menu: Added a comment about which characters are checked for dividers. | Scott González | 2012-05-25 | 1 | -0/+1 |
* | Menu: Better handling of divider elements and menu items without anchors. | kborchers | 2012-05-24 | 1 | -2/+7 |
* | Menu: Minor cleanup. | Scott González | 2012-05-24 | 1 | -43/+52 |
* | Menu: Handle SPACE same as ENTER, select items or opening submenus | Jörn Zaefferer | 2012-05-22 | 1 | -7/+15 |
* | Menu: Refactor focus method, extract _scrollIntroView method | Jörn Zaefferer | 2012-05-21 | 1 | -15/+20 |
* | Menu: Coding standards | Jörn Zaefferer | 2012-05-21 | 1 | -2/+2 |
* | Menu: Remove need to pass an event for next(), previous(), focus(). | Scott González | 2012-05-18 | 1 | -1/+1 |
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ... | Jörn Zaefferer | 2012-05-16 | 1 | -8/+18 |
* | Menu: Whitespace | kborchers | 2012-05-08 | 1 | -4/+4 |
* | Menu: Remove close delay for keyboard interaction to fix an issue with proper... | kborchers | 2012-05-08 | 1 | -3/+7 |
* | Menu: Bind to mouseenter instead of mouseover to avoid use of stopImmediatePr... | kborchers | 2012-04-19 | 1 | -2/+1 |
* | Menu: Lint. | Scott González | 2012-04-19 | 1 | -2/+2 |
* | Menu: Whitespace | kborchers | 2012-04-18 | 1 | -4/+5 |
* | Menu: Modified interactions to allow keyboard navigation to disabled items so... | kborchers | 2012-04-16 | 1 | -17/+13 |
* | Menu: Fixed typo in comment | kborchers | 2012-04-16 | 1 | -1/+1 |
* | Menu: Add aria-disabled attribute to disabled items, namespace and cleanup th... | kborchers | 2012-04-16 | 1 | -4/+12 |
* | Menu: Check that the event object is defined before checking type | kborchers | 2012-04-14 | 1 | -1/+1 |
* | Menu: Remove most event.stopImmediatePropagation() to allow proper event bubb... | kborchers | 2012-04-14 | 1 | -34/+27 |
* | Menu: Cleanup. | Scott González | 2012-04-10 | 1 | -165/+178 |
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -3/+8 |
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l... | Jörn Zaefferer | 2012-04-04 | 1 | -1/+1 |
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -19/+23 |
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -3/+3 |
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
* | Menu: Better disabled item handling using preventDefault() for the click even... | kborchers | 2012-03-18 | 1 | -0/+3 |
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
* | Menu: Add default null callbacks and update unit tests | kborchers | 2012-02-26 | 1 | -1/+6 |
* | Use jQuery.css() instead of deprecated jQuery.curCSS(). | Scott González | 2012-02-12 | 1 | -2/+2 |
* | Menu: Make sure the next element is defined in addition to checking length != 0 | kborchers | 2012-02-06 | 1 | -1/+1 |
* | Menu: Whitespace | kborchers | 2012-02-06 | 1 | -2/+2 |
* | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -21/+20 |
* | Menu: Remove left over debugging statement. | kborchers | 2012-02-04 | 1 | -1/+0 |
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra pa... | kborchers | 2012-02-03 | 1 | -7/+11 |
* | Menu: Added check for the disabled option on create. | kborchers | 2012-01-22 | 1 | -0/+3 |
* | Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed t... | Jörn Zaefferer | 2012-01-11 | 1 | -2/+1 |
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this de... | Jörn Zaefferer | 2012-01-04 | 1 | -18/+0 |
* | Menu: Change first() and last() to isFirstItem() and isLastItem() | kborchers | 2011-12-23 | 1 | -4/+4 |
* | Menu: Fix close delay and increase the default delay | kborchers | 2011-12-20 | 1 | -14/+16 |
* | Menu: Replace accidentally removed scroll-handling code in focus | kborchers | 2011-12-15 | 1 | -0/+15 |
* | Menu: Fix focus handling to keep focus on the menu and prevent jumping around... | kborchers | 2011-12-15 | 1 | -41/+35 |
* | Menu: Change items option to menus | kborchers | 2011-12-01 | 1 | -2/+2 |
* | Menu: Remove the isScrolling check which nolonger seems necessary. | kborchers | 2011-11-30 | 1 | -12/+4 |
* | Menu: Move mousedown handler into _bind and fix focusing of the Menu after cl... | kborchers | 2011-11-23 | 1 | -10/+7 |
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add docum... | Scott González | 2011-10-20 | 1 | -2/+2 |