Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CSS: Reformatted CSS to use better coding standard | Anika Henke | 2012-11-19 | 1 | -12/+60 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Menu: Update divider width | kborchers | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Menu: Add dividers using empty list items | kborchers | 2012-04-07 | 1 | -0/+1 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Menu: Better disabled item handling using preventDefault() for the click ↵ | kborchers | 2012-03-18 | 1 | -0/+1 |
| | | | | event on anchors inside of disabled menu items and change the pointer to default | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Menu: Prevent clicking on disabled menu items and remove unnecessary extra ↵ | kborchers | 2012-02-03 | 1 | -1/+1 |
| | | | | padding from disabled items. | ||||
* | Menubar: Allow structures other than just UL/LI | kborchers | 2011-10-19 | 1 | -1/+1 |
| | |||||
* | Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo ↵ | Jörn Zaefferer | 2011-06-10 | 1 | -31/+7 |
| | | | | into css file. | ||||
* | Set menu item link top padding to px (in place of em); this fixes the issue ↵ | maggiewachs | 2011-04-21 | 1 | -1/+1 |
| | | | | where the submenu jumped when mousing over the parent item's menu icon. | ||||
* | Removed duplicate selector reference | maggiewachs | 2011-04-21 | 1 | -2/+0 |
| | |||||
* | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -2/+11 |
| | |||||
* | Menu: Outline outline on focussed menu | jzaefferer | 2011-02-24 | 1 | -0/+1 |
| | |||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | | | | testmenu into contextmenu.html | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -0/+2 |
| | |||||
* | Menu: Replace ui-state-hover with ui-state-focus. More semantic, looks | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | | | | the same. | ||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 |
| | |||||
* | Fixed headers for menu, spinner, tooltip stylesheets. | Scott González | 2011-01-10 | 1 | -0/+2 |
| | |||||
* | Menu: Update license header in theme. | jzaefferer | 2010-11-20 | 1 | -2/+7 |
| | |||||
* | Always set font-weight:normal for menu items, in case the menu is a child in ↵ | jzaefferer | 2010-04-30 | 1 | -0/+3 |
| | | | | a ui-widget-header element | ||||
* | Remove unnecessary float:left from .ui-menu-item, only caused various layout ↵ | jzaefferer | 2010-04-30 | 1 | -2/+0 |
| | | | | issues | ||||
* | Extracted menu theme from autocomplete file into its own | jzaefferer | 2010-04-30 | 1 | -0/+31 |