Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Button: Whitespace | Scott González | 2014-04-21 | 1 | -7/+7 |
| | |||||
* | Button: Remove `ui-state-active` when disabling buttons | Daniel DeGroff | 2014-04-21 | 2 | -1/+40 |
| | | | | | Fixes #9602 Closes gh-1151 | ||||
* | Selectmenu: Remove unused var | Scott González | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Simplify selection of focused item via keyboard | Scott González | 2014-04-18 | 1 | -5/+6 |
| | | | | | | | | Don't go through menu to select the currently focused item. Renamed _selectMenu() to _selectFocusedItem() for clarity. Closes gh-1224 | ||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 2 | -23/+13 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | Selectmenu: Cleanup | Scott González | 2014-04-18 | 1 | -49/+62 |
| | | | | Ref gh-1224 | ||||
* | Build: Update version from pre to -pre | Scott González | 2014-04-17 | 1 | -1/+1 |
| | | | | Ref jquery/jquery-release#61 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 4 | -12/+58 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | External: Update mousewheel plugin, copy only main file | Jörn Zaefferer | 2014-04-14 | 3 | -35/+154 |
| | |||||
* | Build: Include draggable.css and sortable.css in the CSS concat step | TJ VanToll | 2014-04-14 | 1 | -0/+2 |
| | |||||
* | Selectemnu: Demo cleanup | Scott González | 2014-04-08 | 2 | -72/+67 |
| | |||||
* | Position: Don't create `$.support.offsetFractions` | Scott González | 2014-04-03 | 1 | -3/+3 |
| | |||||
* | Core: Don't create `$.support.selectstart` | Scott González | 2014-04-03 | 1 | -5/+9 |
| | |||||
* | Button: Properly refresh button sets with new radio buttons | Scott González | 2014-04-01 | 3 | -8/+37 |
| | | | | | Fixes #8975 Ref gh-888 | ||||
* | Datepicker: Fix date format for Ukranian locale | Scott González | 2014-03-31 | 1 | -1/+1 |
| | | | | Fixes #9939 | ||||
* | Spinner: Minor typo in stepUp()'s tests | TJ VanToll | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | Build: Fix testswarm task, use API correctly | Jörn Zaefferer | 2014-03-12 | 1 | -3/+2 |
| | |||||
* | Build: Include grunt tasks files in jscs task | Jörn Zaefferer | 2014-03-12 | 2 | -2/+2 |
| | |||||
* | Droppable: Fix dependencies in photo manager demo | Scott González | 2014-03-10 | 1 | -0/+1 |
| | |||||
* | Slider: Switch handles from <a href="#"> to <span tabindex="0"> | TJ VanToll | 2014-03-07 | 2 | -10/+6 |
| | | | | | Fixes #9890 Closes gh-1207 | ||||
* | Demos: Adding <meta name="viewport"> tag for easier mobile browsing | TJ VanToll | 2014-03-07 | 20 | -9/+21 |
| | |||||
* | Externals: Update jshint to latest | Jörn Zaefferer | 2014-03-05 | 2 | -59348/+58476 |
| | |||||
* | Build: Use bower to manage client-side dependencies | Jörn Zaefferer | 2014-03-05 | 3 | -1/+29 |
| | | | | | Fixes #9507 Closes gh-1201 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 190 | -189/+189 |
| | |||||
* | Build: Force LF for JS source files | Jörn Zaefferer | 2014-03-05 | 1 | -1/+5 |
| | |||||
* | Tests: Expose jQuery version select | Jörn Zaefferer | 2014-03-04 | 1 | -0/+11 |
| | | | | Makes use of the extended urlConfig in QUnit 1.14 | ||||
* | Selectmenu: Add UMD wrapper | TJ VanToll | 2014-02-21 | 1 | -8/+18 |
| | |||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 4 | -46/+50 |
| | | | | Fixes #9646 | ||||
* | Selectmenu: Fix invalid empty options in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -3/+3 |
| | |||||
* | Selectmenu: Fix whitespace in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -8/+8 |
| | |||||
* | Build: Update to latest grunt-html | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Refactor appendTo option tests | Jörn Zaefferer | 2014-02-21 | 1 | -16/+27 |
| | |||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 2 | -2/+7 |
| | | | | Fixes #9757 | ||||
* | Autocomplete: Fix assertion message in appendTo option test | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Dialog: Work around subpixel issues in dialog resizable test | Jörn Zaefferer | 2014-02-20 | 1 | -4/+7 |
| | | | | | | | | | Switching to checking the size of the content element. We should be checking the dimensions of the .ui-dialog element, but that currently fails in Chromium-based browsers. Once we start using box-sizing: border-box, we should try to revert this change. Ref #9845 | ||||
* | Tests: Update to latest QUnit | Jörn Zaefferer | 2014-02-20 | 2 | -685/+814 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 42 | -210/+42 |
| | |||||
* | Build: Base manifest dependencies off of Bower configuration | TJ VanToll | 2014-02-20 | 1 | -4/+3 |
| | |||||
* | All: Add Bower support | TJ VanToll | 2014-02-20 | 1 | -0/+13 |
| | | | | | Fixes #9465 Closes gh-1189 | ||||
* | Tabs: Removed tabs at bottom demo | Scott González | 2014-02-19 | 2 | -59/+0 |
| | | | | | Places tabs at the bottom is bad for accessibility. Dynamic content should not precede the control for the content. | ||||
* | Build: Switch to renamed TestSwarm browserSet | Jörn Zaefferer | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | I18n: Avoid indenting an entire file | Rafael Xavier de Souza | 2014-02-19 | 74 | -1509/+1583 |
| | | | | Make code identation consistent with every other source. | ||||
* | I18n: Rename all files, removing the "jquery.ui." prefix | Rafael Xavier de Souza | 2014-02-19 | 3 | -5/+3 |
| | | | | | | | Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb; Ref #9464 Ref gh-1029 | ||||
* | Draggable Tests: fix IE scroll tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -5/+12 |
| | | | | | Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior, we must calculate scrollTop on the drag event, before .focus is called. | ||||
* | Draggable Tests: fix IE offset tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -1/+1 |
| | | | | | | Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior, we must rely on the actual calculated offset instead of the helper offset to ensure cross browser test consistency. | ||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 4 | -101/+108 |
| | |||||
* | Demos: Fix custom style tooltip demo | Jörn Zaefferer | 2014-02-12 | 1 | -3/+1 |
| | | | | | | | Fixes typo in 'transform' property, also removes unnecessary prefixes (based on our browser support and caniuse.com data). Fixes jquery/jqueryui.com#68 | ||||
* | Authors: Update | Jörn Zaefferer | 2014-02-11 | 1 | -0/+10 |
| | |||||
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 3 | -5/+5 |
| | |||||
* | Tests: Fix andenable a couple of unit tests: dialog, tooltip, draggable | Brian J. Dowling | 2014-02-11 | 3 | -6/+10 |
| | | | | | | | | Some unit tests were disabled in phantomjs. Dialog and draggable depended on a larger viewPort. Tooltip just worked, that was reenabled as well. Closes gh-1173 |