Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Update to lastest grunt-jscs-checker | Jörn Zaefferer | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurences | Jörn Zaefferer | 2013-12-09 | 3 | -4/+3 |
| | |||||
* | Selectmenu Tests: add unit and visual tests for width option | Felix Nagel | 2013-12-07 | 2 | -1/+92 |
| | |||||
* | Selectmenu: update button width on refresh | Felix Nagel | 2013-12-07 | 1 | -0/+1 |
| | |||||
* | Grunt: Add grunt-esformatter, formats all source files (no validation) | Jörn Zaefferer | 2013-12-07 | 2 | -0/+17 |
| | |||||
* | Autocomplete: Whitespace | Jörn Zaefferer | 2013-12-07 | 1 | -11/+11 |
| | |||||
* | Accordion: Whitespace | Jörn Zaefferer | 2013-12-07 | 1 | -4/+4 |
| | |||||
* | Gruntfile: Formatting | Jörn Zaefferer | 2013-12-07 | 1 | -9/+9 |
| | |||||
* | Menu: Remove preventDefault for disabled menu items, since there is no ↵ | Jörn Zaefferer | 2013-12-03 | 1 | -3/+0 |
| | | | | default on list items. Follow-up to fe7c3003741cd5221e076235263df2b3d2fa9202 and the anchor removal in general | ||||
* | Menu: Remove click binding that was supposed to prevent default on anchor ↵ | Jörn Zaefferer | 2013-12-03 | 2 | -30/+3 |
| | | | | clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets | ||||
* | Datepicker test: Ignore flaky test in IE in TestSwarm. | Scott González | 2013-12-03 | 1 | -113/+123 |
| | |||||
* | Datepicker test: Attempt to work around an intermittent issue in IE when run ↵ | Scott González | 2013-12-03 | 1 | -1/+5 |
| | | | | through TestSwarm. | ||||
* | Datepicker test: Attempt to work around an issue in IE9 in TestSwarm. | Scott González | 2013-12-03 | 1 | -2/+2 |
| | |||||
* | Menu: Add ui-front on submenus to address opacity messing up stacking order. ↵ | Jörn Zaefferer | 2013-12-03 | 2 | -4/+13 |
| | | | | Fixes #9650 - Menu: Disabled item visible through submenu on top | ||||
* | Menu tests: Fix line height issue in IE7 | Scott González | 2013-12-03 | 1 | -0/+4 |
| | |||||
* | Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵ | Mike Sherov | 2013-12-03 | 5 | -53/+85 |
| | | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers. | ||||
* | Merge branch 'selectmenu' | TJ VanToll | 2013-11-27 | 22 | -1/+1911 |
|\ | |||||
| * | Selectmenu: add 1px to menu width to avoid wrapping long text in IE10 | Felix Nagel | 2013-11-26 | 1 | -1/+3 |
| | | |||||
| * | Selectmenu: remove link element and adjust styles in custom renderer demo | Felix Nagel | 2013-11-26 | 1 | -14/+6 |
| | | |||||
| * | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2013-11-26 | 41 | -3276/+60015 |
| |\ | |||||
| | * | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-25 | 15 | -3146/+59820 |
| | |\ | |||||
| | * | | Demos: Add meta-viewport element for better 'mobile' testing | Jörn Zaefferer | 2013-11-25 | 3 | -1/+4 |
| | | | | |||||
| | * | | Selectmenu: Fix code style issue | Jörn Zaefferer | 2013-11-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | Merge branch 'master' into selectmenu | Jörn Zaefferer | 2013-11-16 | 26 | -136/+198 |
| | |\ \ | |||||
| * | | | | Selectmenu: CGL fix | Felix Nagel | 2013-11-13 | 1 | -1/+1 |
| |/ / / | |||||
| * | | | Selectmenu: adjust to menu item style changes | Felix Nagel | 2013-11-13 | 1 | -3/+1 |
| | | | | |||||
| * | | | Selectmenu: simplify and fix document click event | Felix Nagel | 2013-11-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-11-13 | 34 | -757/+551 |
| |\ \ \ | |||||
| * | | | | Selectmenu: follow-up to close menu on other element mousedown not on click | Felix Nagel | 2013-10-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Selectmenu: make sure ui-state-focus class is set on button after initial focus | Felix Nagel | 2013-10-29 | 1 | -8/+6 |
| | | | | | |||||
| * | | | | Selectmenu: close menu on other element mousedown not on click | Felix Nagel | 2013-10-29 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | Selectmenu: improve disabled item handling | Felix Nagel | 2013-10-29 | 2 | -13/+26 |
| | | | | | |||||
| * | | | | Selectmenu Tests: remove widthMenu option and rename widthButton option to width | Felix Nagel | 2013-10-24 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2013-10-24 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Selectmenu: Whitespace. | Scott González | 2013-10-23 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Selectmenu: remove widthMenu option and rename widthButton option to width | Felix Nagel | 2013-10-24 | 1 | -5/+4 |
| |/ / / / | |||||
| * | | | | Selectmenu: lint fix | Felix Nagel | 2013-10-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Selectmenu: add ui-state-active class to active list item | Felix Nagel | 2013-10-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-10-21 | 20 | -244/+324 |
| |\ \ \ \ | |||||
| * | | | | | Selectmenu: Remove links in menu items | Felix Nagel | 2013-10-10 | 4 | -22/+20 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' into selectmenu | Felix Nagel | 2013-10-10 | 30 | -576/+669 |
| |\ \ \ \ \ | |||||
| * | | | | | | Selectmenu Tests: add width options to common test | Felix Nagel | 2013-09-29 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Selectmenu: show only one line of text maximum | Felix Nagel | 2013-09-29 | 1 | -0/+3 |
| | | | | | | | |||||
| * | | | | | | Selectmenu: add widthMenu and widthButton options | Felix Nagel | 2013-09-29 | 2 | -4/+20 |
| | | | | | | | |||||
| * | | | | | | Selectmenu: Click on button text does not open menu in Webkit browsers | Felix Nagel | 2013-09-26 | 1 | -5/+8 |
| | | | | | | | |||||
| * | | | | | | Selectmenu: remove unneeded variable usage | Felix Nagel | 2013-09-25 | 1 | -3/+1 |
| | | | | | | | |||||
| * | | | | | | Selectmenu: do not follow anchor link when item is clicked | Felix Nagel | 2013-09-25 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'selectmenu-review' of ↵ | Felix Nagel | 2013-09-25 | 1 | -56/+61 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/scottgonzalez/jquery-ui into selectmenu | ||||
| | * | | | | | | Selectmenu: Code review. | Scott González | 2013-09-16 | 1 | -56/+61 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu | Felix Nagel | 2013-09-25 | 5 | -5/+67 |
| |\| | | | | | |