Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -2/+2 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Menu: Expose the submenu indicator icon as an icon option | kborchers | 2012-07-10 | 1 | -2/+3 |
| | |||||
* | Menu Tests: Make the elements without anchors look like group headings and ↵ | kborchers | 2012-05-25 | 1 | -6/+6 |
| | | | | remove disabled elements to focus on dividers and no anchor elements | ||||
* | Menu: Better handling of divider elements and menu items without anchors. | kborchers | 2012-05-24 | 1 | -2/+49 |
| | |||||
* | Menu visual tests: cleanup. | Scott González | 2012-05-18 | 1 | -29/+20 |
| | |||||
* | Menu: Update default visual test, remove the disable/toggle buttons, that ↵ | Jörn Zaefferer | 2012-05-18 | 1 | -34/+16 |
| | | | | behaviour must be covered by unit tests | ||||
* | Menu: Update default visual test, add headings and fix disable/destroy ↵ | Jörn Zaefferer | 2012-05-18 | 1 | -4/+11 |
| | | | | toggle buttons | ||||
* | Menu: Remove tablemenu visual test, broken and not interesting | Jörn Zaefferer | 2012-05-18 | 1 | -68/+0 |
| | |||||
* | Menu: Remove drilldown visual test, broken and superceded by James Rosen's ↵ | Jörn Zaefferer | 2012-05-18 | 1 | -267/+0 |
| | | | | implementation | ||||
* | Fix various issues in our html files, fourth batch | Jörn Zaefferer | 2012-04-23 | 3 | -19/+22 |
| | |||||
* | Menu: Modified interactions to allow keyboard navigation to disabled items ↵ | kborchers | 2012-04-16 | 1 | -1/+1 |
| | | | | so that they are announced by screen readers but prevent selection of and navigation to sub-menus of disabled items | ||||
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -0/+1 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 3 | -3/+3 |
| | |||||
* | Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵ | Scott González | 2012-02-12 | 1 | -7/+7 |
| | | | | remove uses of 'var self = this;' | ||||
* | Menu: Prevent navigating to disabled menu items with the keyboard. | kborchers | 2012-02-06 | 1 | -2/+3 |
| | |||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -5/+5 |
| | | | | padding from disabled items. | ||||
* | Menu: Update the default visual test to use the new menus option that ↵ | kborchers | 2011-12-07 | 1 | -2/+2 |
| | | | | replaced the items option | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 3 | -3/+3 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 3 | -3/+3 |
| | |||||
* | Menu: Update visual test to remove bottom scroll bar in scrolling menus in ↵ | kborchers | 2011-10-18 | 1 | -1/+1 |
| | | | | IE6 and IE7 | ||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 3 | -3/+3 |
| | |||||
* | Menu: Add support for structures other than UL/LI plus visual and unit tests | kborchers | 2011-09-14 | 1 | -2/+100 |
| | |||||
* | Menu: Refactor to get rid of var that. Cleanup some odd formattings and ↵ | Jörn Zaefferer | 2011-09-13 | 1 | -6/+6 |
| | | | | unneeded temp vars | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 3 | -3/+3 |
| | |||||
* | Popup and Menubar demos | Jörn Zaefferer | 2011-05-08 | 3 | -599/+0 |
| | |||||
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 4 | -425/+2 |
| | |||||
* | Popup: Better key handling on trigger, along with a few more TODO comments | Jörn Zaefferer | 2011-05-07 | 1 | -4/+14 |
| | |||||
* | Popup: Improve key handling | Jörn Zaefferer | 2011-05-07 | 1 | -5/+5 |
| | |||||
* | Popup/Tooltip: Fix tab order and add notifications (on select) in | Jörn Zaefferer | 2011-05-07 | 1 | -0/+2 |
| | | | | video-player demo. | ||||
* | Popup: If popup is a menu, focus the first menu item, as menubar does. | Jörn Zaefferer | 2011-05-07 | 1 | -0/+4 |
| | |||||
* | Popup: Fix the reopens-issue when clicking the trigger while popup is | Jörn Zaefferer | 2011-05-07 | 1 | -3/+10 |
| | | | | visible, while still handling an actualy blur properly. | ||||
* | Popup: Rename open flag to isOpen to avoid name conflict with open method. | Jörn Zaefferer | 2011-05-05 | 1 | -4/+4 |
| | |||||
* | Menubar: Code formatting. A bit of cleanup: Replace self with that; | Jörn Zaefferer | 2011-05-04 | 1 | -135/+153 |
| | | | | replace an unnecessary each. | ||||
* | Popup: Also expose open method | Jörn Zaefferer | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | Popup: Prevent SPACE key event on trigger from scrolling the page | Jörn Zaefferer | 2011-05-04 | 1 | -0/+6 |
| | |||||
* | Popup: Rename _close to close and use it when selecting something within a ↵ | Jörn Zaefferer | 2011-05-04 | 2 | -6/+6 |
| | | | | popup. | ||||
* | Popup: Partial fix for closing popup when trigger is clicked again. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+9 |
| | |||||
* | Menubar review | Jörn Zaefferer | 2011-05-04 | 1 | -9/+19 |
| | |||||
* | Popup: Update popup test | Jörn Zaefferer | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Popup: Add a non-menu popup example | Jörn Zaefferer | 2011-05-03 | 1 | -1/+18 |
| | |||||
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 2 | -4/+53 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| * | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -3/+41 |
| | | |||||
| * | Close popup when blurred and make sure that shift-tab when popup is open | jzaefferer | 2011-04-18 | 1 | -1/+12 |
| | | | | | | | | skips the trigger. | ||||
* | | removed unbind for focusin and focusout | Hans Hillen | 2011-04-23 | 1 | -1/+1 |
| | | |||||
* | | change self.open to this.open | Hans Hillen | 2011-04-23 | 1 | -2/+2 |
| | |