Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update to the latest version of Grunt & many other packages | Micah Miller | 2020-10-14 | 1 | -1/+1 |
| | | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882 | ||||
* | Tests: Use demo bootstrap for visual tests | Jörn Zaefferer | 2015-09-30 | 1 | -15/+9 |
| | | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place. | ||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 1 | -1/+1 |
| | | | | | Fixes #10683 Closes gh-1382 | ||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 1 | -155/+202 |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | ||||
* | Theme: Change default widget font-size to 1em | TJ VanToll | 2014-10-24 | 1 | -3/+1 |
| | | | | | Fixes #10131 Closes gh-1374 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -1/+1 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -5/+5 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Menu: Add ui-front on submenus to address opacity messing up stacking order. ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -2/+11 |
| | | | | Fixes #9650 - Menu: Disabled item visible through submenu on top | ||||
* | Menu: Add items option for better definition of menu items in non ↵ | Kris Borchers | 2013-10-05 | 1 | -2/+7 |
| | | | | parent-child structures | ||||
* | Menu tests: Remove anchors from visual test | Kris Borchers | 2013-10-05 | 1 | -168/+144 |
| | |||||
* | 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 | ||||
* | Fix various issues in our html files, fourth batch | Jörn Zaefferer | 2012-04-23 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Menu: Add icons support | jzaefferer | 2011-04-20 | 1 | -3/+41 |
| | |||||
* | Menu: More test markup | jzaefferer | 2011-03-17 | 1 | -2/+16 |
| | |||||
* | Menu: Improve CSS on testpage | jzaefferer | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Menu: Integrated flyoutmenu into menu, and moved flyoutmenu.html | jzaefferer | 2011-02-24 | 1 | -2/+10 |
| | | | | testmenu into contextmenu.html | ||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -2/+19 |
| | |||||
* | Menu: Move item matching code into menu | jzaefferer | 2011-02-24 | 1 | -1/+3 |
| | |||||
* | Merge remote branch 'origin/menu' | jzaefferer | 2010-12-22 | 1 | -36/+24 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js | ||||
| * | Menu: Refactored next/previousPage logic and activate-scrolling, improved much! | jzaefferer | 2010-10-28 | 1 | -1/+0 |
| | | |||||
| * | Menu: Implemented destroy method and disabled option, modified test to pass ↵ | jzaefferer | 2010-06-18 | 1 | -5/+21 |
| | | | | | | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features | ||||
| * | Renamed menu event selected to select to be consistent with naming ↵ | jzaefferer | 2010-04-30 | 1 | -1/+1 |
| | | | | | | | | conventions, already updated spec on wiki | ||||
| * | First attempt at integrating key handling into menu | jzaefferer | 2010-04-30 | 1 | -30/+3 |
| | |