Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this ↵ | Jörn Zaefferer | 2012-01-04 | 1 | -296/+0 |
| | | | | delete on the menubar branch, while development on master can continue without them. | ||||
* | Menubar: Update the items option in Menu to the renamed menus option | kborchers | 2011-12-01 | 1 | -1/+1 |
| | |||||
* | Menubar: Refactored _next, _prev, _right and _left into a single method ↵ | kborchers | 2011-10-26 | 1 | -49/+43 |
| | | | | called _move and then created next and previous public methods that call _move. Very similar to how Menu handles keyboard interaction. | ||||
* | Menubar: Allow structures other than just UL/LI | kborchers | 2011-10-19 | 1 | -14/+17 |
| | |||||
* | Menubar: moved mouseleave _bind call into existing _bind block, added the ↵ | Marian Rudzynski | 2011-10-01 | 1 | -11/+12 |
| | | | | mouseenter binding back in to help with accidental quick mouseouts causing the menu to close and use same close time for all | ||||
* | Menubar: Fixed an issue with autoExpand binding that caused the menu to ↵ | kborchers | 2011-09-29 | 1 | -16/+9 |
| | | | | close on fast mouseenter by changing to _bind on the parent menubar item | ||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -11/+37 |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a ↵ | kborchers | 2011-07-14 | 1 | -3/+3 |
| | | | | | | | | reference to left in Menubar to collapse. | ||||
| * | Menubar: Trigger select event after running all other methods. Allows the ↵ | Jörn Zaefferer | 2011-07-13 | 1 | -3/+3 |
| | | | | | | | | select-handler to destroy the widget without errors. | ||||
| * | Menubar: Added the autoExpand option and modified the default demo to show ↵ | kborchers | 2011-07-07 | 1 | -1/+22 |
| | | | | | | | | functionality | ||||
| * | Update menubar to forward menu option to nested menus, update default demo ↵ | Jörn Zaefferer | 2011-06-09 | 1 | -6/+11 |
| | | | | | | | | to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults | ||||
* | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -15/+15 |
| | | |||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -15/+21 |
|/ | |||||
* | Menubar: Whitespace. | Scott González | 2011-05-28 | 1 | -17/+17 |
| | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -0/+1 |
| | | | | version numbers on instances. | ||||
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 1 | -0/+272 |